Shades of Navy #010A71
Tints of Navy #010A71
RGB
CMYK
RGB Variations
Color information
#010A71 (or 0x010A71) is known color: Navy. HEX triplet: 01, 0A and 71. RGB value is (1,10,113). Sum of RGB (Red+Green+Blue) = 1+10+113=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 113 (44.53% from 255 or 91.13% from 124); Max value from RGB is 113 - color contains mainly: blue. Hex color #010A71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A71 is #FEF58E. Grayscale: #121212. Windows color (decimal): -16709007 or 7408129. OLE color: 7408129.
HSL color Cylindrical-coordinate representation of color #010A71: hue angle of 235.18º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010A71 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 10 | 113 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.56 |
| HSL | 235.18º | 0.98% | 0.22% | - |
| HSV(B) | 235.18º | 0.99% | 0.44% | - |
| XYZ | 3.1 | 1.42 | 15.73 | - |
| YUV | 19.05 | 181.02 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 113 | 0.99 | 0.91 | 0 | 0.56 | 235.18 | 0.98 | 0.22 |
| Hex | 1 | A | 71 | 63 | 5B | 0 | 38 | EB | 62 | 16 |
| Octal | 1 | 12 | 161 | 143 | 133 | 0 | 70 | 353 | 142 | 26 |
| Binary | 1 | 1010 | 1110001 | 1100011 | 1011011 | 0 | 111000 | 11101011 | 1100010 | 10110 |
Color Harmonies of #010A71
Complementary color
Monochromatic Colors of #010A71
Black with #010A71
Text Example
Text Example
White with #010A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A71; }
p { color: rgb(1,10,113); }
H1.HeaderClassName
{
color: #010A71;
}
.AnyTagClassName
{
color: #010A71;
}
</style>
background-color css
<style>
a { background-color: #010A71; }
a { background-color: rgb(1,10,113); }
div.DivClassName
{
background-color: #010A71;
}
.BgClassName
{
background-color: #010A71;
}
</style>
border-color css
<style>
span { border-color: #010A71; }
span { border-color: rgb(1,10,113); }
td.TdClassName
{
border-color: #010A71;
}
.TagClassName
{
border-color: #010A71;
}
</style>