Shades of Navy #010A76
Tints of Navy #010A76
RGB
CMYK
RGB Variations
Color information
#010A76 (or 0x010A76) is known color: Navy. HEX triplet: 01, 0A and 76. RGB value is (1,10,118). Sum of RGB (Red+Green+Blue) = 1+10+118=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 118 (46.48% from 255 or 91.47% from 129); Max value from RGB is 118 - color contains mainly: blue. Hex color #010A76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A76 is #FEF589. Grayscale: #131313. Windows color (decimal): -16709002 or 7735809. OLE color: 7735809.
HSL color Cylindrical-coordinate representation of color #010A76: hue angle of 235.38º 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 #010A76 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 10 | 118 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.54 |
| HSL | 235.38º | 0.98% | 0.23% | - |
| HSV(B) | 235.38º | 0.99% | 0.46% | - |
| XYZ | 3.39 | 1.53 | 17.26 | - |
| YUV | 19.62 | 183.52 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 118 | 0.99 | 0.92 | 0 | 0.54 | 235.38 | 0.98 | 0.23 |
| Hex | 1 | A | 76 | 63 | 5C | 0 | 36 | EB | 62 | 17 |
| Octal | 1 | 12 | 166 | 143 | 134 | 0 | 66 | 353 | 142 | 27 |
| Binary | 1 | 1010 | 1110110 | 1100011 | 1011100 | 0 | 110110 | 11101011 | 1100010 | 10111 |
Color Harmonies of #010A76
Complementary color
Monochromatic Colors of #010A76
Black with #010A76
Text Example
Text Example
White with #010A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A76; }
p { color: rgb(1,10,118); }
H1.HeaderClassName
{
color: #010A76;
}
.AnyTagClassName
{
color: #010A76;
}
</style>
background-color css
<style>
a { background-color: #010A76; }
a { background-color: rgb(1,10,118); }
div.DivClassName
{
background-color: #010A76;
}
.BgClassName
{
background-color: #010A76;
}
</style>
border-color css
<style>
span { border-color: #010A76; }
span { border-color: rgb(1,10,118); }
td.TdClassName
{
border-color: #010A76;
}
.TagClassName
{
border-color: #010A76;
}
</style>