Shades of Navy #010A6D
Tints of Navy #010A6D
RGB
CMYK
RGB Variations
Color information
#010A6D (or 0x010A6D) is known color: Navy. HEX triplet: 01, 0A and 6D. RGB value is (1,10,109). Sum of RGB (Red+Green+Blue) = 1+10+109=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 10 (4.30% from 255 or 8.33% from 120); Blue value is 109 (42.97% from 255 or 90.83% from 120); Max value from RGB is 109 - color contains mainly: blue. Hex color #010A6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A6D is #FEF592. Grayscale: #121212. Windows color (decimal): -16709011 or 7145985. OLE color: 7145985.
HSL color Cylindrical-coordinate representation of color #010A6D: hue angle of 235º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010A6D is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 10 | 109 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.57 |
| HSL | 235º | 0.98% | 0.22% | - |
| HSV(B) | 235º | 0.99% | 0.43% | - |
| XYZ | 2.88 | 1.33 | 14.57 | - |
| YUV | 18.6 | 179.02 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 109 | 0.99 | 0.91 | 0 | 0.57 | 235 | 0.98 | 0.22 |
| Hex | 1 | A | 6D | 63 | 5B | 0 | 39 | EB | 62 | 16 |
| Octal | 1 | 12 | 155 | 143 | 133 | 0 | 71 | 353 | 142 | 26 |
| Binary | 1 | 1010 | 1101101 | 1100011 | 1011011 | 0 | 111001 | 11101011 | 1100010 | 10110 |
Color Harmonies of #010A6D
Complementary color
Monochromatic Colors of #010A6D
Black with #010A6D
Text Example
Text Example
White with #010A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A6D; }
p { color: rgb(1,10,109); }
H1.HeaderClassName
{
color: #010A6D;
}
.AnyTagClassName
{
color: #010A6D;
}
</style>
background-color css
<style>
a { background-color: #010A6D; }
a { background-color: rgb(1,10,109); }
div.DivClassName
{
background-color: #010A6D;
}
.BgClassName
{
background-color: #010A6D;
}
</style>
border-color css
<style>
span { border-color: #010A6D; }
span { border-color: rgb(1,10,109); }
td.TdClassName
{
border-color: #010A6D;
}
.TagClassName
{
border-color: #010A6D;
}
</style>