Color Hex Logo

#02014f Color Hex

#02014F
(2,1,79)
0 Favorites   0 Comments

Color spaces of #02014f

RGB 2179
HSL0.670.980.16
HSV241°99°31°
CMYK 0.970.990.00   0.69
XYZ1.44720.59917.4365
Yxy0.59910.15260.0632
Hunter Lab7.740219.8294-51.5459
CIE-Lab5.411631.6357-44.8356

#02014f color RGB value is (2,1,79).

#02014f hex color red value is 2, green value is 1 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #02014f hue: 0.67 , saturation: 0.98 and the lightness value of 02014f is 0.16.

The process color (four color CMYK) of #02014f color hex is 0.97, 0.99, 0.00, 0.69. Web safe color of #02014f is #000066. Color #02014f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00000001 01001111
Octal 2 1 117
Decimal 2 1 79
Hex 2 1 4F

RGB Percentages of Color #02014f

%2.44
%1.22
%96.34

CMYK Percentages of Color #02014f

%97
%99
%0
%69

Triadic Colors of #02014f

#02014f #4f0201 #014f02

Analogous Colors of #02014f

#02014f #29014f #01274f

Monochromatic Colors of #02014f

#02014f

Complementary Color

#02014f #4e4f01

#02014f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02014f Color Preview on White Background

Lorem ipsum dolor sit amet.

#02014f Color CSS Codes

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

#02014f Text Font Color

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

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


#02014f Background Color

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

This div background color is #02014f


#02014f Border Color

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

This div border color is #02014f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02014f


Comments

No comments written yet.

Please login to write comment.