Color Hex Logo

#13617f Color Hex

#13617F
(19,97,127)
0 Favorites   0 Comments

Color spaces of #13617f

RGB 1997127
HSL0.550.740.29
HSV197°85°50°
CMYK 0.850.240.00   0.50
XYZ8.374010.220121.6100
Yxy10.22010.20830.2542
Hunter Lab31.9689-9.1889-17.7000
CIE-Lab38.2346-11.2844-23.1538

#13617f color RGB value is (19,97,127).

#13617f hex color red value is 19, green value is 97 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #13617f hue: 0.55 , saturation: 0.74 and the lightness value of 13617f is 0.29.

The process color (four color CMYK) of #13617f color hex is 0.85, 0.24, 0.00, 0.50. Web safe color of #13617f is #006666. Color #13617f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100001 01111111
Octal 23 141 177
Decimal 19 97 127
Hex 13 61 7F

RGB Percentages of Color #13617f

%7.82
%39.92
%52.26

CMYK Percentages of Color #13617f

%85
%24
%0
%50

Triadic Colors of #13617f

#13617f #7f1361 #617f13

Analogous Colors of #13617f

#13617f #132b7f #137f67

Monochromatic Colors of #13617f

#13617f

Complementary Color

#13617f #7f3113

#13617f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13617f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13617f Color CSS Codes

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

#13617f Text Font Color

<p style="color:#13617f">Text here</p>

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


#13617f Background Color

<div style="background-color:#13617f">
Div content here</div>

This div background color is #13617f


#13617f Border Color

<div style="border:3px solid #13617f">
Div here</div>

This div border color is #13617f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,97,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13617f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13617f;
  -webkit-box-shadow: 1px 1px 3px 2px #13617f;
  box-shadow:         1px 1px 3px 2px #13617f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13617f


Comments

No comments written yet.

Please login to write comment.