Color Hex Logo

#12586b Color Hex

#12586B
(18,88,107)
0 Favorites   0 Comments

Color spaces of #12586b

RGB 1888107
HSL0.540.710.25
HSV193°83°42°
CMYK 0.830.180.00   0.58
XYZ6.39308.169615.1499
Yxy8.16960.21520.2750
Hunter Lab28.5825-10.0946-11.4184
CIE-Lab34.3336-13.6141-16.8545

#12586b color RGB value is (18,88,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011000 01101011
Octal 22 130 153
Decimal 18 88 107
Hex 12 58 6B

RGB Percentages of Color #12586b

%8.45
%41.31
%50.23

CMYK Percentages of Color #12586b

%83
%18
%0
%58

Triadic Colors of #12586b

#12586b #6b1258 #586b12

Analogous Colors of #12586b

#12586b #122b6b #126b52

Monochromatic Colors of #12586b

#12586b

Complementary Color

#12586b #6b2512

#12586b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12586b Color Preview on White Background

Lorem ipsum dolor sit amet.

#12586b Color CSS Codes

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

#12586b Text Font Color

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

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


#12586b Background Color

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

This div background color is #12586b


#12586b Border Color

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

This div border color is #12586b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12586b


Comments

No comments written yet.

Please login to write comment.