Color Hex Logo

#133690 Color Hex

#133690
(19,54,144)
0 Favorites   0 Comments

Color spaces of #133690

RGB 1954144
HSL0.620.770.32
HSV223°87°56°
CMYK 0.870.630.00   0.44
XYZ6.62184.790426.9612
Yxy4.79040.17260.1248
Hunter Lab21.887015.7021-57.7147
CIE-Lab26.129124.1478-52.9540

#133690 color RGB value is (19,54,144).

#133690 hex color red value is 19, green value is 54 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #133690 hue: 0.62 , saturation: 0.77 and the lightness value of 133690 is 0.32.

The process color (four color CMYK) of #133690 color hex is 0.87, 0.63, 0.00, 0.44. Web safe color of #133690 is #003399. Color #133690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110110 10010000
Octal 23 66 220
Decimal 19 54 144
Hex 13 36 90

RGB Percentages of Color #133690

%8.76
%24.88
%66.36

CMYK Percentages of Color #133690

%87
%63
%0
%44

Triadic Colors of #133690

#133690 #901336 #369013

Analogous Colors of #133690

#133690 #2f1390 #137590

Monochromatic Colors of #133690

#133690

Complementary Color

#133690 #906d13

#133690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133690 Color CSS Codes

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

#133690 Text Font Color

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

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


#133690 Background Color

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

This div background color is #133690


#133690 Border Color

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

This div border color is #133690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133690


Comments

No comments written yet.

Please login to write comment.