Color Hex Logo

#1007af Color Hex

#1007AF
(16,7,175)
0 Favorites   0 Comments

Color spaces of #1007af

RGB 167175
HSL0.680.920.36
HSV243°96°69°
CMYK 0.910.960.00   0.31
XYZ8.02753.357340.7824
Yxy3.35730.15390.0644
Hunter Lab18.322946.1379-119.1391
CIE-Lab21.421558.0738-79.6477

#1007af color RGB value is (16,7,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 00000111 10101111
Octal 20 7 257
Decimal 16 7 175
Hex 10 7 AF

RGB Percentages of Color #1007af

%8.08
%3.54
%88.38

CMYK Percentages of Color #1007af

%91
%96
%0
%31

Triadic Colors of #1007af

#1007af #af1007 #07af10

Analogous Colors of #1007af

#1007af #6407af #0752af

Monochromatic Colors of #1007af

#1007af

Complementary Color

#1007af #a6af07

#1007af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1007af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1007af Color CSS Codes

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

#1007af Text Font Color

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

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


#1007af Background Color

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

This div background color is #1007af


#1007af Border Color

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

This div border color is #1007af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1007af


Comments

No comments written yet.

Please login to write comment.