Color Hex Logo

#133889 Color Hex

#133889
(19,56,137)
0 Favorites   0 Comments

Color spaces of #133889

RGB 1956137
HSL0.610.760.31
HSV221°86°54°
CMYK 0.860.590.00   0.46
XYZ6.19814.772924.2615
Yxy4.77290.17590.1355
Hunter Lab21.847012.4092-50.5499
CIE-Lab26.077719.8840-48.7024

#133889 color RGB value is (19,56,137).

#133889 hex color red value is 19, green value is 56 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #133889 hue: 0.61 , saturation: 0.76 and the lightness value of 133889 is 0.31.

The process color (four color CMYK) of #133889 color hex is 0.86, 0.59, 0.00, 0.46. Web safe color of #133889 is #003399. Color #133889 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111000 10001001
Octal 23 70 211
Decimal 19 56 137
Hex 13 38 89

RGB Percentages of Color #133889

%8.96
%26.42
%64.62

CMYK Percentages of Color #133889

%86
%59
%0
%46

Triadic Colors of #133889

#133889 #891338 #388913

Analogous Colors of #133889

#133889 #291389 #137389

Monochromatic Colors of #133889

#133889

Complementary Color

#133889 #896413

#133889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133889 Color CSS Codes

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

#133889 Text Font Color

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

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


#133889 Background Color

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

This div background color is #133889


#133889 Border Color

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

This div border color is #133889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133889


Comments

No comments written yet.

Please login to write comment.