#0A097F

Color #0A097F Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #0A097F

Tints of Navy #0A097F

Color information

#0A097F (or 0x0A097F) is unknown color: approx Navy. HEX triplet: 0A, 09 and 7F. RGB value is (10,9,127). Sum of RGB (Red+Green+Blue) = 10+9+127=146 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.85% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 127 (50% from 255 or 86.99% from 146); Max value from RGB is 127 - color contains mainly: blue. Hex color #0A097F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A097F is #F5F680. Grayscale: #161616. Windows color (decimal): -16119425 or 8325386. OLE color: 8325386.

HSL color Cylindrical-coordinate representation of color #0A097F: hue angle of 240.51º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A097F is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB109127-
CMYK0.920.9300.50
HSL240.51º86.76%26.67%-
HSV(B)240.51º92.91%49.8%-
XYZ4.051.7920.21-
YUV22.75186.83118.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 6.85%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 127 (50% from 255) = 86.99%
R=6.85%
G=6.16%
B=86.99%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1091270.920.9300.50240.5186.7626.67
HexA97F5C5D032f1571b
Octal121117713413506236112733
Binary10101001111111110111001011101011001011110001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A097F; }

 p { color: rgb(10,9,127); }

 H1.HeaderClassName
 {
   color: #0A097F;
 }
 .AnyTagClassName
 {
   color: #0A097F;
 }
</style>
background-color css

<style>
 a { background-color: #0A097F; }

 a { background-color: rgb(10,9,127); }

 div.DivClassName
 {
   background-color: #0A097F;
 }
 .BgClassName
 {
   background-color: #0A097F;
 }
</style>
border-color css

<style>
 span { border-color: #0A097F; }

 span { border-color: rgb(10,9,127); }

 td.TdClassName
 {
   border-color: #0A097F;
 }
 .TagClassName
 {
   border-color: #0A097F;
 }
</style>