Color Hex Logo

#135893 Color Hex

#135893
(19,88,147)
0 Favorites   0 Comments

Color spaces of #135893

RGB 1988147
HSL0.580.770.33
HSV208°87°58°
CMYK 0.870.400.00   0.42
XYZ9.02479.224528.9086
Yxy9.22450.19140.1956
Hunter Lab30.3719-0.1112-35.1732
CIE-Lab36.41302.1869-38.1769

#135893 color RGB value is (19,88,147).

#135893 hex color red value is 19, green value is 88 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #135893 hue: 0.58 , saturation: 0.77 and the lightness value of 135893 is 0.33.

The process color (four color CMYK) of #135893 color hex is 0.87, 0.40, 0.00, 0.42. Web safe color of #135893 is #006699. Color #135893 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011000 10010011
Octal 23 130 223
Decimal 19 88 147
Hex 13 58 93

RGB Percentages of Color #135893

%7.48
%34.65
%57.87

CMYK Percentages of Color #135893

%87
%40
%0
%42

Triadic Colors of #135893

#135893 #931358 #589313

Analogous Colors of #135893

#135893 #131893 #13938e

Monochromatic Colors of #135893

#135893

Complementary Color

#135893 #934e13

#135893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135893 Color CSS Codes

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

#135893 Text Font Color

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

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


#135893 Background Color

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

This div background color is #135893


#135893 Border Color

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

This div border color is #135893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135893


Comments

No comments written yet.

Please login to write comment.