Color Hex Logo

#133181 Color Hex

#133181
(19,49,129)
0 Favorites   0 Comments

Color spaces of #133181

RGB 1949129
HSL0.620.740.29
HSV224°85°51°
CMYK 0.850.620.00   0.49
XYZ5.32933.920121.2446
Yxy3.92010.17480.1286
Hunter Lab19.799213.3976-49.7587
CIE-Lab23.405521.5216-48.0599

#133181 color RGB value is (19,49,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110001 10000001
Octal 23 61 201
Decimal 19 49 129
Hex 13 31 81

RGB Percentages of Color #133181

%9.64
%24.87
%65.48

CMYK Percentages of Color #133181

%85
%62
%0
%49

Triadic Colors of #133181

#133181 #811331 #318113

Analogous Colors of #133181

#133181 #2c1381 #136881

Monochromatic Colors of #133181

#133181

Complementary Color

#133181 #816313

#133181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133181 Color CSS Codes

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

#133181 Text Font Color

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

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


#133181 Background Color

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

This div background color is #133181


#133181 Border Color

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

This div border color is #133181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133181


Comments

No comments written yet.

Please login to write comment.