Color Hex Logo

#10079f Color Hex

#10079F
(16,7,159)
0 Favorites   0 Comments

Color spaces of #10079f

RGB 167159
HSL0.680.920.33
HSV244°96°62°
CMYK 0.900.960.00   0.38
XYZ6.54772.765332.9895
Yxy2.76530.15480.0654
Hunter Lab16.629241.1828-105.9809
CIE-Lab19.078353.7687-73.8488

#10079f color RGB value is (16,7,159).

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

The process color (four color CMYK) of #10079f color hex is 0.90, 0.96, 0.00, 0.38. Web safe color of #10079f is #000099. Color #10079f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00000111 10011111
Octal 20 7 237
Decimal 16 7 159
Hex 10 7 9F

RGB Percentages of Color #10079f

%8.79
%3.85
%87.36

CMYK Percentages of Color #10079f

%90
%96
%0
%38

Triadic Colors of #10079f

#10079f #9f1007 #079f10

Analogous Colors of #10079f

#10079f #5c079f #074a9f

Monochromatic Colors of #10079f

#10079f

Complementary Color

#10079f #969f07

#10079f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10079f Color Preview on White Background

Lorem ipsum dolor sit amet.

#10079f Color CSS Codes

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

#10079f Text Font Color

<p style="color:#10079f">Text here</p>

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


#10079f Background Color

<div style="background-color:#10079f">
Div content here</div>

This div background color is #10079f


#10079f Border Color

<div style="border:3px solid #10079f">
Div here</div>

This div border color is #10079f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,7,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10079f


Comments

No comments written yet.

Please login to write comment.