Shades of Navy #010C70
Tints of Navy #010C70
RGB
CMYK
RGB Variations
Color information
#010C70 (or 0x010C70) is known color: Navy. HEX triplet: 01, 0C and 70. RGB value is (1,12,112). Sum of RGB (Red+Green+Blue) = 1+12+112=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 12 (5.08% from 255 or 9.6% from 125); Blue value is 112 (44.14% from 255 or 89.6% from 125); Max value from RGB is 112 - color contains mainly: blue. Hex color #010C70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C70 is #FEF38F. Grayscale: #131313. Windows color (decimal): -16708496 or 7343105. OLE color: 7343105.
HSL color Cylindrical-coordinate representation of color #010C70: hue angle of 234.05º 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 #010C70 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 12 | 112 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.56 |
| HSL | 234.05º | 0.98% | 0.22% | - |
| HSV(B) | 234.05º | 0.99% | 0.44% | - |
| XYZ | 3.07 | 1.44 | 15.45 | - |
| YUV | 20.11 | 179.86 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 112 | 0.99 | 0.89 | 0 | 0.56 | 234.05 | 0.98 | 0.22 |
| Hex | 1 | C | 70 | 63 | 59 | 0 | 38 | EA | 62 | 16 |
| Octal | 1 | 14 | 160 | 143 | 131 | 0 | 70 | 352 | 142 | 26 |
| Binary | 1 | 1100 | 1110000 | 1100011 | 1011001 | 0 | 111000 | 11101010 | 1100010 | 10110 |
Color Harmonies of #010C70
Complementary color
Monochromatic Colors of #010C70
Black with #010C70
Text Example
Text Example
White with #010C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C70; }
p { color: rgb(1,12,112); }
H1.HeaderClassName
{
color: #010C70;
}
.AnyTagClassName
{
color: #010C70;
}
</style>
background-color css
<style>
a { background-color: #010C70; }
a { background-color: rgb(1,12,112); }
div.DivClassName
{
background-color: #010C70;
}
.BgClassName
{
background-color: #010C70;
}
</style>
border-color css
<style>
span { border-color: #010C70; }
span { border-color: rgb(1,12,112); }
td.TdClassName
{
border-color: #010C70;
}
.TagClassName
{
border-color: #010C70;
}
</style>