Shades of Navy #000063
Tints of Navy #000063
RGB
CMYK
RGB Variations
Color information
#000063 (or 0x000063) is known color: Navy. HEX triplet: 00, 00 and 63. RGB value is (0,0,99). Sum of RGB (Red+Green+Blue) = 0+0+99=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 99 (39.06% from 255 or 100% from 99); Max value from RGB is 99 - color contains mainly: blue. Hex color #000063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000063 is #FFFF9C. Grayscale: #0A0A0A. Windows color (decimal): -16777117 or 6488064. OLE color: 6488064.
HSL color Cylindrical-coordinate representation of color #000063: hue angle of 240º 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 #000063 is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 0 | 99 | - |
| CMYK | 1 | 1 | 0 | 0.61 |
| HSL | 240º | 1% | 0.19% | - |
| HSV(B) | 240º | 1% | 0.39% | - |
| XYZ | 2.25 | 0.9 | 11.86 | - |
| YUV | 11.29 | 177.5 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 0 | 99 | 1 | 1 | 0 | 0.61 | 240 | 1 | 0.19 |
| Hex | 0 | 0 | 63 | 64 | 64 | 0 | 3D | F0 | 64 | 13 |
| Octal | 0 | 0 | 143 | 144 | 144 | 0 | 75 | 360 | 144 | 23 |
| Binary | 0 | 0 | 1100011 | 1100100 | 1100100 | 0 | 111101 | 11110000 | 1100100 | 10011 |
Color Harmonies of #000063
Complementary color
Monochromatic Colors of #000063
Black with #000063
Text Example
Text Example
White with #000063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000063; }
p { color: rgb(0,0,99); }
H1.HeaderClassName
{
color: #000063;
}
.AnyTagClassName
{
color: #000063;
}
</style>
background-color css
<style>
a { background-color: #000063; }
a { background-color: rgb(0,0,99); }
div.DivClassName
{
background-color: #000063;
}
.BgClassName
{
background-color: #000063;
}
</style>
border-color css
<style>
span { border-color: #000063; }
span { border-color: rgb(0,0,99); }
td.TdClassName
{
border-color: #000063;
}
.TagClassName
{
border-color: #000063;
}
</style>