Color Hex Logo

#00424f Color Hex

#00424F
(0,66,79)
0 Favorites   0 Comments

Color spaces of #00424f

RGB 06679
HSL0.531.000.15
HSV190°100°31°
CMYK 1.000.160.00   0.69
XYZ3.35954.46098.0811
Yxy4.46090.21130.2805
Hunter Lab21.1208-8.5691-7.9005
CIE-Lab25.1401-13.2381-13.1179

#00424f color RGB value is (0,66,79).

#00424f hex color red value is 0, green value is 66 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #00424f hue: 0.53 , saturation: 1.00 and the lightness value of 00424f is 0.15.

The process color (four color CMYK) of #00424f color hex is 1.00, 0.16, 0.00, 0.69. Web safe color of #00424f is #003366. Color #00424f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000010 01001111
Octal 0 102 117
Decimal 0 66 79
Hex 0 42 4F

RGB Percentages of Color #00424f

%0.00
%45.52
%54.48

CMYK Percentages of Color #00424f

%100
%16
%0
%69

Triadic Colors of #00424f

#00424f #4f0042 #424f00

Analogous Colors of #00424f

#00424f #001b4f #004f34

Monochromatic Colors of #00424f

#00424f

Complementary Color

#00424f #4f0d00

#00424f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00424f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00424f Color CSS Codes

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

#00424f Text Font Color

<p style="color:#00424f">Text here</p>

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


#00424f Background Color

<div style="background-color:#00424f">
Div content here</div>

This div background color is #00424f


#00424f Border Color

<div style="border:3px solid #00424f">
Div here</div>

This div border color is #00424f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00424f

#00424f Color Palettes


Comments

No comments written yet.

Please login to write comment.