Color Hex Logo

#02126f Color Hex

#02126F
(2,18,111)
0 Favorites   0 Comments

Color spaces of #02126f

RGB 218111
HSL0.640.960.22
HSV231°98°44°
CMYK 0.980.840.00   0.56
XYZ3.11061.593215.1825
Yxy1.59320.15640.0801
Hunter Lab12.622221.9005-62.4809
CIE-Lab13.188734.1198-53.3856

#02126f color RGB value is (2,18,111).

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

The process color (four color CMYK) of #02126f color hex is 0.98, 0.84, 0.00, 0.56. Web safe color of #02126f is #000066. Color #02126f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00010010 01101111
Octal 2 22 157
Decimal 2 18 111
Hex 2 12 6F

RGB Percentages of Color #02126f

%1.53
%13.74
%84.73

CMYK Percentages of Color #02126f

%98
%84
%0
%56

Triadic Colors of #02126f

#02126f #6f0212 #126f02

Analogous Colors of #02126f

#02126f #29026f #02496f

Monochromatic Colors of #02126f

#02126f

Complementary Color

#02126f #6f5f02

#02126f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02126f Color Preview on White Background

Lorem ipsum dolor sit amet.

#02126f Color CSS Codes

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

#02126f Text Font Color

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

This sample text font color is #02126f
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.


#02126f Background Color

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

This div background color is #02126f


#02126f Border Color

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

This div border color is #02126f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02126f


Comments

No comments written yet.

Please login to write comment.