Color Hex Logo

#133562 Color Hex

#133562
(19,53,98)
0 Favorites   0 Comments

Color spaces of #133562

RGB 195398
HSL0.590.680.23
HSV214°81°38°
CMYK 0.810.460.00   0.62
XYZ3.74633.566512.0462
Yxy3.56650.19350.1842
Hunter Lab18.88522.3604-24.5994
CIE-Lab22.18325.5776-30.1792

#133562 color RGB value is (19,53,98).

#133562 hex color red value is 19, green value is 53 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #133562 hue: 0.59 , saturation: 0.68 and the lightness value of 133562 is 0.23.

The process color (four color CMYK) of #133562 color hex is 0.81, 0.46, 0.00, 0.62. Web safe color of #133562 is #003366. Color #133562 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110101 01100010
Octal 23 65 142
Decimal 19 53 98
Hex 13 35 62

RGB Percentages of Color #133562

%11.18
%31.18
%57.65

CMYK Percentages of Color #133562

%81
%46
%0
%62

Triadic Colors of #133562

#133562 #621335 #356213

Analogous Colors of #133562

#133562 #181362 #135d62

Monochromatic Colors of #133562

#133562

Complementary Color

#133562 #624013

#133562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133562 Color CSS Codes

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

#133562 Text Font Color

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

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


#133562 Background Color

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

This div background color is #133562


#133562 Border Color

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

This div border color is #133562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133562


Comments

No comments written yet.

Please login to write comment.