Shades of Navy #010463
Tints of Navy #010463
RGB
CMYK
RGB Variations
Color information
#010463 (or 0x010463) is known color: Navy. HEX triplet: 01, 04 and 63. RGB value is (1,4,99). Sum of RGB (Red+Green+Blue) = 1+4+99=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 99 (39.06% from 255 or 95.19% from 104); Max value from RGB is 99 - color contains mainly: blue. Hex color #010463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010463 is #FEFB9C. Grayscale: #0D0D0D. Windows color (decimal): -16710557 or 6489089. OLE color: 6489089.
HSL color Cylindrical-coordinate representation of color #010463: hue angle of 238.16º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010463 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 4 | 99 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.61 |
| HSL | 238.16º | 0.98% | 0.2% | - |
| HSV(B) | 238.16º | 0.99% | 0.39% | - |
| XYZ | 2.31 | 0.99 | 11.87 | - |
| YUV | 13.93 | 176.01 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 99 | 0.99 | 0.96 | 0 | 0.61 | 238.16 | 0.98 | 0.2 |
| Hex | 1 | 4 | 63 | 63 | 60 | 0 | 3D | EE | 62 | 14 |
| Octal | 1 | 4 | 143 | 143 | 140 | 0 | 75 | 356 | 142 | 24 |
| Binary | 1 | 100 | 1100011 | 1100011 | 1100000 | 0 | 111101 | 11101110 | 1100010 | 10100 |
Color Harmonies of #010463
Complementary color
Monochromatic Colors of #010463
Black with #010463
Text Example
Text Example
White with #010463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010463; }
p { color: rgb(1,4,99); }
H1.HeaderClassName
{
color: #010463;
}
.AnyTagClassName
{
color: #010463;
}
</style>
background-color css
<style>
a { background-color: #010463; }
a { background-color: rgb(1,4,99); }
div.DivClassName
{
background-color: #010463;
}
.BgClassName
{
background-color: #010463;
}
</style>
border-color css
<style>
span { border-color: #010463; }
span { border-color: rgb(1,4,99); }
td.TdClassName
{
border-color: #010463;
}
.TagClassName
{
border-color: #010463;
}
</style>