Color Hex Logo

#133980 Color Hex

#133980
(19,57,128)
0 Favorites   0 Comments

Color spaces of #133980

RGB 1957128
HSL0.610.740.29
HSV219°85°50°
CMYK 0.850.550.00   0.50
XYZ5.62804.623221.0178
Yxy4.62320.18000.1479
Hunter Lab21.50169.0941-42.9047
CIE-Lab25.633115.4305-43.8049

#133980 color RGB value is (19,57,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111001 10000000
Octal 23 71 200
Decimal 19 57 128
Hex 13 39 80

RGB Percentages of Color #133980

%9.31
%27.94
%62.75

CMYK Percentages of Color #133980

%85
%55
%0
%50

Triadic Colors of #133980

#133980 #801339 #398013

Analogous Colors of #133980

#133980 #231380 #137080

Monochromatic Colors of #133980

#133980

Complementary Color

#133980 #805a13

#133980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133980 Color CSS Codes

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

#133980 Text Font Color

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

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


#133980 Background Color

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

This div background color is #133980


#133980 Border Color

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

This div border color is #133980


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,57,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 #133980">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133980


Comments

No comments written yet.

Please login to write comment.