Shades of Navy #000985
Tints of Navy #000985
RGB
CMYK
RGB Variations
Color information
#000985 (or 0x000985) is known color: Navy. HEX triplet: 00, 09 and 85. RGB value is (0,9,133). Sum of RGB (Red+Green+Blue) = 0+9+133=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 133 (52.34% from 255 or 93.66% from 142); Max value from RGB is 133 - color contains mainly: blue. Hex color #000985 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000985 is #FFF67A. Grayscale: #131313. Windows color (decimal): -16774779 or 8718592. OLE color: 8718592.
HSL color Cylindrical-coordinate representation of color #000985: hue angle of 235.94º 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 #000985 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 9 | 133 | - |
| CMYK | 1 | 0.93 | 0 | 0.48 |
| HSL | 235.94º | 1% | 0.26% | - |
| HSV(B) | 235.94º | 1% | 0.52% | - |
| XYZ | 4.33 | 1.89 | 22.33 | - |
| YUV | 20.45 | 191.52 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 133 | 1 | 0.93 | 0 | 0.48 | 235.94 | 1 | 0.26 |
| Hex | 0 | 9 | 85 | 64 | 5D | 0 | 30 | EC | 64 | 1A |
| Octal | 0 | 11 | 205 | 144 | 135 | 0 | 60 | 354 | 144 | 32 |
| Binary | 0 | 1001 | 10000101 | 1100100 | 1011101 | 0 | 110000 | 11101100 | 1100100 | 11010 |
Color Harmonies of #000985
Complementary color
Monochromatic Colors of #000985
Black with #000985
Text Example
Text Example
White with #000985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000985; }
p { color: rgb(0,9,133); }
H1.HeaderClassName
{
color: #000985;
}
.AnyTagClassName
{
color: #000985;
}
</style>
background-color css
<style>
a { background-color: #000985; }
a { background-color: rgb(0,9,133); }
div.DivClassName
{
background-color: #000985;
}
.BgClassName
{
background-color: #000985;
}
</style>
border-color css
<style>
span { border-color: #000985; }
span { border-color: rgb(0,9,133); }
td.TdClassName
{
border-color: #000985;
}
.TagClassName
{
border-color: #000985;
}
</style>