Shades of Navy #011273
Tints of Navy #011273
RGB
CMYK
RGB Variations
Color information
#011273 (or 0x011273) is known color: Navy. HEX triplet: 01, 12 and 73. RGB value is (1,18,115). Sum of RGB (Red+Green+Blue) = 1+18+115=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 115 (45.31% from 255 or 85.82% from 134); Max value from RGB is 115 - color contains mainly: blue. Hex color #011273 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011273 is #FEED8C. Grayscale: #171717. Windows color (decimal): -16706957 or 7541249. OLE color: 7541249.
HSL color Cylindrical-coordinate representation of color #011273: hue angle of 231.05º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011273 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 18 | 115 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.55 |
| HSL | 231.05º | 0.98% | 0.23% | - |
| HSV(B) | 231.05º | 0.99% | 0.45% | - |
| XYZ | 3.32 | 1.68 | 16.37 | - |
| YUV | 23.98 | 179.37 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 115 | 0.99 | 0.84 | 0 | 0.55 | 231.05 | 0.98 | 0.23 |
| Hex | 1 | 12 | 73 | 63 | 54 | 0 | 37 | E7 | 62 | 17 |
| Octal | 1 | 22 | 163 | 143 | 124 | 0 | 67 | 347 | 142 | 27 |
| Binary | 1 | 10010 | 1110011 | 1100011 | 1010100 | 0 | 110111 | 11100111 | 1100010 | 10111 |
Color Harmonies of #011273
Complementary color
Monochromatic Colors of #011273
Black with #011273
Text Example
Text Example
White with #011273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011273; }
p { color: rgb(1,18,115); }
H1.HeaderClassName
{
color: #011273;
}
.AnyTagClassName
{
color: #011273;
}
</style>
background-color css
<style>
a { background-color: #011273; }
a { background-color: rgb(1,18,115); }
div.DivClassName
{
background-color: #011273;
}
.BgClassName
{
background-color: #011273;
}
</style>
border-color css
<style>
span { border-color: #011273; }
span { border-color: rgb(1,18,115); }
td.TdClassName
{
border-color: #011273;
}
.TagClassName
{
border-color: #011273;
}
</style>