Color Hex Logo

#1014af Color Hex

#1014AF
(16,20,175)
0 Favorites   0 Comments

Color spaces of #1014af

RGB 1620175
HSL0.660.830.37
HSV238°91°69°
CMYK 0.910.890.00   0.31
XYZ8.20173.705640.8404
Yxy3.70560.15550.0703
Hunter Lab19.249942.3650-112.3139
CIE-Lab22.673354.2538-77.5578

#1014af color RGB value is (16,20,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 00010100 10101111
Octal 20 24 257
Decimal 16 20 175
Hex 10 14 AF

RGB Percentages of Color #1014af

%7.58
%9.48
%82.94

CMYK Percentages of Color #1014af

%91
%89
%0
%31

Triadic Colors of #1014af

#1014af #af1014 #14af10

Analogous Colors of #1014af

#1014af #5b10af #1064af

Monochromatic Colors of #1014af

#1014af

Complementary Color

#1014af #afab10

#1014af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1014af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1014af Color CSS Codes

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

#1014af Text Font Color

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

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


#1014af Background Color

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

This div background color is #1014af


#1014af Border Color

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

This div border color is #1014af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1014af


Comments

No comments written yet.

Please login to write comment.