Color Hex Logo

#001229 Color Hex

#001229
(0,18,41)
0 Favorites   0 Comments

Color spaces of #001229

RGB 01841
HSL0.591.000.08
HSV214°100°16°
CMYK 1.000.560.00   0.84
XYZ0.61650.59272.1797
Yxy0.59270.18190.1749
Hunter Lab7.69870.8213-11.3974
CIE-Lab5.35382.1775-17.4884

#001229 color RGB value is (0,18,41).

#001229 hex color red value is 0, green value is 18 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #001229 hue: 0.59 , saturation: 1.00 and the lightness value of 001229 is 0.08.

The process color (four color CMYK) of #001229 color hex is 1.00, 0.56, 0.00, 0.84. Web safe color of #001229 is #000033. Color #001229 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010010 00101001
Octal 0 22 51
Decimal 0 18 41
Hex 0 12 29

RGB Percentages of Color #001229

%0.00
%30.51
%69.49

CMYK Percentages of Color #001229

%100
%56
%0
%84

Triadic Colors of #001229

#001229 #290012 #122900

Analogous Colors of #001229

#001229 #030029 #002729

Monochromatic Colors of #001229

#001229

Complementary Color

#001229 #291700

#001229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001229 Color CSS Codes

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

#001229 Text Font Color

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

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


#001229 Background Color

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

This div background color is #001229


#001229 Border Color

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

This div border color is #001229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001229


Comments

No comments written yet.

Please login to write comment.