Shades of Navy #01096E
Tints of Navy #01096E
RGB
CMYK
RGB Variations
Color information
#01096E (or 0x01096E) is known color: Navy. HEX triplet: 01, 09 and 6E. RGB value is (1,9,110). Sum of RGB (Red+Green+Blue) = 1+9+110=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 110 (43.36% from 255 or 91.67% from 120); Max value from RGB is 110 - color contains mainly: blue. Hex color #01096E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01096E is #FEF691. Grayscale: #111111. Windows color (decimal): -16709266 or 7211265. OLE color: 7211265.
HSL color Cylindrical-coordinate representation of color #01096E: hue angle of 235.6º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01096E is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 9 | 110 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.57 |
| HSL | 235.6º | 0.98% | 0.22% | - |
| HSV(B) | 235.6º | 0.99% | 0.43% | - |
| XYZ | 2.92 | 1.33 | 14.85 | - |
| YUV | 18.12 | 179.85 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 110 | 0.99 | 0.92 | 0 | 0.57 | 235.6 | 0.98 | 0.22 |
| Hex | 1 | 9 | 6E | 63 | 5C | 0 | 39 | EC | 62 | 16 |
| Octal | 1 | 11 | 156 | 143 | 134 | 0 | 71 | 354 | 142 | 26 |
| Binary | 1 | 1001 | 1101110 | 1100011 | 1011100 | 0 | 111001 | 11101100 | 1100010 | 10110 |
Color Harmonies of #01096E
Complementary color
Monochromatic Colors of #01096E
Black with #01096E
Text Example
Text Example
White with #01096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01096E; }
p { color: rgb(1,9,110); }
H1.HeaderClassName
{
color: #01096E;
}
.AnyTagClassName
{
color: #01096E;
}
</style>
background-color css
<style>
a { background-color: #01096E; }
a { background-color: rgb(1,9,110); }
div.DivClassName
{
background-color: #01096E;
}
.BgClassName
{
background-color: #01096E;
}
</style>
border-color css
<style>
span { border-color: #01096E; }
span { border-color: rgb(1,9,110); }
td.TdClassName
{
border-color: #01096E;
}
.TagClassName
{
border-color: #01096E;
}
</style>