Shades of Navy #000463
Tints of Navy #000463
RGB
CMYK
RGB Variations
Color information
#000463 (or 0x000463) is known color: Navy. HEX triplet: 00, 04 and 63. RGB value is (0,4,99). Sum of RGB (Red+Green+Blue) = 0+4+99=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 99 (39.06% from 255 or 96.12% from 103); Max value from RGB is 99 - color contains mainly: blue. Hex color #000463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000463 is #FFFB9C. Grayscale: #0D0D0D. Windows color (decimal): -16776093 or 6489088. OLE color: 6489088.
HSL color Cylindrical-coordinate representation of color #000463: hue angle of 237.58º 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 #000463 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 4 | 99 | - |
| CMYK | 1 | 0.96 | 0 | 0.61 |
| HSL | 237.58º | 1% | 0.19% | - |
| HSV(B) | 237.58º | 1% | 0.39% | - |
| XYZ | 2.3 | 0.99 | 11.87 | - |
| YUV | 13.63 | 176.17 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 4 | 99 | 1 | 0.96 | 0 | 0.61 | 237.58 | 1 | 0.19 |
| Hex | 0 | 4 | 63 | 64 | 60 | 0 | 3D | EE | 64 | 13 |
| Octal | 0 | 4 | 143 | 144 | 140 | 0 | 75 | 356 | 144 | 23 |
| Binary | 0 | 100 | 1100011 | 1100100 | 1100000 | 0 | 111101 | 11101110 | 1100100 | 10011 |
Color Harmonies of #000463
Complementary color
Monochromatic Colors of #000463
Black with #000463
Text Example
Text Example
White with #000463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000463; }
p { color: rgb(0,4,99); }
H1.HeaderClassName
{
color: #000463;
}
.AnyTagClassName
{
color: #000463;
}
</style>
background-color css
<style>
a { background-color: #000463; }
a { background-color: rgb(0,4,99); }
div.DivClassName
{
background-color: #000463;
}
.BgClassName
{
background-color: #000463;
}
</style>
border-color css
<style>
span { border-color: #000463; }
span { border-color: rgb(0,4,99); }
td.TdClassName
{
border-color: #000463;
}
.TagClassName
{
border-color: #000463;
}
</style>