Color Hex Logo

#1301ad Color Hex

#1301AD
(19,1,173)
0 Favorites   0 Comments

Color spaces of #1301ad

RGB 191173
HSL0.680.990.34
HSV246°99°68°
CMYK 0.890.990.00   0.32
XYZ7.82223.177339.7362
Yxy3.17730.15420.0626
Hunter Lab17.825047.1381-119.6943
CIE-Lab20.740459.1232-79.5785

#1301ad color RGB value is (19,1,173).

#1301ad hex color red value is 19, green value is 1 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #1301ad hue: 0.68 , saturation: 0.99 and the lightness value of 1301ad is 0.34.

The process color (four color CMYK) of #1301ad color hex is 0.89, 0.99, 0.00, 0.32. Web safe color of #1301ad is #000099. Color #1301ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000001 10101101
Octal 23 1 255
Decimal 19 1 173
Hex 13 1 AD

RGB Percentages of Color #1301ad

%9.84
%0.52
%89.64

CMYK Percentages of Color #1301ad

%89
%99
%0
%32

Triadic Colors of #1301ad

#1301ad #ad1301 #01ad13

Analogous Colors of #1301ad

#1301ad #6901ad #0145ad

Monochromatic Colors of #1301ad

#1301ad

Complementary Color

#1301ad #9bad01

#1301ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1301ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#1301ad Color CSS Codes

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

#1301ad Text Font Color

<p style="color:#1301ad">Text here</p>

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


#1301ad Background Color

<div style="background-color:#1301ad">
Div content here</div>

This div background color is #1301ad


#1301ad Border Color

<div style="border:3px solid #1301ad">
Div here</div>

This div border color is #1301ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1301ad


Comments

No comments written yet.

Please login to write comment.