Shades of Navy #010670
Tints of Navy #010670
RGB
CMYK
RGB Variations
Color information
#010670 (or 0x010670) is known color: Navy. HEX triplet: 01, 06 and 70. RGB value is (1,6,112). Sum of RGB (Red+Green+Blue) = 1+6+112=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 112 (44.14% from 255 or 94.12% from 119); Max value from RGB is 112 - color contains mainly: blue. Hex color #010670 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010670 is #FEF98F. Grayscale: #101010. Windows color (decimal): -16710032 or 7341569. OLE color: 7341569.
HSL color Cylindrical-coordinate representation of color #010670: hue angle of 237.3º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010670 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 6 | 112 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.56 |
| HSL | 237.3º | 0.98% | 0.22% | - |
| HSV(B) | 237.3º | 0.99% | 0.44% | - |
| XYZ | 3 | 1.31 | 15.42 | - |
| YUV | 16.59 | 181.84 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 6 | 112 | 0.99 | 0.95 | 0 | 0.56 | 237.3 | 0.98 | 0.22 |
| Hex | 1 | 6 | 70 | 63 | 5F | 0 | 38 | ED | 62 | 16 |
| Octal | 1 | 6 | 160 | 143 | 137 | 0 | 70 | 355 | 142 | 26 |
| Binary | 1 | 110 | 1110000 | 1100011 | 1011111 | 0 | 111000 | 11101101 | 1100010 | 10110 |
Color Harmonies of #010670
Complementary color
Monochromatic Colors of #010670
Black with #010670
Text Example
Text Example
White with #010670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010670; }
p { color: rgb(1,6,112); }
H1.HeaderClassName
{
color: #010670;
}
.AnyTagClassName
{
color: #010670;
}
</style>
background-color css
<style>
a { background-color: #010670; }
a { background-color: rgb(1,6,112); }
div.DivClassName
{
background-color: #010670;
}
.BgClassName
{
background-color: #010670;
}
</style>
border-color css
<style>
span { border-color: #010670; }
span { border-color: rgb(1,6,112); }
td.TdClassName
{
border-color: #010670;
}
.TagClassName
{
border-color: #010670;
}
</style>