Shades of Navy #011274
Tints of Navy #011274
RGB
CMYK
RGB Variations
Color information
#011274 (or 0x011274) is known color: Navy. HEX triplet: 01, 12 and 74. RGB value is (1,18,116). Sum of RGB (Red+Green+Blue) = 1+18+116=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 116 (45.70% from 255 or 85.93% from 135); Max value from RGB is 116 - color contains mainly: blue. Hex color #011274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011274 is #FEED8B. Grayscale: #171717. Windows color (decimal): -16706956 or 7606785. OLE color: 7606785.
HSL color Cylindrical-coordinate representation of color #011274: hue angle of 231.13º 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 #011274 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 18 | 116 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.55 |
| HSL | 231.13º | 0.98% | 0.23% | - |
| HSV(B) | 231.13º | 0.99% | 0.45% | - |
| XYZ | 3.38 | 1.7 | 16.67 | - |
| YUV | 24.09 | 179.87 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 116 | 0.99 | 0.84 | 0 | 0.55 | 231.13 | 0.98 | 0.23 |
| Hex | 1 | 12 | 74 | 63 | 54 | 0 | 37 | E7 | 62 | 17 |
| Octal | 1 | 22 | 164 | 143 | 124 | 0 | 67 | 347 | 142 | 27 |
| Binary | 1 | 10010 | 1110100 | 1100011 | 1010100 | 0 | 110111 | 11100111 | 1100010 | 10111 |
Color Harmonies of #011274
Complementary color
Monochromatic Colors of #011274
Black with #011274
Text Example
Text Example
White with #011274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011274; }
p { color: rgb(1,18,116); }
H1.HeaderClassName
{
color: #011274;
}
.AnyTagClassName
{
color: #011274;
}
</style>
background-color css
<style>
a { background-color: #011274; }
a { background-color: rgb(1,18,116); }
div.DivClassName
{
background-color: #011274;
}
.BgClassName
{
background-color: #011274;
}
</style>
border-color css
<style>
span { border-color: #011274; }
span { border-color: rgb(1,18,116); }
td.TdClassName
{
border-color: #011274;
}
.TagClassName
{
border-color: #011274;
}
</style>