Color Hex Logo

#00227b Color Hex

#00227B
(0,34,123)
0 Favorites   0 Comments

Color spaces of #00227b

RGB 034123
HSL0.621.000.24
HSV223°100°48°
CMYK 1.000.720.00   0.52
XYZ4.14722.574119.0172
Yxy2.57410.16110.1000
Hunter Lab16.044018.0633-59.0465
CIE-Lab18.250528.3942-52.7433

#00227b color RGB value is (0,34,123).

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

The process color (four color CMYK) of #00227b color hex is 1.00, 0.72, 0.00, 0.52. Web safe color of #00227b is #003366. Color #00227b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100010 01111011
Octal 0 42 173
Decimal 0 34 123
Hex 0 22 7B

RGB Percentages of Color #00227b

%0.00
%21.66
%78.34

CMYK Percentages of Color #00227b

%100
%72
%0
%52

Triadic Colors of #00227b

#00227b #7b0022 #227b00

Analogous Colors of #00227b

#00227b #1b007b #00607b

Monochromatic Colors of #00227b

#00227b

Complementary Color

#00227b #7b5900

#00227b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00227b Color Preview on White Background

Lorem ipsum dolor sit amet.

#00227b Color CSS Codes

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

#00227b Text Font Color

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

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


#00227b Background Color

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

This div background color is #00227b


#00227b Border Color

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

This div border color is #00227b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00227b


Comments

No comments written yet.

Please login to write comment.