Shades of Navy #00096F
Tints of Navy #00096F
RGB
CMYK
RGB Variations
Color information
#00096F (or 0x00096F) is known color: Navy. HEX triplet: 00, 09 and 6F. RGB value is (0,9,111). Sum of RGB (Red+Green+Blue) = 0+9+111=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 111 (43.75% from 255 or 92.5% from 120); Max value from RGB is 111 - color contains mainly: blue. Hex color #00096F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00096F is #FFF690. Grayscale: #111111. Windows color (decimal): -16774801 or 7276800. OLE color: 7276800.
HSL color Cylindrical-coordinate representation of color #00096F: hue angle of 235.14º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00096F is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 9 | 111 | - |
| CMYK | 1 | 0.92 | 0 | 0.56 |
| HSL | 235.14º | 1% | 0.22% | - |
| HSV(B) | 235.14º | 1% | 0.44% | - |
| XYZ | 2.97 | 1.34 | 15.14 | - |
| YUV | 17.94 | 180.52 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 111 | 1 | 0.92 | 0 | 0.56 | 235.14 | 1 | 0.22 |
| Hex | 0 | 9 | 6F | 64 | 5C | 0 | 38 | EB | 64 | 16 |
| Octal | 0 | 11 | 157 | 144 | 134 | 0 | 70 | 353 | 144 | 26 |
| Binary | 0 | 1001 | 1101111 | 1100100 | 1011100 | 0 | 111000 | 11101011 | 1100100 | 10110 |
Color Harmonies of #00096F
Complementary color
Monochromatic Colors of #00096F
Black with #00096F
Text Example
Text Example
White with #00096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00096F; }
p { color: rgb(0,9,111); }
H1.HeaderClassName
{
color: #00096F;
}
.AnyTagClassName
{
color: #00096F;
}
</style>
background-color css
<style>
a { background-color: #00096F; }
a { background-color: rgb(0,9,111); }
div.DivClassName
{
background-color: #00096F;
}
.BgClassName
{
background-color: #00096F;
}
</style>
border-color css
<style>
span { border-color: #00096F; }
span { border-color: rgb(0,9,111); }
td.TdClassName
{
border-color: #00096F;
}
.TagClassName
{
border-color: #00096F;
}
</style>