Color Hex Logo

#1300ac Color Hex

#1300AC
(19,0,172)
0 Favorites   0 Comments

Color spaces of #1300ac

RGB 190172
HSL0.691.000.34
HSV247°100°67°
CMYK 0.891.000.00   0.33
XYZ7.71503.117039.2247
Yxy3.11700.15410.0623
Hunter Lab17.655047.1057-119.3678
CIE-Lab20.506559.1334-79.3659

#1300ac color RGB value is (19,0,172).

#1300ac hex color red value is 19, green value is 0 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #1300ac hue: 0.69 , saturation: 1.00 and the lightness value of 1300ac is 0.34.

The process color (four color CMYK) of #1300ac color hex is 0.89, 1.00, 0.00, 0.33. Web safe color of #1300ac is #000099. Color #1300ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000000 10101100
Octal 23 0 254
Decimal 19 0 172
Hex 13 0 AC

RGB Percentages of Color #1300ac

%9.95
%0.00
%90.05

CMYK Percentages of Color #1300ac

%89
%100
%0
%33

Triadic Colors of #1300ac

#1300ac #ac1300 #00ac13

Analogous Colors of #1300ac

#1300ac #6900ac #0043ac

Monochromatic Colors of #1300ac

#1300ac

Complementary Color

#1300ac #99ac00

#1300ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1300ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#1300ac Color CSS Codes

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

#1300ac Text Font Color

<p style="color:#1300ac">Text here</p>

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


#1300ac Background Color

<div style="background-color:#1300ac">
Div content here</div>

This div background color is #1300ac


#1300ac Border Color

<div style="border:3px solid #1300ac">
Div here</div>

This div border color is #1300ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1300ac


Comments

No comments written yet.

Please login to write comment.