Color Hex Logo

#02126b Color Hex

#02126B
(2,18,107)
0 Favorites   0 Comments

Color spaces of #02126b

RGB 218107
HSL0.640.960.21
HSV231°98°42°
CMYK 0.980.830.00   0.58
XYZ2.89521.507114.0482
Yxy1.50710.15690.0817
Hunter Lab12.276420.6128-59.2536
CIE-Lab12.653132.6480-51.6590

#02126b color RGB value is (2,18,107).

#02126b hex color red value is 2, green value is 18 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #02126b hue: 0.64 , saturation: 0.96 and the lightness value of 02126b is 0.21.

The process color (four color CMYK) of #02126b color hex is 0.98, 0.83, 0.00, 0.58. Web safe color of #02126b is #000066. Color #02126b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00010010 01101011
Octal 2 22 153
Decimal 2 18 107
Hex 2 12 6B

RGB Percentages of Color #02126b

%1.57
%14.17
%84.25

CMYK Percentages of Color #02126b

%98
%83
%0
%58

Triadic Colors of #02126b

#02126b #6b0212 #126b02

Analogous Colors of #02126b

#02126b #27026b #02466b

Monochromatic Colors of #02126b

#02126b

Complementary Color

#02126b #6b5b02

#02126b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02126b Color Preview on White Background

Lorem ipsum dolor sit amet.

#02126b Color CSS Codes

.mybgcolor {background-color:#02126b; } 
.myforecolor {color:#02126b; }
.mybordercolor {border:3px solid #02126b; }

#02126b Text Font Color

<p style="color:#02126b">Text here</p>

This sample text font color is #02126b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#02126b Background Color

<div style="background-color:#02126b">
Div content here</div>

This div background color is #02126b


#02126b Border Color

<div style="border:3px solid #02126b">
Div here</div>

This div border color is #02126b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,18,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02126b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02126b;
  -webkit-box-shadow: 1px 1px 3px 2px #02126b;
  box-shadow:         1px 1px 3px 2px #02126b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,18,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #02126b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #02126b;
  -webkit-box-shadow: 1px 1px 3px 2px #02126b;
  box-shadow:         1px 1px 3px 2px #02126b;">
Div content here</div>

This div box has shadow with color #02126b


Comments

No comments written yet.

Please login to write comment.