Color Hex Logo

#133577 Color Hex

#133577
(19,53,119)
0 Favorites   0 Comments

Color spaces of #133577

RGB 1953119
HSL0.610.720.27
HSV220°84°47°
CMYK 0.840.550.00   0.53
XYZ4.87144.016617.9713
Yxy4.01660.18140.1495
Hunter Lab20.04158.3148-39.1367
CIE-Lab23.726214.4932-41.2140

#133577 color RGB value is (19,53,119).

#133577 hex color red value is 19, green value is 53 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #133577 hue: 0.61 , saturation: 0.72 and the lightness value of 133577 is 0.27.

The process color (four color CMYK) of #133577 color hex is 0.84, 0.55, 0.00, 0.53. Web safe color of #133577 is #003366. Color #133577 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110101 01110111
Octal 23 65 167
Decimal 19 53 119
Hex 13 35 77

RGB Percentages of Color #133577

%9.95
%27.75
%62.30

CMYK Percentages of Color #133577

%84
%55
%0
%53

Triadic Colors of #133577

#133577 #771335 #357713

Analogous Colors of #133577

#133577 #231377 #136777

Monochromatic Colors of #133577

#133577

Complementary Color

#133577 #775513

#133577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133577 Color CSS Codes

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

#133577 Text Font Color

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

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


#133577 Background Color

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

This div background color is #133577


#133577 Border Color

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

This div border color is #133577


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133577


Comments

No comments written yet.

Please login to write comment.