COLOR #02337E

HEX: #02337E
RGB: (2,51,126)

Renk bilgisi

#02337E contains mainly blue color. #02337E ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#02337E color RGB value is (2,51,126).

  • kırmız ton 2;
  • yeşil ton 51;
  • mavi ton 126.
RGB:
(2,51,126)
(1%,20%,49%)

RGB bağlantıları ve doygunluk

R 2 of 255 = 1%
G 51 of 255 = 20%
B 126 of 255 = 49%

2
51
126

R + G + B ~ 23%. #02337E is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
2 + 51 + 126 = 179 (100%)
R 2 of 179 ~ 1.12%
G 51 of 179 ~ 28.49%
B 126 of 179 ~ 70.39%

%28.49
%70.39

CMYK RENK MODELİ

#02337E rengi CMYK tonu (98,60,0,51).

  • camgöbeği tonu 98.41%
  • eflatun tonu 59.52%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(98,60,0,51)
C98M60Y0K51 
(98%,60%,0%,51%)
(0.98/0.60/0.00/0.51)	

CMYK yüzdeleri

%98.41
%59.52
%0
%50.59

Codes

Color #02337E in popluar color models

02337E
RGB251126
HSL216°96.88%25.10%
HSB/HSV216°98.41%49.41%
CMYK98.41%59.52%0.00%
50.59%

Color #02337E in popluar number systems.

HEX02337E
Decimal251126
Binary101100111111110
Octal263176

Shades and tints

Shades of #02337E

#02337E
(2,51,126)
#022F73
(2,47,115)
#022B68
(2,43,104)
#02275D
(2,39,93)
#022352
(2,35,82)
#021F47
(2,31,71)
#021B3C
(2,27,60)
#021731
(2,23,49)
#021326
(2,19,38)
#020F1B
(2,15,27)
#020B10
(2,11,16)
#000000
(0,0,0)

Tints of #02337E

#02337E
(2,51,126)
#194589
(25,69,137)
#305794
(48,87,148)
#47699F
(71,105,159)
#5E7BAA
(94,123,170)
#758DB5
(117,141,181)
#8C9FC0
(140,159,192)
#A3B1CB
(163,177,203)
#BAC3D6
(186,195,214)
#D1D5E1
(209,213,225)
#E8E7EC
(232,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02337E color. Also use rgb(2,51,126) instead hex code.

Text Font Color

.myTextColor { color: #02337E; }

<p style="color:#02337E">This sample text font color is #02337E.</p>

This text font color is #02337E.


Background Color

.myBgColor { background-color: #02337E; }

<div style="background-color:#02337E">Inner text</div>

This div background color is #02337E.


Border color

.myBorderColor { border: 1px solid #02337E; }

<div style="border:3px solid #02337E">Div</div>

This div border color is #02337E.


Opacity

.myOpacity80 { color: #02337E; opacity: 0.8; }

<p style="color:#02337E;opacity:0.8;">80%</p>

Text with #02337E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #02337E;}

<p style="text-shadow: 3px 3px 1px #02337E">Text here.</p>

This text has shadow with #02337E color.

.textShadow {text-shadow: 3px 3px 1px #02337E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #02337E, 5px 5px 20px red">Text here.</p>

This text has shadow with #02337E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#02337E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#02337E, Direction=45, Strength=4)">Text</p>

This text has shadow with #02337E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #02337E;
  -webkit-box-shadow:	1px 1px 3px 2px #02337E;
  box-shadow:		1px 1px 3px 2px #02337E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #02337E;
-webkit-box-shadow: 1px 1px 3px 2px #02337E;
box-shadow:1px 1px 3px 2px #02337E;">
Div content here</div>
This div box has shadow with color #02337E.

Preview

Color preview on black background

This text has color #02337E on black background.


Color preview on white background

This text has color #02337E on white background.



Black color preview on #02337E background

This text has black color on #02337E background.


White color preview on #02337E background

This text has white color on #02337E background.