Color Hex Logo

#1409af Color Hex

#1409AF
(20,9,175)
0 Favorites   0 Comments

Color spaces of #1409af

RGB 209175
HSL0.680.900.36
HSV244°95°69°
CMYK 0.890.950.00   0.31
XYZ8.12403.439240.7931
Yxy3.43920.15520.0657
Hunter Lab18.545145.7412-117.4370
CIE-Lab21.723457.6482-79.1399

#1409af color RGB value is (20,9,175).

#1409af hex color red value is 20, green value is 9 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1409af hue: 0.68 , saturation: 0.90 and the lightness value of 1409af is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001001 10101111
Octal 24 11 257
Decimal 20 9 175
Hex 14 9 AF

RGB Percentages of Color #1409af

%9.80
%4.41
%85.78

CMYK Percentages of Color #1409af

%89
%95
%0
%31

Triadic Colors of #1409af

#1409af #af1409 #09af14

Analogous Colors of #1409af

#1409af #6709af #0951af

Monochromatic Colors of #1409af

#1409af

Complementary Color

#1409af #a4af09

#1409af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1409af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1409af Color CSS Codes

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

#1409af Text Font Color

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

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


#1409af Background Color

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

This div background color is #1409af


#1409af Border Color

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

This div border color is #1409af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,9,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 #1409af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1409af


Comments

No comments written yet.

Please login to write comment.