Color Hex Logo

#02179c Color Hex

#02179C
(2,23,156)
0 Favorites   0 Comments

Color spaces of #02179c

RGB 223156
HSL0.640.970.31
HSV232°99°61°
CMYK 0.990.850.00   0.39
XYZ6.33223.026031.7028
Yxy3.02600.15420.0737
Hunter Lab17.395434.5349-95.8782
CIE-Lab20.147746.8854-70.2353

#02179c color RGB value is (2,23,156).

#02179c hex color red value is 2, green value is 23 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #02179c hue: 0.64 , saturation: 0.97 and the lightness value of 02179c is 0.31.

The process color (four color CMYK) of #02179c color hex is 0.99, 0.85, 0.00, 0.39. Web safe color of #02179c is #000099. Color #02179c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00010111 10011100
Octal 2 27 234
Decimal 2 23 156
Hex 2 17 9C

RGB Percentages of Color #02179c

%1.10
%12.71
%86.19

CMYK Percentages of Color #02179c

%99
%85
%0
%39

Triadic Colors of #02179c

#02179c #9c0217 #179c02

Analogous Colors of #02179c

#02179c #3a029c #02649c

Monochromatic Colors of #02179c

#02179c

Complementary Color

#02179c #9c8702

#02179c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02179c Color Preview on White Background

Lorem ipsum dolor sit amet.

#02179c Color CSS Codes

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

#02179c Text Font Color

<p style="color:#02179c">Text here</p>

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


#02179c Background Color

<div style="background-color:#02179c">
Div content here</div>

This div background color is #02179c


#02179c Border Color

<div style="border:3px solid #02179c">
Div here</div>

This div border color is #02179c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,23,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02179c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02179c;
  -webkit-box-shadow: 1px 1px 3px 2px #02179c;
  box-shadow:         1px 1px 3px 2px #02179c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02179c


Comments

No comments written yet.

Please login to write comment.