Color Hex Logo

#12006b Color Hex

#12006B
(18,0,107)
0 Favorites   0 Comments

Color spaces of #12006b

RGB 180107
HSL0.691.000.21
HSV250°100°42°
CMYK 0.831.000.00   0.58
XYZ2.90331.190113.9866
Yxy1.19010.16060.0658
Hunter Lab10.909228.4139-68.3790
CIE-Lab10.484142.1426-55.2508

#12006b color RGB value is (18,0,107).

#12006b hex color red value is 18, green value is 0 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #12006b hue: 0.69 , saturation: 1.00 and the lightness value of 12006b is 0.21.

The process color (four color CMYK) of #12006b color hex is 0.83, 1.00, 0.00, 0.58. Web safe color of #12006b is #000066. Color #12006b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00000000 01101011
Octal 22 0 153
Decimal 18 0 107
Hex 12 0 6B

RGB Percentages of Color #12006b

%14.40
%0.00
%85.60

CMYK Percentages of Color #12006b

%83
%100
%0
%58

Triadic Colors of #12006b

#12006b #6b1200 #006b12

Analogous Colors of #12006b

#12006b #48006b #00246b

Monochromatic Colors of #12006b

#12006b

Complementary Color

#12006b #596b00

#12006b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12006b Color Preview on White Background

Lorem ipsum dolor sit amet.

#12006b Color CSS Codes

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

#12006b Text Font Color

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

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


#12006b Background Color

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

This div background color is #12006b


#12006b Border Color

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

This div border color is #12006b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12006b


Comments

No comments written yet.

Please login to write comment.