Shades of Navy #010063
Tints of Navy #010063
RGB
CMYK
RGB Variations
Color information
#010063 (or 0x010063) is known color: Navy. HEX triplet: 01, 00 and 63. RGB value is (1,0,99). Sum of RGB (Red+Green+Blue) = 1+0+99=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 99 (39.06% from 255 or 99% from 100); Max value from RGB is 99 - color contains mainly: blue. Hex color #010063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010063 is #FEFF9C. Grayscale: #0B0B0B. Windows color (decimal): -16711581 or 6488065. OLE color: 6488065.
HSL color Cylindrical-coordinate representation of color #010063: hue angle of 240.61º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010063 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 0 | 99 | - |
| CMYK | 0.99 | 1 | 0 | 0.61 |
| HSL | 240.61º | 1% | 0.19% | - |
| HSV(B) | 240.61º | 1% | 0.39% | - |
| XYZ | 2.26 | 0.91 | 11.86 | - |
| YUV | 11.59 | 177.33 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 99 | 0.99 | 1 | 0 | 0.61 | 240.61 | 1 | 0.19 |
| Hex | 1 | 0 | 63 | 63 | 64 | 0 | 3D | F1 | 64 | 13 |
| Octal | 1 | 0 | 143 | 143 | 144 | 0 | 75 | 361 | 144 | 23 |
| Binary | 1 | 0 | 1100011 | 1100011 | 1100100 | 0 | 111101 | 11110001 | 1100100 | 10011 |
Color Harmonies of #010063
Complementary color
Monochromatic Colors of #010063
Black with #010063
Text Example
Text Example
White with #010063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010063; }
p { color: rgb(1,0,99); }
H1.HeaderClassName
{
color: #010063;
}
.AnyTagClassName
{
color: #010063;
}
</style>
background-color css
<style>
a { background-color: #010063; }
a { background-color: rgb(1,0,99); }
div.DivClassName
{
background-color: #010063;
}
.BgClassName
{
background-color: #010063;
}
</style>
border-color css
<style>
span { border-color: #010063; }
span { border-color: rgb(1,0,99); }
td.TdClassName
{
border-color: #010063;
}
.TagClassName
{
border-color: #010063;
}
</style>