Color Hex Logo

#00427a Color Hex

#00427A
(0,66,122)
0 Favorites   0 Comments

Color spaces of #00427a

RGB 066122
HSL0.581.000.24
HSV208°100°48°
CMYK 1.000.460.00   0.52
XYZ5.46115.301619.1478
Yxy5.30160.18260.1772
Hunter Lab23.02522.0424-33.1880
CIE-Lab27.57735.1046-36.9179

#00427a color RGB value is (0,66,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000010 01111010
Octal 0 102 172
Decimal 0 66 122
Hex 0 42 7A

RGB Percentages of Color #00427a

%0.00
%35.11
%64.89

CMYK Percentages of Color #00427a

%100
%46
%0
%52

Triadic Colors of #00427a

#00427a #7a0042 #427a00

Analogous Colors of #00427a

#00427a #00057a #007a75

Monochromatic Colors of #00427a

#00427a

Complementary Color

#00427a #7a3800

#00427a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00427a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00427a Color CSS Codes

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

#00427a Text Font Color

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

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


#00427a Background Color

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

This div background color is #00427a


#00427a Border Color

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

This div border color is #00427a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,66,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 #00427a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00427a

#00427a Color Palettes


Comments

No comments written yet.

Please login to write comment.