Color Hex Logo

#133cad Color Hex

#133CAD
(19,60,173)
0 Favorites   0 Comments

Color spaces of #133cad

RGB 1960173
HSL0.620.800.38
HSV224°89°68°
CMYK 0.890.650.00   0.32
XYZ9.42726.387340.2712
Yxy6.38730.16810.1139
Hunter Lab25.273122.3549-76.7839
CIE-Lab30.369331.5793-63.6156

#133cad color RGB value is (19,60,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111100 10101101
Octal 23 74 255
Decimal 19 60 173
Hex 13 3C AD

RGB Percentages of Color #133cad

%7.54
%23.81
%68.65

CMYK Percentages of Color #133cad

%89
%65
%0
%32

Triadic Colors of #133cad

#133cad #ad133c #3cad13

Analogous Colors of #133cad

#133cad #3713ad #1389ad

Monochromatic Colors of #133cad

#133cad

Complementary Color

#133cad #ad8413

#133cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#133cad Color CSS Codes

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

#133cad Text Font Color

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

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


#133cad Background Color

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

This div background color is #133cad


#133cad Border Color

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

This div border color is #133cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133cad


Comments

No comments written yet.

Please login to write comment.