Color Hex Logo

#13656c Color Hex

#13656C
(19,101,108)
0 Favorites   0 Comments

Color spaces of #13656c

RGB 19101108
HSL0.510.700.25
HSV185°82°42°
CMYK 0.820.060.00   0.58
XYZ7.629010.528515.8175
Yxy10.52850.22450.3099
Hunter Lab32.4477-14.8150-6.1892
CIE-Lab38.7747-20.4163-10.6979

#13656c color RGB value is (19,101,108).

#13656c hex color red value is 19, green value is 101 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #13656c hue: 0.51 , saturation: 0.70 and the lightness value of 13656c is 0.25.

The process color (four color CMYK) of #13656c color hex is 0.82, 0.06, 0.00, 0.58. Web safe color of #13656c is #006666. Color #13656c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100101 01101100
Octal 23 145 154
Decimal 19 101 108
Hex 13 65 6C

RGB Percentages of Color #13656c

%8.33
%44.30
%47.37

CMYK Percentages of Color #13656c

%82
%6
%0
%58

Triadic Colors of #13656c

#13656c #6c1365 #656c13

Analogous Colors of #13656c

#13656c #13386c #136c47

Monochromatic Colors of #13656c

#13656c

Complementary Color

#13656c #6c1a13

#13656c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13656c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13656c Color CSS Codes

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

#13656c Text Font Color

<p style="color:#13656c">Text here</p>

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


#13656c Background Color

<div style="background-color:#13656c">
Div content here</div>

This div background color is #13656c


#13656c Border Color

<div style="border:3px solid #13656c">
Div here</div>

This div border color is #13656c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,101,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13656c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13656c;
  -webkit-box-shadow: 1px 1px 3px 2px #13656c;
  box-shadow:         1px 1px 3px 2px #13656c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,101,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13656c


Comments

No comments written yet.

Please login to write comment.