Color Hex Logo

#00022f Color Hex

#00022F
(0,2,47)
0 Favorites   0 Comments

Color spaces of #00022f

RGB 0247
HSL0.661.000.09
HSV237°100°18°
CMYK 1.000.960.00   0.82
XYZ0.53480.24872.7091
Yxy0.24870.15310.0712
Hunter Lab4.987010.4150-28.7175
CIE-Lab2.246512.2244-26.9278

#00022f color RGB value is (0,2,47).

#00022f hex color red value is 0, green value is 2 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #00022f hue: 0.66 , saturation: 1.00 and the lightness value of 00022f is 0.09.

The process color (four color CMYK) of #00022f color hex is 1.00, 0.96, 0.00, 0.82. Web safe color of #00022f is #000033. Color #00022f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00000010 00101111
Octal 0 2 57
Decimal 0 2 47
Hex 0 2 2F

RGB Percentages of Color #00022f

%0.00
%4.08
%95.92

CMYK Percentages of Color #00022f

%100
%96
%0
%82

Triadic Colors of #00022f

#00022f #2f0002 #022f00

Analogous Colors of #00022f

#00022f #16002f #001a2f

Monochromatic Colors of #00022f

#00022f

Complementary Color

#00022f #2f2d00

#00022f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00022f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00022f Color CSS Codes

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

#00022f Text Font Color

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

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


#00022f Background Color

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

This div background color is #00022f


#00022f Border Color

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

This div border color is #00022f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00022f


Comments

No comments written yet.

Please login to write comment.