Color Hex Logo

#00227a Color Hex

#00227A
(0,34,122)
0 Favorites   0 Comments

Color spaces of #00227a

RGB 034122
HSL0.621.000.24
HSV223°100°48°
CMYK 1.000.720.00   0.52
XYZ4.08492.549218.6891
Yxy2.54920.16130.1007
Hunter Lab15.966217.7277-58.2250
CIE-Lab18.139727.9859-52.2876

#00227a color RGB value is (0,34,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100010 01111010
Octal 0 42 172
Decimal 0 34 122
Hex 0 22 7A

RGB Percentages of Color #00227a

%0.00
%21.79
%78.21

CMYK Percentages of Color #00227a

%100
%72
%0
%52

Triadic Colors of #00227a

#00227a #7a0022 #227a00

Analogous Colors of #00227a

#00227a #1b007a #005f7a

Monochromatic Colors of #00227a

#00227a

Complementary Color

#00227a #7a5800

#00227a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00227a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00227a Color CSS Codes

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

#00227a Text Font Color

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

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


#00227a Background Color

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

This div background color is #00227a


#00227a Border Color

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

This div border color is #00227a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00227a


Comments

No comments written yet.

Please login to write comment.