Color Hex Logo

#1304ac Color Hex

#1304AC
(19,4,172)
0 Favorites   0 Comments

Color spaces of #1304ac

RGB 194172
HSL0.680.950.35
HSV245°98°67°
CMYK 0.890.980.00   0.33
XYZ7.75843.203839.2392
Yxy3.20380.15450.0638
Hunter Lab17.899246.0474-117.4483
CIE-Lab20.842358.0913-78.8045

#1304ac color RGB value is (19,4,172).

#1304ac hex color red value is 19, green value is 4 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #1304ac hue: 0.68 , saturation: 0.95 and the lightness value of 1304ac is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000100 10101100
Octal 23 4 254
Decimal 19 4 172
Hex 13 4 AC

RGB Percentages of Color #1304ac

%9.74
%2.05
%88.21

CMYK Percentages of Color #1304ac

%89
%98
%0
%33

Triadic Colors of #1304ac

#1304ac #ac1304 #04ac13

Analogous Colors of #1304ac

#1304ac #6704ac #0449ac

Monochromatic Colors of #1304ac

#1304ac

Complementary Color

#1304ac #9dac04

#1304ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1304ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#1304ac Color CSS Codes

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

#1304ac Text Font Color

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

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


#1304ac Background Color

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

This div background color is #1304ac


#1304ac Border Color

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

This div border color is #1304ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1304ac


Comments

No comments written yet.

Please login to write comment.