Color Hex Logo

#133486 Color Hex

#133486
(19,52,134)
0 Favorites   0 Comments

Color spaces of #133486

RGB 1952134
HSL0.620.750.30
HSV223°86°53°
CMYK 0.860.610.00   0.47
XYZ5.79964.315723.0816
Yxy4.31570.17470.1300
Hunter Lab20.774313.4773-51.3332
CIE-Lab24.688821.4616-49.0988

#133486 color RGB value is (19,52,134).

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

The process color (four color CMYK) of #133486 color hex is 0.86, 0.61, 0.00, 0.47. Web safe color of #133486 is #003399. Color #133486 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110100 10000110
Octal 23 64 206
Decimal 19 52 134
Hex 13 34 86

RGB Percentages of Color #133486

%9.27
%25.37
%65.37

CMYK Percentages of Color #133486

%86
%61
%0
%47

Triadic Colors of #133486

#133486 #861334 #348613

Analogous Colors of #133486

#133486 #2c1386 #136e86

Monochromatic Colors of #133486

#133486

Complementary Color

#133486 #866513

#133486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133486 Color CSS Codes

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

#133486 Text Font Color

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

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


#133486 Background Color

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

This div background color is #133486


#133486 Border Color

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

This div border color is #133486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133486


Comments

No comments written yet.

Please login to write comment.