Color Hex Logo

#001424 Color Hex

#001424
(0,20,36)
0 Favorites   0 Comments

Color spaces of #001424

RGB 02036
HSL0.571.000.07
HSV207°100°14°
CMYK 1.000.440.00   0.86
XYZ0.56860.62771.7603
Yxy0.62770.19230.2123
Hunter Lab7.9228-1.0542-7.6273
CIE-Lab5.6700-1.1474-13.2095

#001424 color RGB value is (0,20,36).

#001424 hex color red value is 0, green value is 20 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #001424 hue: 0.57 , saturation: 1.00 and the lightness value of 001424 is 0.07.

The process color (four color CMYK) of #001424 color hex is 1.00, 0.44, 0.00, 0.86. Web safe color of #001424 is #000033. Color #001424 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010100 00100100
Octal 0 24 44
Decimal 0 20 36
Hex 0 14 24

RGB Percentages of Color #001424

%0.00
%35.71
%64.29

CMYK Percentages of Color #001424

%100
%44
%0
%86

Triadic Colors of #001424

#001424 #240014 #142400

Analogous Colors of #001424

#001424 #000224 #002422

Monochromatic Colors of #001424

#001424

Complementary Color

#001424 #241000

#001424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001424 Color CSS Codes

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

#001424 Text Font Color

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

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


#001424 Background Color

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

This div background color is #001424


#001424 Border Color

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

This div border color is #001424


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,20,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #001424; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #001424;
  -webkit-box-shadow: 1px 1px 3px 2px #001424;
  box-shadow:         1px 1px 3px 2px #001424; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001424


Comments

No comments written yet.

Please login to write comment.