Shades of Navy #01096C
Tints of Navy #01096C
RGB
CMYK
RGB Variations
Color information
#01096C (or 0x01096C) is known color: Navy. HEX triplet: 01, 09 and 6C. RGB value is (1,9,108). Sum of RGB (Red+Green+Blue) = 1+9+108=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 108 (42.58% from 255 or 91.53% from 118); Max value from RGB is 108 - color contains mainly: blue. Hex color #01096C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01096C is #FEF693. Grayscale: #111111. Windows color (decimal): -16709268 or 7080193. OLE color: 7080193.
HSL color Cylindrical-coordinate representation of color #01096C: hue angle of 235.51º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01096C is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 9 | 108 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.58 |
| HSL | 235.51º | 0.98% | 0.21% | - |
| HSV(B) | 235.51º | 0.99% | 0.42% | - |
| XYZ | 2.82 | 1.28 | 14.29 | - |
| YUV | 17.89 | 178.85 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 108 | 0.99 | 0.92 | 0 | 0.58 | 235.51 | 0.98 | 0.21 |
| Hex | 1 | 9 | 6C | 63 | 5C | 0 | 3A | EC | 62 | 15 |
| Octal | 1 | 11 | 154 | 143 | 134 | 0 | 72 | 354 | 142 | 25 |
| Binary | 1 | 1001 | 1101100 | 1100011 | 1011100 | 0 | 111010 | 11101100 | 1100010 | 10101 |
Color Harmonies of #01096C
Complementary color
Monochromatic Colors of #01096C
Black with #01096C
Text Example
Text Example
White with #01096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01096C; }
p { color: rgb(1,9,108); }
H1.HeaderClassName
{
color: #01096C;
}
.AnyTagClassName
{
color: #01096C;
}
</style>
background-color css
<style>
a { background-color: #01096C; }
a { background-color: rgb(1,9,108); }
div.DivClassName
{
background-color: #01096C;
}
.BgClassName
{
background-color: #01096C;
}
</style>
border-color css
<style>
span { border-color: #01096C; }
span { border-color: rgb(1,9,108); }
td.TdClassName
{
border-color: #01096C;
}
.TagClassName
{
border-color: #01096C;
}
</style>