Shades of Navy #010963
Tints of Navy #010963
RGB
CMYK
RGB Variations
Color information
#010963 (or 0x010963) is known color: Navy. HEX triplet: 01, 09 and 63. RGB value is (1,9,99). Sum of RGB (Red+Green+Blue) = 1+9+99=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 99 (39.06% from 255 or 90.83% from 109); Max value from RGB is 99 - color contains mainly: blue. Hex color #010963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010963 is #FEF69C. Grayscale: #101010. Windows color (decimal): -16709277 or 6490369. OLE color: 6490369.
HSL color Cylindrical-coordinate representation of color #010963: hue angle of 235.1º 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 #010963 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 9 | 99 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.61 |
| HSL | 235.1º | 0.98% | 0.2% | - |
| HSV(B) | 235.1º | 0.99% | 0.39% | - |
| XYZ | 2.36 | 1.1 | 11.89 | - |
| YUV | 16.87 | 174.35 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 99 | 0.99 | 0.91 | 0 | 0.61 | 235.1 | 0.98 | 0.2 |
| Hex | 1 | 9 | 63 | 63 | 5B | 0 | 3D | EB | 62 | 14 |
| Octal | 1 | 11 | 143 | 143 | 133 | 0 | 75 | 353 | 142 | 24 |
| Binary | 1 | 1001 | 1100011 | 1100011 | 1011011 | 0 | 111101 | 11101011 | 1100010 | 10100 |
Color Harmonies of #010963
Complementary color
Monochromatic Colors of #010963
Black with #010963
Text Example
Text Example
White with #010963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010963; }
p { color: rgb(1,9,99); }
H1.HeaderClassName
{
color: #010963;
}
.AnyTagClassName
{
color: #010963;
}
</style>
background-color css
<style>
a { background-color: #010963; }
a { background-color: rgb(1,9,99); }
div.DivClassName
{
background-color: #010963;
}
.BgClassName
{
background-color: #010963;
}
</style>
border-color css
<style>
span { border-color: #010963; }
span { border-color: rgb(1,9,99); }
td.TdClassName
{
border-color: #010963;
}
.TagClassName
{
border-color: #010963;
}
</style>