Color Hex Logo

#13355e Color Hex

#13355E
(19,53,94)
0 Favorites   0 Comments

Color spaces of #13355e

RGB 195394
HSL0.590.660.22
HSV213°80°37°
CMYK 0.800.440.00   0.63
XYZ3.56203.492811.0761
Yxy3.49280.19650.1926
Hunter Lab18.68901.3150-22.0560
CIE-Lab21.91833.8817-27.9860

#13355e color RGB value is (19,53,94).

#13355e hex color red value is 19, green value is 53 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #13355e hue: 0.59 , saturation: 0.66 and the lightness value of 13355e is 0.22.

The process color (four color CMYK) of #13355e color hex is 0.80, 0.44, 0.00, 0.63. Web safe color of #13355e is #003366. Color #13355e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110101 01011110
Octal 23 65 136
Decimal 19 53 94
Hex 13 35 5E

RGB Percentages of Color #13355e

%11.45
%31.93
%56.63

CMYK Percentages of Color #13355e

%80
%44
%0
%63

Triadic Colors of #13355e

#13355e #5e1335 #355e13

Analogous Colors of #13355e

#13355e #17135e #135b5e

Monochromatic Colors of #13355e

#13355e

Complementary Color

#13355e #5e3c13

#13355e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13355e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13355e Color CSS Codes

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

#13355e Text Font Color

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

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


#13355e Background Color

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

This div background color is #13355e


#13355e Border Color

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

This div border color is #13355e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,53,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13355e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13355e;
  -webkit-box-shadow: 1px 1px 3px 2px #13355e;
  box-shadow:         1px 1px 3px 2px #13355e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13355e


Comments

No comments written yet.

Please login to write comment.