Color Hex Logo

#12556b Color Hex

#12556B
(18,85,107)
0 Favorites   0 Comments

Color spaces of #12556b

RGB 1885107
HSL0.540.710.25
HSV195°83°42°
CMYK 0.830.210.00   0.58
XYZ6.15187.687115.0694
Yxy7.68710.21280.2659
Hunter Lab27.7256-8.9140-12.8173
CIE-Lab33.3225-11.8461-18.4139

#12556b color RGB value is (18,85,107).

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

The process color (four color CMYK) of #12556b color hex is 0.83, 0.21, 0.00, 0.58. Web safe color of #12556b is #006666. Color #12556b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010101 01101011
Octal 22 125 153
Decimal 18 85 107
Hex 12 55 6B

RGB Percentages of Color #12556b

%8.57
%40.48
%50.95

CMYK Percentages of Color #12556b

%83
%21
%0
%58

Triadic Colors of #12556b

#12556b #6b1255 #556b12

Analogous Colors of #12556b

#12556b #12296b #126b55

Monochromatic Colors of #12556b

#12556b

Complementary Color

#12556b #6b2812

#12556b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12556b Color Preview on White Background

Lorem ipsum dolor sit amet.

#12556b Color CSS Codes

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

#12556b Text Font Color

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

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


#12556b Background Color

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

This div background color is #12556b


#12556b Border Color

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

This div border color is #12556b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12556b


Comments

No comments written yet.

Please login to write comment.