Color Hex Logo

#12596d Color Hex

#12596D
(18,89,109)
0 Favorites   0 Comments

Color spaces of #12596d

RGB 1889109
HSL0.540.720.25
HSV193°83°43°
CMYK 0.830.180.00   0.57
XYZ6.58218.377515.7381
Yxy8.37750.21440.2729
Hunter Lab28.9439-10.0594-11.9779
CIE-Lab34.7570-13.4536-17.4488

#12596d color RGB value is (18,89,109).

#12596d hex color red value is 18, green value is 89 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #12596d hue: 0.54 , saturation: 0.72 and the lightness value of 12596d is 0.25.

The process color (four color CMYK) of #12596d color hex is 0.83, 0.18, 0.00, 0.57. Web safe color of #12596d is #006666. Color #12596d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011001 01101101
Octal 22 131 155
Decimal 18 89 109
Hex 12 59 6D

RGB Percentages of Color #12596d

%8.33
%41.20
%50.46

CMYK Percentages of Color #12596d

%83
%18
%0
%57

Triadic Colors of #12596d

#12596d #6d1259 #596d12

Analogous Colors of #12596d

#12596d #122c6d #126d54

Monochromatic Colors of #12596d

#12596d

Complementary Color

#12596d #6d2612

#12596d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12596d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12596d Color CSS Codes

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

#12596d Text Font Color

<p style="color:#12596d">Text here</p>

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


#12596d Background Color

<div style="background-color:#12596d">
Div content here</div>

This div background color is #12596d


#12596d Border Color

<div style="border:3px solid #12596d">
Div here</div>

This div border color is #12596d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,89,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12596d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12596d;
  -webkit-box-shadow: 1px 1px 3px 2px #12596d;
  box-shadow:         1px 1px 3px 2px #12596d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12596d


Comments

No comments written yet.

Please login to write comment.