Color Hex Logo

#1419af Color Hex

#1419AF
(20,25,175)
0 Favorites   0 Comments

Color spaces of #1419af

RGB 2025175
HSL0.660.790.38
HSV238°89°69°
CMYK 0.890.860.00   0.31
XYZ8.37403.939140.8764
Yxy3.93910.15740.0741
Hunter Lab19.847240.5809-108.2182
CIE-Lab23.469152.3601-76.2281

#1419af color RGB value is (20,25,175).

#1419af hex color red value is 20, green value is 25 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1419af hue: 0.66 , saturation: 0.79 and the lightness value of 1419af is 0.38.

The process color (four color CMYK) of #1419af color hex is 0.89, 0.86, 0.00, 0.31. Web safe color of #1419af is #000099. Color #1419af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00011001 10101111
Octal 24 31 257
Decimal 20 25 175
Hex 14 19 AF

RGB Percentages of Color #1419af

%9.09
%11.36
%79.55

CMYK Percentages of Color #1419af

%89
%86
%0
%31

Triadic Colors of #1419af

#1419af #af1419 #19af14

Analogous Colors of #1419af

#1419af #5c14af #1467af

Monochromatic Colors of #1419af

#1419af

Complementary Color

#1419af #afaa14

#1419af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1419af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1419af Color CSS Codes

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

#1419af Text Font Color

<p style="color:#1419af">Text here</p>

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


#1419af Background Color

<div style="background-color:#1419af">
Div content here</div>

This div background color is #1419af


#1419af Border Color

<div style="border:3px solid #1419af">
Div here</div>

This div border color is #1419af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,25,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1419af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1419af;
  -webkit-box-shadow: 1px 1px 3px 2px #1419af;
  box-shadow:         1px 1px 3px 2px #1419af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,25,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1419af


Comments

No comments written yet.

Please login to write comment.