Color Hex Logo

#0a009f Color Hex

#0A009F
(10,0,159)
0 Favorites   0 Comments

Color spaces of #0a009f

RGB 100159
HSL0.681.000.31
HSV244°100°62°
CMYK 0.941.000.00   0.38
XYZ6.38322.567732.9601
Yxy2.56770.15230.0613
Hunter Lab16.024043.0636-110.7377
CIE-Lab18.222155.7284-75.2852

#0a009f color RGB value is (10,0,159).

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

The process color (four color CMYK) of #0a009f color hex is 0.94, 1.00, 0.00, 0.38. Web safe color of #0a009f is #000099. Color #0a009f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 00000000 10011111
Octal 12 0 237
Decimal 10 0 159
Hex A 0 9F

RGB Percentages of Color #0a009f

%5.92
%0.00
%94.08

CMYK Percentages of Color #0a009f

%94
%100
%0
%38

Triadic Colors of #0a009f

#0a009f #9f0a00 #009f0a

Analogous Colors of #0a009f

#0a009f #5a009f #00459f

Monochromatic Colors of #0a009f

#0a009f

Complementary Color

#0a009f #959f00

#0a009f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a009f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a009f Color CSS Codes

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

#0a009f Text Font Color

<p style="color:#0a009f">Text here</p>

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


#0a009f Background Color

<div style="background-color:#0a009f">
Div content here</div>

This div background color is #0a009f


#0a009f Border Color

<div style="border:3px solid #0a009f">
Div here</div>

This div border color is #0a009f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,0,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0a009f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0a009f;
  -webkit-box-shadow: 1px 1px 3px 2px #0a009f;
  box-shadow:         1px 1px 3px 2px #0a009f; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a009f


Comments

No comments written yet.

Please login to write comment.