Color Hex Logo

#12416b Color Hex

#12416B
(18,65,107)
0 Favorites   0 Comments

Color spaces of #12416b

RGB 1865107
HSL0.580.710.25
HSV208°83°42°
CMYK 0.830.390.00   0.58
XYZ4.79364.970714.6167
Yxy4.97070.19660.2039
Hunter Lab22.2951-0.6376-23.2641
CIE-Lab26.65110.8919-28.8698

#12416b color RGB value is (18,65,107).

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

The process color (four color CMYK) of #12416b color hex is 0.83, 0.39, 0.00, 0.58. Web safe color of #12416b is #003366. Color #12416b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000001 01101011
Octal 22 101 153
Decimal 18 65 107
Hex 12 41 6B

RGB Percentages of Color #12416b

%9.47
%34.21
%56.32

CMYK Percentages of Color #12416b

%83
%39
%0
%58

Triadic Colors of #12416b

#12416b #6b1241 #416b12

Analogous Colors of #12416b

#12416b #12146b #126b69

Monochromatic Colors of #12416b

#12416b

Complementary Color

#12416b #6b3c12

#12416b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12416b Color Preview on White Background

Lorem ipsum dolor sit amet.

#12416b Color CSS Codes

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

#12416b Text Font Color

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

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


#12416b Background Color

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

This div background color is #12416b


#12416b Border Color

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

This div border color is #12416b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12416b


Comments

No comments written yet.

Please login to write comment.