Shades of Navy #000884
Tints of Navy #000884
RGB
CMYK
RGB Variations
Color information
#000884 (or 0x000884) is known color: Navy. HEX triplet: 00, 08 and 84. RGB value is (0,8,132). Sum of RGB (Red+Green+Blue) = 0+8+132=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 132 (51.95% from 255 or 94.29% from 140); Max value from RGB is 132 - color contains mainly: blue. Hex color #000884 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000884 is #FFF77B. Grayscale: #131313. Windows color (decimal): -16775036 or 8652800. OLE color: 8652800.
HSL color Cylindrical-coordinate representation of color #000884: hue angle of 236.36º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000884 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 8 | 132 | - |
| CMYK | 1 | 0.94 | 0 | 0.48 |
| HSL | 236.36º | 1% | 0.26% | - |
| HSV(B) | 236.36º | 1% | 0.52% | - |
| XYZ | 4.25 | 1.84 | 21.96 | - |
| YUV | 19.74 | 191.35 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 132 | 1 | 0.94 | 0 | 0.48 | 236.36 | 1 | 0.26 |
| Hex | 0 | 8 | 84 | 64 | 5E | 0 | 30 | EC | 64 | 1A |
| Octal | 0 | 10 | 204 | 144 | 136 | 0 | 60 | 354 | 144 | 32 |
| Binary | 0 | 1000 | 10000100 | 1100100 | 1011110 | 0 | 110000 | 11101100 | 1100100 | 11010 |
Color Harmonies of #000884
Complementary color
Monochromatic Colors of #000884
Black with #000884
Text Example
Text Example
White with #000884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000884; }
p { color: rgb(0,8,132); }
H1.HeaderClassName
{
color: #000884;
}
.AnyTagClassName
{
color: #000884;
}
</style>
background-color css
<style>
a { background-color: #000884; }
a { background-color: rgb(0,8,132); }
div.DivClassName
{
background-color: #000884;
}
.BgClassName
{
background-color: #000884;
}
</style>
border-color css
<style>
span { border-color: #000884; }
span { border-color: rgb(0,8,132); }
td.TdClassName
{
border-color: #000884;
}
.TagClassName
{
border-color: #000884;
}
</style>