Color Hex Logo

#133481 Color Hex

#133481
(19,52,129)
0 Favorites   0 Comments

Color spaces of #133481

RGB 1952129
HSL0.620.740.29
HSV222°85°51°
CMYK 0.850.600.00   0.49
XYZ5.45904.179421.2879
Yxy4.17940.17650.1351
Hunter Lab20.443611.8882-47.4282
CIE-Lab24.255919.3963-46.6725

#133481 color RGB value is (19,52,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110100 10000001
Octal 23 64 201
Decimal 19 52 129
Hex 13 34 81

RGB Percentages of Color #133481

%9.50
%26.00
%64.50

CMYK Percentages of Color #133481

%85
%60
%0
%49

Triadic Colors of #133481

#133481 #811334 #348113

Analogous Colors of #133481

#133481 #291381 #136b81

Monochromatic Colors of #133481

#133481

Complementary Color

#133481 #816013

#133481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133481 Color CSS Codes

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

#133481 Text Font Color

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

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


#133481 Background Color

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

This div background color is #133481


#133481 Border Color

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

This div border color is #133481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133481


Comments

No comments written yet.

Please login to write comment.