Color Hex Logo

#133fad Color Hex

#133FAD
(19,63,173)
0 Favorites   0 Comments

Color spaces of #133fad

RGB 1963173
HSL0.620.800.38
HSV223°89°68°
CMYK 0.890.640.00   0.32
XYZ9.58896.710640.3250
Yxy6.71060.16930.1185
Hunter Lab25.904820.7399-74.1610
CIE-Lab31.138829.5783-62.3528

#133fad color RGB value is (19,63,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111111 10101101
Octal 23 77 255
Decimal 19 63 173
Hex 13 3F AD

RGB Percentages of Color #133fad

%7.45
%24.71
%67.84

CMYK Percentages of Color #133fad

%89
%64
%0
%32

Triadic Colors of #133fad

#133fad #ad133f #3fad13

Analogous Colors of #133fad

#133fad #3413ad #138cad

Monochromatic Colors of #133fad

#133fad

Complementary Color

#133fad #ad8113

#133fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#133fad Color CSS Codes

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

#133fad Text Font Color

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

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


#133fad Background Color

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

This div background color is #133fad


#133fad Border Color

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

This div border color is #133fad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,63,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 #133fad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133fad


Comments

No comments written yet.

Please login to write comment.