Color Hex Logo

#13538c Color Hex

#13538C
(19,83,140)
0 Favorites   0 Comments

Color spaces of #13538c

RGB 1983140
HSL0.580.760.31
HSV208°86°55°
CMYK 0.860.410.00   0.45
XYZ8.09548.218425.9706
Yxy8.21840.19150.1944
Hunter Lab28.66780.2375-33.6444
CIE-Lab34.43372.6038-37.0784

#13538c color RGB value is (19,83,140).

#13538c hex color red value is 19, green value is 83 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #13538c hue: 0.58 , saturation: 0.76 and the lightness value of 13538c is 0.31.

The process color (four color CMYK) of #13538c color hex is 0.86, 0.41, 0.00, 0.45. Web safe color of #13538c is #006699. Color #13538c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010011 10001100
Octal 23 123 214
Decimal 19 83 140
Hex 13 53 8C

RGB Percentages of Color #13538c

%7.85
%34.30
%57.85

CMYK Percentages of Color #13538c

%86
%41
%0
%45

Triadic Colors of #13538c

#13538c #8c1353 #538c13

Analogous Colors of #13538c

#13538c #13178c #138c89

Monochromatic Colors of #13538c

#13538c

Complementary Color

#13538c #8c4c13

#13538c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13538c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13538c Color CSS Codes

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

#13538c Text Font Color

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

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


#13538c Background Color

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

This div background color is #13538c


#13538c Border Color

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

This div border color is #13538c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13538c


Comments

No comments written yet.

Please login to write comment.