Shades of Navy #010256
Tints of Navy #010256
RGB
CMYK
RGB Variations
Color information
#010256 (or 0x010256) is known color: Navy. HEX triplet: 01, 02 and 56. RGB value is (1,2,86). Sum of RGB (Red+Green+Blue) = 1+2+86=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 86 (33.98% from 255 or 96.63% from 89); Max value from RGB is 86 - color contains mainly: blue. Hex color #010256 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010256 is #FEFDA9. Grayscale: #0A0A0A. Windows color (decimal): -16711082 or 5636609. OLE color: 5636609.
HSL color Cylindrical-coordinate representation of color #010256: hue angle of 239.29º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010256 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 2 | 86 | - |
| CMYK | 0.99 | 0.98 | 0 | 0.66 |
| HSL | 239.29º | 0.98% | 0.17% | - |
| HSV(B) | 239.29º | 0.99% | 0.34% | - |
| XYZ | 1.71 | 0.72 | 8.85 | - |
| YUV | 11.28 | 170.17 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 86 | 0.99 | 0.98 | 0 | 0.66 | 239.29 | 0.98 | 0.17 |
| Hex | 1 | 2 | 56 | 63 | 62 | 0 | 42 | EF | 62 | 11 |
| Octal | 1 | 2 | 126 | 143 | 142 | 0 | 102 | 357 | 142 | 21 |
| Binary | 1 | 10 | 1010110 | 1100011 | 1100010 | 0 | 1000010 | 11101111 | 1100010 | 10001 |
Color Harmonies of #010256
Complementary color
Monochromatic Colors of #010256
Black with #010256
Text Example
Text Example
White with #010256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010256; }
p { color: rgb(1,2,86); }
H1.HeaderClassName
{
color: #010256;
}
.AnyTagClassName
{
color: #010256;
}
</style>
background-color css
<style>
a { background-color: #010256; }
a { background-color: rgb(1,2,86); }
div.DivClassName
{
background-color: #010256;
}
.BgClassName
{
background-color: #010256;
}
</style>
border-color css
<style>
span { border-color: #010256; }
span { border-color: rgb(1,2,86); }
td.TdClassName
{
border-color: #010256;
}
.TagClassName
{
border-color: #010256;
}
</style>