Shades of Navy #010A73
Tints of Navy #010A73
RGB
CMYK
RGB Variations
Color information
#010A73 (or 0x010A73) is known color: Navy. HEX triplet: 01, 0A and 73. RGB value is (1,10,115). Sum of RGB (Red+Green+Blue) = 1+10+115=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 10 (4.30% from 255 or 7.94% from 126); Blue value is 115 (45.31% from 255 or 91.27% from 126); Max value from RGB is 115 - color contains mainly: blue. Hex color #010A73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A73 is #FEF58C. Grayscale: #121212. Windows color (decimal): -16709005 or 7539201. OLE color: 7539201.
HSL color Cylindrical-coordinate representation of color #010A73: hue angle of 235.26º 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 #010A73 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 10 | 115 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.55 |
| HSL | 235.26º | 0.98% | 0.23% | - |
| HSV(B) | 235.26º | 0.99% | 0.45% | - |
| XYZ | 3.22 | 1.46 | 16.33 | - |
| YUV | 19.28 | 182.02 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 115 | 0.99 | 0.91 | 0 | 0.55 | 235.26 | 0.98 | 0.23 |
| Hex | 1 | A | 73 | 63 | 5B | 0 | 37 | EB | 62 | 17 |
| Octal | 1 | 12 | 163 | 143 | 133 | 0 | 67 | 353 | 142 | 27 |
| Binary | 1 | 1010 | 1110011 | 1100011 | 1011011 | 0 | 110111 | 11101011 | 1100010 | 10111 |
Color Harmonies of #010A73
Complementary color
Monochromatic Colors of #010A73
Black with #010A73
Text Example
Text Example
White with #010A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A73; }
p { color: rgb(1,10,115); }
H1.HeaderClassName
{
color: #010A73;
}
.AnyTagClassName
{
color: #010A73;
}
</style>
background-color css
<style>
a { background-color: #010A73; }
a { background-color: rgb(1,10,115); }
div.DivClassName
{
background-color: #010A73;
}
.BgClassName
{
background-color: #010A73;
}
</style>
border-color css
<style>
span { border-color: #010A73; }
span { border-color: rgb(1,10,115); }
td.TdClassName
{
border-color: #010A73;
}
.TagClassName
{
border-color: #010A73;
}
</style>