Color Hex Logo

#13358a Color Hex

#13358A
(19,53,138)
0 Favorites   0 Comments

Color spaces of #13358a

RGB 1953138
HSL0.620.760.31
HSV223°86°54°
CMYK 0.860.620.00   0.46
XYZ6.12914.519624.5941
Yxy4.51960.17390.1282
Hunter Lab21.259414.2579-53.7087
CIE-Lab25.319822.4014-50.5608

#13358a color RGB value is (19,53,138).

#13358a hex color red value is 19, green value is 53 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #13358a hue: 0.62 , saturation: 0.76 and the lightness value of 13358a is 0.31.

The process color (four color CMYK) of #13358a color hex is 0.86, 0.62, 0.00, 0.46. Web safe color of #13358a is #003399. Color #13358a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110101 10001010
Octal 23 65 212
Decimal 19 53 138
Hex 13 35 8A

RGB Percentages of Color #13358a

%9.05
%25.24
%65.71

CMYK Percentages of Color #13358a

%86
%62
%0
%46

Triadic Colors of #13358a

#13358a #8a1335 #358a13

Analogous Colors of #13358a

#13358a #2c138a #13718a

Monochromatic Colors of #13358a

#13358a

Complementary Color

#13358a #8a6813

#13358a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13358a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13358a Color CSS Codes

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

#13358a Text Font Color

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

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


#13358a Background Color

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

This div background color is #13358a


#13358a Border Color

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

This div border color is #13358a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13358a


Comments

No comments written yet.

Please login to write comment.