Color Hex Logo

#133180 Color Hex

#133180
(19,49,128)
0 Favorites   0 Comments

Color spaces of #133180

RGB 1949128
HSL0.620.740.29
HSV223°85°50°
CMYK 0.850.620.00   0.50
XYZ5.26323.893620.8962
Yxy3.89360.17510.1296
Hunter Lab19.732213.0802-48.9749
CIE-Lab23.316521.1107-47.5757

#133180 color RGB value is (19,49,128).

#133180 hex color red value is 19, green value is 49 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #133180 hue: 0.62 , saturation: 0.74 and the lightness value of 133180 is 0.29.

The process color (four color CMYK) of #133180 color hex is 0.85, 0.62, 0.00, 0.50. Web safe color of #133180 is #003399. Color #133180 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110001 10000000
Octal 23 61 200
Decimal 19 49 128
Hex 13 31 80

RGB Percentages of Color #133180

%9.69
%25.00
%65.31

CMYK Percentages of Color #133180

%85
%62
%0
%50

Triadic Colors of #133180

#133180 #801331 #318013

Analogous Colors of #133180

#133180 #2c1380 #136880

Monochromatic Colors of #133180

#133180

Complementary Color

#133180 #806213

#133180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133180 Color CSS Codes

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

#133180 Text Font Color

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

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


#133180 Background Color

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

This div background color is #133180


#133180 Border Color

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

This div border color is #133180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133180


Comments

No comments written yet.

Please login to write comment.