Shades of Navy #010663
Tints of Navy #010663
RGB
CMYK
RGB Variations
Color information
#010663 (or 0x010663) is known color: Navy. HEX triplet: 01, 06 and 63. RGB value is (1,6,99). Sum of RGB (Red+Green+Blue) = 1+6+99=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 99 (39.06% from 255 or 93.40% from 106); Max value from RGB is 99 - color contains mainly: blue. Hex color #010663 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010663 is #FEF99C. Grayscale: #0E0E0E. Windows color (decimal): -16710045 or 6489601. OLE color: 6489601.
HSL color Cylindrical-coordinate representation of color #010663: hue angle of 236.94º 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 #010663 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 6 | 99 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.61 |
| HSL | 236.94º | 0.98% | 0.2% | - |
| HSV(B) | 236.94º | 0.99% | 0.39% | - |
| XYZ | 2.33 | 1.04 | 11.88 | - |
| YUV | 15.11 | 175.34 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 6 | 99 | 0.99 | 0.94 | 0 | 0.61 | 236.94 | 0.98 | 0.2 |
| Hex | 1 | 6 | 63 | 63 | 5E | 0 | 3D | ED | 62 | 14 |
| Octal | 1 | 6 | 143 | 143 | 136 | 0 | 75 | 355 | 142 | 24 |
| Binary | 1 | 110 | 1100011 | 1100011 | 1011110 | 0 | 111101 | 11101101 | 1100010 | 10100 |
Color Harmonies of #010663
Complementary color
Monochromatic Colors of #010663
Black with #010663
Text Example
Text Example
White with #010663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010663; }
p { color: rgb(1,6,99); }
H1.HeaderClassName
{
color: #010663;
}
.AnyTagClassName
{
color: #010663;
}
</style>
background-color css
<style>
a { background-color: #010663; }
a { background-color: rgb(1,6,99); }
div.DivClassName
{
background-color: #010663;
}
.BgClassName
{
background-color: #010663;
}
</style>
border-color css
<style>
span { border-color: #010663; }
span { border-color: rgb(1,6,99); }
td.TdClassName
{
border-color: #010663;
}
.TagClassName
{
border-color: #010663;
}
</style>