Color Hex Logo

#1072af Color Hex

#1072AF
(16,114,175)
0 Favorites   0 Comments

Color spaces of #1072af

RGB 16114175
HSL0.560.830.37
HSV203°91°69°
CMYK 0.910.350.00   0.31
XYZ13.968915.239942.7628
Yxy15.23990.19410.2117
Hunter Lab39.0383-4.4452-37.6198
CIE-Lab45.9610-3.2108-39.6350

#1072af color RGB value is (16,114,175).

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

The process color (four color CMYK) of #1072af color hex is 0.91, 0.35, 0.00, 0.31. Web safe color of #1072af is #006699. Color #1072af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01110010 10101111
Octal 20 162 257
Decimal 16 114 175
Hex 10 72 AF

RGB Percentages of Color #1072af

%5.25
%37.38
%57.38

CMYK Percentages of Color #1072af

%91
%35
%0
%31

Triadic Colors of #1072af

#1072af #af1072 #72af10

Analogous Colors of #1072af

#1072af #1023af #10af9d

Monochromatic Colors of #1072af

#1072af

Complementary Color

#1072af #af4d10

#1072af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1072af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1072af Color CSS Codes

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

#1072af Text Font Color

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

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


#1072af Background Color

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

This div background color is #1072af


#1072af Border Color

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

This div border color is #1072af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1072af


Comments

No comments written yet.

Please login to write comment.