Color Hex Logo

#135873 Color Hex

#135873
(19,88,115)
0 Favorites   0 Comments

Color spaces of #135873

RGB 1988115
HSL0.550.720.26
HSV197°83°45°
CMYK 0.830.230.00   0.55
XYZ6.85288.355717.4713
Yxy8.35570.20970.2557
Hunter Lab28.9062-8.2689-15.6013
CIE-Lab34.7130-10.4866-21.2444

#135873 color RGB value is (19,88,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011000 01110011
Octal 23 130 163
Decimal 19 88 115
Hex 13 58 73

RGB Percentages of Color #135873

%8.56
%39.64
%51.80

CMYK Percentages of Color #135873

%83
%23
%0
%55

Triadic Colors of #135873

#135873 #731358 #587313

Analogous Colors of #135873

#135873 #132873 #13735e

Monochromatic Colors of #135873

#135873

Complementary Color

#135873 #732e13

#135873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135873 Color CSS Codes

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

#135873 Text Font Color

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

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


#135873 Background Color

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

This div background color is #135873


#135873 Border Color

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

This div border color is #135873


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,88,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 #135873">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135873


Comments

No comments written yet.

Please login to write comment.