Color Hex Logo

#10009e Color Hex

#10009E
(16,0,158)
0 Favorites   0 Comments

Color spaces of #10009e

RGB 160158
HSL0.681.000.31
HSV246°100°62°
CMYK 0.901.000.00   0.38
XYZ6.38522.578832.5090
Yxy2.57880.15400.0622
Hunter Lab16.058642.8721-108.7852
CIE-Lab18.271355.5374-74.5848

#10009e color RGB value is (16,0,158).

#10009e hex color red value is 16, green value is 0 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #10009e hue: 0.68 , saturation: 1.00 and the lightness value of 10009e is 0.31.

The process color (four color CMYK) of #10009e color hex is 0.90, 1.00, 0.00, 0.38. Web safe color of #10009e is #000099. Color #10009e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00000000 10011110
Octal 20 0 236
Decimal 16 0 158
Hex 10 0 9E

RGB Percentages of Color #10009e

%9.20
%0.00
%90.80

CMYK Percentages of Color #10009e

%90
%100
%0
%38

Triadic Colors of #10009e

#10009e #9e1000 #009e10

Analogous Colors of #10009e

#10009e #5f009e #003f9e

Monochromatic Colors of #10009e

#10009e

Complementary Color

#10009e #8e9e00

#10009e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10009e Color Preview on White Background

Lorem ipsum dolor sit amet.

#10009e Color CSS Codes

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

#10009e Text Font Color

<p style="color:#10009e">Text here</p>

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


#10009e Background Color

<div style="background-color:#10009e">
Div content here</div>

This div background color is #10009e


#10009e Border Color

<div style="border:3px solid #10009e">
Div here</div>

This div border color is #10009e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,0,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #10009e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #10009e;
  -webkit-box-shadow: 1px 1px 3px 2px #10009e;
  box-shadow:         1px 1px 3px 2px #10009e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10009e


Comments

No comments written yet.

Please login to write comment.