Color Hex Logo

#12061d Color Hex

#12061D
(18,6,29)
0 Favorites   0 Comments

Color spaces of #12061d

RGB 18629
HSL0.750.660.07
HSV271°79°11°
CMYK 0.380.790.00   0.89
XYZ0.53630.34761.2012
Yxy0.34760.25720.1667
Hunter Lab5.89585.9194-7.9527
CIE-Lab3.13988.4352-11.5230

#12061d color RGB value is (18,6,29).

#12061d hex color red value is 18, green value is 6 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #12061d hue: 0.75 , saturation: 0.66 and the lightness value of 12061d is 0.07.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00000110 00011101
Octal 22 6 35
Decimal 18 6 29
Hex 12 6 1D

RGB Percentages of Color #12061d

%33.96
%11.32
%54.72

CMYK Percentages of Color #12061d

%38
%79
%0
%89

Triadic Colors of #12061d

#12061d #1d1206 #061d12

Analogous Colors of #12061d

#12061d #1d061d #07061d

Monochromatic Colors of #12061d

#12061d

Complementary Color

#12061d #111d06

#12061d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12061d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12061d Color CSS Codes

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

#12061d Text Font Color

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

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


#12061d Background Color

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

This div background color is #12061d


#12061d Border Color

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

This div border color is #12061d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,6,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 #12061d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12061d


Comments

No comments written yet.

Please login to write comment.