Color Hex Logo

#00121d Color Hex

#00121D
(0,18,29)
0 Favorites   0 Comments

Color spaces of #00121d

RGB 01829
HSL0.561.000.06
HSV203°100°11°
CMYK 1.000.380.00   0.89
XYZ0.43810.52131.2399
Yxy0.52130.19920.2370
Hunter Lab7.2201-1.8042-5.1277
CIE-Lab4.7089-2.3505-9.2909

#00121d color RGB value is (0,18,29).

#00121d hex color red value is 0, green value is 18 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #00121d hue: 0.56 , saturation: 1.00 and the lightness value of 00121d is 0.06.

The process color (four color CMYK) of #00121d color hex is 1.00, 0.38, 0.00, 0.89. Web safe color of #00121d is #000033. Color #00121d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010010 00011101
Octal 0 22 35
Decimal 0 18 29
Hex 0 12 1D

RGB Percentages of Color #00121d

%0.00
%38.30
%61.70

CMYK Percentages of Color #00121d

%100
%38
%0
%89

Triadic Colors of #00121d

#00121d #1d0012 #121d00

Analogous Colors of #00121d

#00121d #00031d #001d1a

Monochromatic Colors of #00121d

#00121d

Complementary Color

#00121d #1d0b00

#00121d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00121d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00121d Color CSS Codes

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

#00121d Text Font Color

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

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


#00121d Background Color

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

This div background color is #00121d


#00121d Border Color

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

This div border color is #00121d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00121d


Comments

No comments written yet.

Please login to write comment.