Color Hex Logo

#00229e Color Hex

#00229E
(0,34,158)
0 Favorites   0 Comments

Color spaces of #00229e

RGB 034158
HSL0.631.000.31
HSV227°100°62°
CMYK 1.000.780.00   0.38
XYZ6.74363.612732.6896
Yxy3.61270.15670.0839
Hunter Lab19.007130.0682-88.6657
CIE-Lab22.347341.7022-67.8042

#00229e color RGB value is (0,34,158).

#00229e hex color red value is 0, green value is 34 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #00229e hue: 0.63 , saturation: 1.00 and the lightness value of 00229e is 0.31.

The process color (four color CMYK) of #00229e color hex is 1.00, 0.78, 0.00, 0.38. Web safe color of #00229e is #003399. Color #00229e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100010 10011110
Octal 0 42 236
Decimal 0 34 158
Hex 0 22 9E

RGB Percentages of Color #00229e

%0.00
%17.71
%82.29

CMYK Percentages of Color #00229e

%100
%78
%0
%38

Triadic Colors of #00229e

#00229e #9e0022 #229e00

Analogous Colors of #00229e

#00229e #2d009e #00719e

Monochromatic Colors of #00229e

#00229e

Complementary Color

#00229e #9e7c00

#00229e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00229e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00229e Color CSS Codes

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

#00229e Text Font Color

<p style="color:#00229e">Text here</p>

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


#00229e Background Color

<div style="background-color:#00229e">
Div content here</div>

This div background color is #00229e


#00229e Border Color

<div style="border:3px solid #00229e">
Div here</div>

This div border color is #00229e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,34,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00229e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00229e;
  -webkit-box-shadow: 1px 1px 3px 2px #00229e;
  box-shadow:         1px 1px 3px 2px #00229e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00229e


Comments

No comments written yet.

Please login to write comment.