Color Hex Logo

#12566d Color Hex

#12566D
(18,86,109)
0 Favorites   0 Comments

Color spaces of #12566d

RGB 1886109
HSL0.540.720.25
HSV195°83°43°
CMYK 0.830.210.00   0.57
XYZ6.33767.888315.6566
Yxy7.88830.21210.2640
Hunter Lab28.0861-8.8724-13.3909
CIE-Lab33.7492-11.6839-19.0049

#12566d color RGB value is (18,86,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010110 01101101
Octal 22 126 155
Decimal 18 86 109
Hex 12 56 6D

RGB Percentages of Color #12566d

%8.45
%40.38
%51.17

CMYK Percentages of Color #12566d

%83
%21
%0
%57

Triadic Colors of #12566d

#12566d #6d1256 #566d12

Analogous Colors of #12566d

#12566d #12296d #126d57

Monochromatic Colors of #12566d

#12566d

Complementary Color

#12566d #6d2912

#12566d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12566d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12566d Color CSS Codes

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

#12566d Text Font Color

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

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


#12566d Background Color

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

This div background color is #12566d


#12566d Border Color

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

This div border color is #12566d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12566d


Comments

No comments written yet.

Please login to write comment.