Color Hex Logo

#133969 Color Hex

#133969
(19,57,105)
0 Favorites   0 Comments

Color spaces of #133969

RGB 1957105
HSL0.590.690.24
HSV213°82°41°
CMYK 0.820.460.00   0.59
XYZ4.28154.084613.9274
Yxy4.08460.19210.1832
Hunter Lab20.21042.4464-26.7107
CIE-Lab23.94925.7107-31.8926

#133969 color RGB value is (19,57,105).

#133969 hex color red value is 19, green value is 57 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #133969 hue: 0.59 , saturation: 0.69 and the lightness value of 133969 is 0.24.

The process color (four color CMYK) of #133969 color hex is 0.82, 0.46, 0.00, 0.59. Web safe color of #133969 is #003366. Color #133969 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111001 01101001
Octal 23 71 151
Decimal 19 57 105
Hex 13 39 69

RGB Percentages of Color #133969

%10.50
%31.49
%58.01

CMYK Percentages of Color #133969

%82
%46
%0
%59

Triadic Colors of #133969

#133969 #691339 #396913

Analogous Colors of #133969

#133969 #181369 #136469

Monochromatic Colors of #133969

#133969

Complementary Color

#133969 #694313

#133969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133969 Color CSS Codes

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

#133969 Text Font Color

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

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


#133969 Background Color

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

This div background color is #133969


#133969 Border Color

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

This div border color is #133969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133969


Comments

No comments written yet.

Please login to write comment.