Shades of Navy #010A6B
Tints of Navy #010A6B
RGB
CMYK
RGB Variations
Color information
#010A6B (or 0x010A6B) is known color: Navy. HEX triplet: 01, 0A and 6B. RGB value is (1,10,107). Sum of RGB (Red+Green+Blue) = 1+10+107=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 10 (4.30% from 255 or 8.47% from 118); Blue value is 107 (42.19% from 255 or 90.68% from 118); Max value from RGB is 107 - color contains mainly: blue. Hex color #010A6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A6B is #FEF594. Grayscale: #111111. Windows color (decimal): -16709013 or 7014913. OLE color: 7014913.
HSL color Cylindrical-coordinate representation of color #010A6B: hue angle of 234.91º 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 #010A6B is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 10 | 107 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.58 |
| HSL | 234.91º | 0.98% | 0.21% | - |
| HSV(B) | 234.91º | 0.99% | 0.42% | - |
| XYZ | 2.77 | 1.29 | 14.01 | - |
| YUV | 18.37 | 178.02 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 107 | 0.99 | 0.91 | 0 | 0.58 | 234.91 | 0.98 | 0.21 |
| Hex | 1 | A | 6B | 63 | 5B | 0 | 3A | EB | 62 | 15 |
| Octal | 1 | 12 | 153 | 143 | 133 | 0 | 72 | 353 | 142 | 25 |
| Binary | 1 | 1010 | 1101011 | 1100011 | 1011011 | 0 | 111010 | 11101011 | 1100010 | 10101 |
Color Harmonies of #010A6B
Complementary color
Monochromatic Colors of #010A6B
Black with #010A6B
Text Example
Text Example
White with #010A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A6B; }
p { color: rgb(1,10,107); }
H1.HeaderClassName
{
color: #010A6B;
}
.AnyTagClassName
{
color: #010A6B;
}
</style>
background-color css
<style>
a { background-color: #010A6B; }
a { background-color: rgb(1,10,107); }
div.DivClassName
{
background-color: #010A6B;
}
.BgClassName
{
background-color: #010A6B;
}
</style>
border-color css
<style>
span { border-color: #010A6B; }
span { border-color: rgb(1,10,107); }
td.TdClassName
{
border-color: #010A6B;
}
.TagClassName
{
border-color: #010A6B;
}
</style>