Color Hex Logo

#00226b Color Hex

#00226B
(0,34,107)
0 Favorites   0 Comments

Color spaces of #00226b

RGB 034107
HSL0.611.000.21
HSV221°100°42°
CMYK 1.000.680.00   0.58
XYZ3.22592.205614.1656
Yxy2.20560.16460.1125
Hunter Lab14.851312.7830-46.1568
CIE-Lab16.531221.6646-45.2534

#00226b color RGB value is (0,34,107).

#00226b hex color red value is 0, green value is 34 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #00226b hue: 0.61 , saturation: 1.00 and the lightness value of 00226b is 0.21.

The process color (four color CMYK) of #00226b color hex is 1.00, 0.68, 0.00, 0.58. Web safe color of #00226b is #003366. Color #00226b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100010 01101011
Octal 0 42 153
Decimal 0 34 107
Hex 0 22 6B

RGB Percentages of Color #00226b

%0.00
%24.11
%75.89

CMYK Percentages of Color #00226b

%100
%68
%0
%58

Triadic Colors of #00226b

#00226b #6b0022 #226b00

Analogous Colors of #00226b

#00226b #13006b #00586b

Monochromatic Colors of #00226b

#00226b

Complementary Color

#00226b #6b4900

#00226b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00226b Color Preview on White Background

Lorem ipsum dolor sit amet.

#00226b Color CSS Codes

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

#00226b Text Font Color

<p style="color:#00226b">Text here</p>

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


#00226b Background Color

<div style="background-color:#00226b">
Div content here</div>

This div background color is #00226b


#00226b Border Color

<div style="border:3px solid #00226b">
Div here</div>

This div border color is #00226b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00226b

#00226b Color Palettes


Comments

No comments written yet.

Please login to write comment.