Color Hex Logo

#12007b Color Hex

#12007B
(18,0,123)
0 Favorites   0 Comments

Color spaces of #12007b

RGB 180123
HSL0.691.000.24
HSV249°100°48°
CMYK 0.851.000.00   0.52
XYZ3.82461.558718.8382
Yxy1.55870.15790.0644
Hunter Lab12.484832.8334-80.7228
CIE-Lab12.976546.4390-61.4845

#12007b color RGB value is (18,0,123).

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

The process color (four color CMYK) of #12007b color hex is 0.85, 1.00, 0.00, 0.52. Web safe color of #12007b is #000066. Color #12007b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00000000 01111011
Octal 22 0 173
Decimal 18 0 123
Hex 12 0 7B

RGB Percentages of Color #12007b

%12.77
%0.00
%87.23

CMYK Percentages of Color #12007b

%85
%100
%0
%52

Triadic Colors of #12007b

#12007b #7b1200 #007b12

Analogous Colors of #12007b

#12007b #50007b #002b7b

Monochromatic Colors of #12007b

#12007b

Complementary Color

#12007b #697b00

#12007b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12007b Color Preview on White Background

Lorem ipsum dolor sit amet.

#12007b Color CSS Codes

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

#12007b Text Font Color

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

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


#12007b Background Color

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

This div background color is #12007b


#12007b Border Color

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

This div border color is #12007b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12007b


Comments

No comments written yet.

Please login to write comment.