Color Hex Logo

#0a096e Color Hex

#0A096E
(10,9,110)
0 Favorites   0 Comments

Color spaces of #0a096e

RGB 109110
HSL0.670.850.23
HSV241°92°43°
CMYK 0.910.920.00   0.57
XYZ3.03731.385714.8592
Yxy1.38570.15750.0719
Hunter Lab11.771625.4563-66.6014
CIE-Lab11.862138.5715-54.9313

#0a096e color RGB value is (10,9,110).

#0a096e hex color red value is 10, green value is 9 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #0a096e hue: 0.67 , saturation: 0.85 and the lightness value of 0a096e is 0.23.

The process color (four color CMYK) of #0a096e color hex is 0.91, 0.92, 0.00, 0.57. Web safe color of #0a096e is #000066. Color #0a096e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 00001001 01101110
Octal 12 11 156
Decimal 10 9 110
Hex A 9 6E

RGB Percentages of Color #0a096e

%7.75
%6.98
%85.27

CMYK Percentages of Color #0a096e

%91
%92
%0
%57

Triadic Colors of #0a096e

#0a096e #6e0a09 #096e0a

Analogous Colors of #0a096e

#0a096e #3d096e #093b6e

Monochromatic Colors of #0a096e

#0a096e

Complementary Color

#0a096e #6d6e09

#0a096e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a096e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a096e Color CSS Codes

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

#0a096e Text Font Color

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

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


#0a096e Background Color

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

This div background color is #0a096e


#0a096e Border Color

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

This div border color is #0a096e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,9,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a096e


Comments

No comments written yet.

Please login to write comment.