Shades of Navy #011276
Tints of Navy #011276
RGB
CMYK
RGB Variations
Color information
#011276 (or 0x011276) is known color: Navy. HEX triplet: 01, 12 and 76. RGB value is (1,18,118). Sum of RGB (Red+Green+Blue) = 1+18+118=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 118 (46.48% from 255 or 86.13% from 137); Max value from RGB is 118 - color contains mainly: blue. Hex color #011276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011276 is #FEED89. Grayscale: #171717. Windows color (decimal): -16706954 or 7737857. OLE color: 7737857.
HSL color Cylindrical-coordinate representation of color #011276: hue angle of 231.28º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011276 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 18 | 118 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.54 |
| HSL | 231.28º | 0.98% | 0.23% | - |
| HSV(B) | 231.28º | 0.99% | 0.46% | - |
| XYZ | 3.5 | 1.75 | 17.29 | - |
| YUV | 24.32 | 180.87 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 118 | 0.99 | 0.85 | 0 | 0.54 | 231.28 | 0.98 | 0.23 |
| Hex | 1 | 12 | 76 | 63 | 55 | 0 | 36 | E7 | 62 | 17 |
| Octal | 1 | 22 | 166 | 143 | 125 | 0 | 66 | 347 | 142 | 27 |
| Binary | 1 | 10010 | 1110110 | 1100011 | 1010101 | 0 | 110110 | 11100111 | 1100010 | 10111 |
Color Harmonies of #011276
Complementary color
Monochromatic Colors of #011276
Black with #011276
Text Example
Text Example
White with #011276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011276; }
p { color: rgb(1,18,118); }
H1.HeaderClassName
{
color: #011276;
}
.AnyTagClassName
{
color: #011276;
}
</style>
background-color css
<style>
a { background-color: #011276; }
a { background-color: rgb(1,18,118); }
div.DivClassName
{
background-color: #011276;
}
.BgClassName
{
background-color: #011276;
}
</style>
border-color css
<style>
span { border-color: #011276; }
span { border-color: rgb(1,18,118); }
td.TdClassName
{
border-color: #011276;
}
.TagClassName
{
border-color: #011276;
}
</style>