Color Hex Logo

#135988 Color Hex

#135988
(19,89,136)
0 Favorites   0 Comments

Color spaces of #135988

RGB 1989136
HSL0.570.750.30
HSV204°86°53°
CMYK 0.860.350.00   0.47
XYZ8.28499.060824.6048
Yxy9.06080.19750.2160
Hunter Lab30.1012-3.5475-27.3930
CIE-Lab36.1011-2.8802-31.9900

#135988 color RGB value is (19,89,136).

#135988 hex color red value is 19, green value is 89 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #135988 hue: 0.57 , saturation: 0.75 and the lightness value of 135988 is 0.30.

The process color (four color CMYK) of #135988 color hex is 0.86, 0.35, 0.00, 0.47. Web safe color of #135988 is #006699. Color #135988 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011001 10001000
Octal 23 131 210
Decimal 19 89 136
Hex 13 59 88

RGB Percentages of Color #135988

%7.79
%36.48
%55.74

CMYK Percentages of Color #135988

%86
%35
%0
%47

Triadic Colors of #135988

#135988 #881359 #598813

Analogous Colors of #135988

#135988 #131f88 #13887d

Monochromatic Colors of #135988

#135988

Complementary Color

#135988 #884213

#135988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135988 Color CSS Codes

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

#135988 Text Font Color

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

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


#135988 Background Color

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

This div background color is #135988


#135988 Border Color

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

This div border color is #135988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135988


Comments

No comments written yet.

Please login to write comment.