Color Hex Logo

#135372 Color Hex

#135372
(19,83,114)
0 Favorites   0 Comments

Color spaces of #135372

RGB 1983114
HSL0.550.710.26
HSV200°83°45°
CMYK 0.830.270.00   0.55
XYZ6.39917.539917.0377
Yxy7.53990.20660.2434
Hunter Lab27.4589-6.4549-17.5671
CIE-Lab33.0057-7.8255-23.2813

#135372 color RGB value is (19,83,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010011 01110010
Octal 23 123 162
Decimal 19 83 114
Hex 13 53 72

RGB Percentages of Color #135372

%8.80
%38.43
%52.78

CMYK Percentages of Color #135372

%83
%27
%0
%55

Triadic Colors of #135372

#135372 #721353 #537213

Analogous Colors of #135372

#135372 #132372 #137262

Monochromatic Colors of #135372

#135372

Complementary Color

#135372 #723213

#135372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135372 Color CSS Codes

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

#135372 Text Font Color

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

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


#135372 Background Color

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

This div background color is #135372


#135372 Border Color

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

This div border color is #135372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135372


Comments

No comments written yet.

Please login to write comment.