Color Hex Logo

#133eac Color Hex

#133EAC
(19,62,172)
0 Favorites   0 Comments

Color spaces of #133eac

RGB 1962172
HSL0.620.800.37
HSV223°89°67°
CMYK 0.890.640.00   0.33
XYZ9.43766.562339.7990
Yxy6.56230.16910.1176
Hunter Lab25.617020.9318-74.1821
CIE-Lab30.789029.8555-62.3287

#133eac color RGB value is (19,62,172).

#133eac hex color red value is 19, green value is 62 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #133eac hue: 0.62 , saturation: 0.80 and the lightness value of 133eac is 0.37.

The process color (four color CMYK) of #133eac color hex is 0.89, 0.64, 0.00, 0.33. Web safe color of #133eac is #003399. Color #133eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111110 10101100
Octal 23 76 254
Decimal 19 62 172
Hex 13 3E AC

RGB Percentages of Color #133eac

%7.51
%24.51
%67.98

CMYK Percentages of Color #133eac

%89
%64
%0
%33

Triadic Colors of #133eac

#133eac #ac133e #3eac13

Analogous Colors of #133eac

#133eac #3513ac #138bac

Monochromatic Colors of #133eac

#133eac

Complementary Color

#133eac #ac8113

#133eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#133eac Color CSS Codes

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

#133eac Text Font Color

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

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


#133eac Background Color

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

This div background color is #133eac


#133eac Border Color

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

This div border color is #133eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133eac


Comments

No comments written yet.

Please login to write comment.