Shades of Navy #000863
Tints of Navy #000863
RGB
CMYK
RGB Variations
Color information
#000863 (or 0x000863) is known color: Navy. HEX triplet: 00, 08 and 63. RGB value is (0,8,99). Sum of RGB (Red+Green+Blue) = 0+8+99=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 99 (39.06% from 255 or 92.52% from 107); Max value from RGB is 99 - color contains mainly: blue. Hex color #000863 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000863 is #FFF79C. Grayscale: #0F0F0F. Windows color (decimal): -16775069 or 6490112. OLE color: 6490112.
HSL color Cylindrical-coordinate representation of color #000863: hue angle of 235.15º 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 #000863 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 8 | 99 | - |
| CMYK | 1 | 0.92 | 0 | 0.61 |
| HSL | 235.15º | 1% | 0.19% | - |
| HSV(B) | 235.15º | 1% | 0.39% | - |
| XYZ | 2.34 | 1.07 | 11.89 | - |
| YUV | 15.98 | 174.85 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 99 | 1 | 0.92 | 0 | 0.61 | 235.15 | 1 | 0.19 |
| Hex | 0 | 8 | 63 | 64 | 5C | 0 | 3D | EB | 64 | 13 |
| Octal | 0 | 10 | 143 | 144 | 134 | 0 | 75 | 353 | 144 | 23 |
| Binary | 0 | 1000 | 1100011 | 1100100 | 1011100 | 0 | 111101 | 11101011 | 1100100 | 10011 |
Color Harmonies of #000863
Complementary color
Monochromatic Colors of #000863
Black with #000863
Text Example
Text Example
White with #000863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000863; }
p { color: rgb(0,8,99); }
H1.HeaderClassName
{
color: #000863;
}
.AnyTagClassName
{
color: #000863;
}
</style>
background-color css
<style>
a { background-color: #000863; }
a { background-color: rgb(0,8,99); }
div.DivClassName
{
background-color: #000863;
}
.BgClassName
{
background-color: #000863;
}
</style>
border-color css
<style>
span { border-color: #000863; }
span { border-color: rgb(0,8,99); }
td.TdClassName
{
border-color: #000863;
}
.TagClassName
{
border-color: #000863;
}
</style>