Shades of Navy #010A6A
Tints of Navy #010A6A
RGB
CMYK
RGB Variations
Color information
#010A6A (or 0x010A6A) is known color: Navy. HEX triplet: 01, 0A and 6A. RGB value is (1,10,106). Sum of RGB (Red+Green+Blue) = 1+10+106=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 106 (41.80% from 255 or 90.60% from 117); Max value from RGB is 106 - color contains mainly: blue. Hex color #010A6A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A6A is #FEF595. Grayscale: #111111. Windows color (decimal): -16709014 or 6949377. OLE color: 6949377.
HSL color Cylindrical-coordinate representation of color #010A6A: hue angle of 234.86º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010A6A is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 10 | 106 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.58 |
| HSL | 234.86º | 0.98% | 0.21% | - |
| HSV(B) | 234.86º | 0.99% | 0.42% | - |
| XYZ | 2.72 | 1.26 | 13.74 | - |
| YUV | 18.25 | 177.52 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 106 | 0.99 | 0.91 | 0 | 0.58 | 234.86 | 0.98 | 0.21 |
| Hex | 1 | A | 6A | 63 | 5B | 0 | 3A | EB | 62 | 15 |
| Octal | 1 | 12 | 152 | 143 | 133 | 0 | 72 | 353 | 142 | 25 |
| Binary | 1 | 1010 | 1101010 | 1100011 | 1011011 | 0 | 111010 | 11101011 | 1100010 | 10101 |
Color Harmonies of #010A6A
Complementary color
Monochromatic Colors of #010A6A
Black with #010A6A
Text Example
Text Example
White with #010A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A6A; }
p { color: rgb(1,10,106); }
H1.HeaderClassName
{
color: #010A6A;
}
.AnyTagClassName
{
color: #010A6A;
}
</style>
background-color css
<style>
a { background-color: #010A6A; }
a { background-color: rgb(1,10,106); }
div.DivClassName
{
background-color: #010A6A;
}
.BgClassName
{
background-color: #010A6A;
}
</style>
border-color css
<style>
span { border-color: #010A6A; }
span { border-color: rgb(1,10,106); }
td.TdClassName
{
border-color: #010A6A;
}
.TagClassName
{
border-color: #010A6A;
}
</style>