Shades of Navy #000883
Tints of Navy #000883
RGB
CMYK
RGB Variations
Color information
#000883 (or 0x000883) is known color: Navy. HEX triplet: 00, 08 and 83. RGB value is (0,8,131). Sum of RGB (Red+Green+Blue) = 0+8+131=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 131 (51.56% from 255 or 94.24% from 139); Max value from RGB is 131 - color contains mainly: blue. Hex color #000883 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000883 is #FFF77C. Grayscale: #131313. Windows color (decimal): -16775037 or 8587264. OLE color: 8587264.
HSL color Cylindrical-coordinate representation of color #000883: hue angle of 236.34º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000883 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 8 | 131 | - |
| CMYK | 1 | 0.94 | 0 | 0.49 |
| HSL | 236.34º | 1% | 0.26% | - |
| HSV(B) | 236.34º | 1% | 0.51% | - |
| XYZ | 4.18 | 1.81 | 21.6 | - |
| YUV | 19.63 | 190.85 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 131 | 1 | 0.94 | 0 | 0.49 | 236.34 | 1 | 0.26 |
| Hex | 0 | 8 | 83 | 64 | 5E | 0 | 31 | EC | 64 | 1A |
| Octal | 0 | 10 | 203 | 144 | 136 | 0 | 61 | 354 | 144 | 32 |
| Binary | 0 | 1000 | 10000011 | 1100100 | 1011110 | 0 | 110001 | 11101100 | 1100100 | 11010 |
Color Harmonies of #000883
Complementary color
Monochromatic Colors of #000883
Black with #000883
Text Example
Text Example
White with #000883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000883; }
p { color: rgb(0,8,131); }
H1.HeaderClassName
{
color: #000883;
}
.AnyTagClassName
{
color: #000883;
}
</style>
background-color css
<style>
a { background-color: #000883; }
a { background-color: rgb(0,8,131); }
div.DivClassName
{
background-color: #000883;
}
.BgClassName
{
background-color: #000883;
}
</style>
border-color css
<style>
span { border-color: #000883; }
span { border-color: rgb(0,8,131); }
td.TdClassName
{
border-color: #000883;
}
.TagClassName
{
border-color: #000883;
}
</style>