Color Hex Logo

#135973 Color Hex

#135973
(19,89,115)
0 Favorites   0 Comments

Color spaces of #135973

RGB 1989115
HSL0.550.720.26
HSV196°83°45°
CMYK 0.830.230.00   0.55
XYZ6.93548.521017.4988
Yxy8.52100.21040.2586
Hunter Lab29.1908-8.6742-15.1087
CIE-Lab35.0452-11.0859-20.7286

#135973 color RGB value is (19,89,115).

#135973 hex color red value is 19, green value is 89 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #135973 hue: 0.55 , saturation: 0.72 and the lightness value of 135973 is 0.26.

The process color (four color CMYK) of #135973 color hex is 0.83, 0.23, 0.00, 0.55. Web safe color of #135973 is #006666. Color #135973 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011001 01110011
Octal 23 131 163
Decimal 19 89 115
Hex 13 59 73

RGB Percentages of Color #135973

%8.52
%39.91
%51.57

CMYK Percentages of Color #135973

%83
%23
%0
%55

Triadic Colors of #135973

#135973 #731359 #597313

Analogous Colors of #135973

#135973 #132973 #13735d

Monochromatic Colors of #135973

#135973

Complementary Color

#135973 #732d13

#135973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135973 Color CSS Codes

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

#135973 Text Font Color

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

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


#135973 Background Color

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

This div background color is #135973


#135973 Border Color

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

This div border color is #135973


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,89,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #135973; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #135973;
  -webkit-box-shadow: 1px 1px 3px 2px #135973;
  box-shadow:         1px 1px 3px 2px #135973; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135973


Comments

No comments written yet.

Please login to write comment.