Color Hex Logo

#133e70 Color Hex

#133E70
(19,62,112)
0 Favorites   0 Comments

Color spaces of #133e70

RGB 1962112
HSL0.590.710.26
HSV212°83°44°
CMYK 0.830.450.00   0.56
XYZ4.91584.753515.9877
Yxy4.75350.19160.1853
Hunter Lab21.80252.0919-28.2153
CIE-Lab26.02065.1662-33.0635

#133e70 color RGB value is (19,62,112).

#133e70 hex color red value is 19, green value is 62 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #133e70 hue: 0.59 , saturation: 0.71 and the lightness value of 133e70 is 0.26.

The process color (four color CMYK) of #133e70 color hex is 0.83, 0.45, 0.00, 0.56. Web safe color of #133e70 is #003366. Color #133e70 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111110 01110000
Octal 23 76 160
Decimal 19 62 112
Hex 13 3E 70

RGB Percentages of Color #133e70

%9.84
%32.12
%58.03

CMYK Percentages of Color #133e70

%83
%45
%0
%56

Triadic Colors of #133e70

#133e70 #70133e #3e7013

Analogous Colors of #133e70

#133e70 #161370 #136d70

Monochromatic Colors of #133e70

#133e70

Complementary Color

#133e70 #704513

#133e70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133e70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133e70 Color CSS Codes

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

#133e70 Text Font Color

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

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


#133e70 Background Color

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

This div background color is #133e70


#133e70 Border Color

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

This div border color is #133e70


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,62,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #133e70; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #133e70;
  -webkit-box-shadow: 1px 1px 3px 2px #133e70;
  box-shadow:         1px 1px 3px 2px #133e70; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133e70


Comments

No comments written yet.

Please login to write comment.