Color Hex Logo

#133cae Color Hex

#133CAE
(19,60,174)
0 Favorites   0 Comments

Color spaces of #133cae

RGB 1960174
HSL0.620.800.38
HSV224°89°68°
CMYK 0.890.660.00   0.32
XYZ9.52446.426240.7828
Yxy6.42620.16790.1133
Hunter Lab25.350022.7030-77.6403
CIE-Lab30.463231.9671-64.0590

#133cae color RGB value is (19,60,174).

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

The process color (four color CMYK) of #133cae color hex is 0.89, 0.66, 0.00, 0.32. Web safe color of #133cae is #003399. Color #133cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111100 10101110
Octal 23 74 256
Decimal 19 60 174
Hex 13 3C AE

RGB Percentages of Color #133cae

%7.51
%23.72
%68.77

CMYK Percentages of Color #133cae

%89
%66
%0
%32

Triadic Colors of #133cae

#133cae #ae133c #3cae13

Analogous Colors of #133cae

#133cae #3713ae #138aae

Monochromatic Colors of #133cae

#133cae

Complementary Color

#133cae #ae8513

#133cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#133cae Color CSS Codes

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

#133cae Text Font Color

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

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


#133cae Background Color

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

This div background color is #133cae


#133cae Border Color

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

This div border color is #133cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133cae


Comments

No comments written yet.

Please login to write comment.