Color Hex Logo

#12146b Color Hex

#12146B
(18,20,107)
0 Favorites   0 Comments

Color spaces of #12146b

RGB 1820107
HSL0.660.710.25
HSV239°83°42°
CMYK 0.830.810.00   0.58
XYZ3.15351.690414.0700
Yxy1.69040.16670.0894
Hunter Lab13.001520.5422-55.0614
CIE-Lab13.770632.3435-49.7846

#12146b color RGB value is (18,20,107).

#12146b hex color red value is 18, green value is 20 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #12146b hue: 0.66 , saturation: 0.71 and the lightness value of 12146b is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010100 01101011
Octal 22 24 153
Decimal 18 20 107
Hex 12 14 6B

RGB Percentages of Color #12146b

%12.41
%13.79
%73.79

CMYK Percentages of Color #12146b

%83
%81
%0
%58

Triadic Colors of #12146b

#12146b #6b1214 #146b12

Analogous Colors of #12146b

#12146b #3d126b #12416b

Monochromatic Colors of #12146b

#12146b

Complementary Color

#12146b #6b6912

#12146b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12146b Color Preview on White Background

Lorem ipsum dolor sit amet.

#12146b Color CSS Codes

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

#12146b Text Font Color

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

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


#12146b Background Color

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

This div background color is #12146b


#12146b Border Color

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

This div border color is #12146b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12146b

#12146b Color Palettes


Comments

No comments written yet.

Please login to write comment.