Color Hex Logo

#00426c Color Hex

#00426C
(0,66,108)
0 Favorites   0 Comments

Color spaces of #00426c

RGB 066108
HSL0.561.000.21
HSV203°100°42°
CMYK 1.000.390.00   0.58
XYZ4.65504.979114.9031
Yxy4.97910.18970.2029
Hunter Lab22.3139-1.8117-23.9791
CIE-Lab26.6751-1.0094-29.4929

#00426c color RGB value is (0,66,108).

#00426c hex color red value is 0, green value is 66 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #00426c hue: 0.56 , saturation: 1.00 and the lightness value of 00426c is 0.21.

The process color (four color CMYK) of #00426c color hex is 1.00, 0.39, 0.00, 0.58. Web safe color of #00426c is #003366. Color #00426c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000010 01101100
Octal 0 102 154
Decimal 0 66 108
Hex 0 42 6C

RGB Percentages of Color #00426c

%0.00
%37.93
%62.07

CMYK Percentages of Color #00426c

%100
%39
%0
%58

Triadic Colors of #00426c

#00426c #6c0042 #426c00

Analogous Colors of #00426c

#00426c #000c6c #006c60

Monochromatic Colors of #00426c

#00426c

Complementary Color

#00426c #6c2a00

#00426c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00426c Color Preview on White Background

Lorem ipsum dolor sit amet.

#00426c Color CSS Codes

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

#00426c Text Font Color

<p style="color:#00426c">Text here</p>

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


#00426c Background Color

<div style="background-color:#00426c">
Div content here</div>

This div background color is #00426c


#00426c Border Color

<div style="border:3px solid #00426c">
Div here</div>

This div border color is #00426c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00426c


Comments

No comments written yet.

Please login to write comment.