Shades of Navy #00096E
Tints of Navy #00096E
RGB
CMYK
RGB Variations
Color information
#00096E (or 0x00096E) is known color: Navy. HEX triplet: 00, 09 and 6E. RGB value is (0,9,110). Sum of RGB (Red+Green+Blue) = 0+9+110=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 110 (43.36% from 255 or 92.44% from 119); Max value from RGB is 110 - color contains mainly: blue. Hex color #00096E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00096E is #FFF691. Grayscale: #111111. Windows color (decimal): -16774802 or 7211264. OLE color: 7211264.
HSL color Cylindrical-coordinate representation of color #00096E: hue angle of 235.09º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00096E is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 9 | 110 | - |
| CMYK | 1 | 0.92 | 0 | 0.57 |
| HSL | 235.09º | 1% | 0.22% | - |
| HSV(B) | 235.09º | 1% | 0.43% | - |
| XYZ | 2.91 | 1.32 | 14.85 | - |
| YUV | 17.82 | 180.02 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 110 | 1 | 0.92 | 0 | 0.57 | 235.09 | 1 | 0.22 |
| Hex | 0 | 9 | 6E | 64 | 5C | 0 | 39 | EB | 64 | 16 |
| Octal | 0 | 11 | 156 | 144 | 134 | 0 | 71 | 353 | 144 | 26 |
| Binary | 0 | 1001 | 1101110 | 1100100 | 1011100 | 0 | 111001 | 11101011 | 1100100 | 10110 |
Color Harmonies of #00096E
Complementary color
Monochromatic Colors of #00096E
Black with #00096E
Text Example
Text Example
White with #00096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00096E; }
p { color: rgb(0,9,110); }
H1.HeaderClassName
{
color: #00096E;
}
.AnyTagClassName
{
color: #00096E;
}
</style>
background-color css
<style>
a { background-color: #00096E; }
a { background-color: rgb(0,9,110); }
div.DivClassName
{
background-color: #00096E;
}
.BgClassName
{
background-color: #00096E;
}
</style>
border-color css
<style>
span { border-color: #00096E; }
span { border-color: rgb(0,9,110); }
td.TdClassName
{
border-color: #00096E;
}
.TagClassName
{
border-color: #00096E;
}
</style>