Color Hex Logo

#135276 Color Hex

#135276
(19,82,118)
0 Favorites   0 Comments

Color spaces of #135276

RGB 1982118
HSL0.560.720.27
HSV202°84°46°
CMYK 0.840.310.00   0.54
XYZ6.55597.481018.2380
Yxy7.48100.20310.2318
Hunter Lab27.3514-5.0801-20.3887
CIE-Lab32.8778-5.6261-25.9756

#135276 color RGB value is (19,82,118).

#135276 hex color red value is 19, green value is 82 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #135276 hue: 0.56 , saturation: 0.72 and the lightness value of 135276 is 0.27.

The process color (four color CMYK) of #135276 color hex is 0.84, 0.31, 0.00, 0.54. Web safe color of #135276 is #006666. Color #135276 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010010 01110110
Octal 23 122 166
Decimal 19 82 118
Hex 13 52 76

RGB Percentages of Color #135276

%8.68
%37.44
%53.88

CMYK Percentages of Color #135276

%84
%31
%0
%54

Triadic Colors of #135276

#135276 #761352 #527613

Analogous Colors of #135276

#135276 #132176 #137669

Monochromatic Colors of #135276

#135276

Complementary Color

#135276 #763713

#135276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135276 Color CSS Codes

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

#135276 Text Font Color

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

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


#135276 Background Color

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

This div background color is #135276


#135276 Border Color

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

This div border color is #135276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135276


Comments

No comments written yet.

Please login to write comment.