Shades of Dark Blue #000987
Tints of Dark Blue #000987
RGB
CMYK
RGB Variations
Color information
#000987 (or 0x000987) is known color: Dark Blue. HEX triplet: 00, 09 and 87. RGB value is (0,9,135). Sum of RGB (Red+Green+Blue) = 0+9+135=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 135 (53.12% from 255 or 93.75% from 144); Max value from RGB is 135 - color contains mainly: blue. Hex color #000987 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000987 is #FFF678. Grayscale: #141414. Windows color (decimal): -16774777 or 8849664. OLE color: 8849664.
HSL color Cylindrical-coordinate representation of color #000987: hue angle of 236º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000987 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 9 | 135 | - |
| CMYK | 1 | 0.93 | 0 | 0.47 |
| HSL | 236º | 1% | 0.26% | - |
| HSV(B) | 236º | 1% | 0.53% | - |
| XYZ | 4.47 | 1.94 | 23.06 | - |
| YUV | 20.67 | 192.52 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 135 | 1 | 0.93 | 0 | 0.47 | 236 | 1 | 0.26 |
| Hex | 0 | 9 | 87 | 64 | 5D | 0 | 2F | EC | 64 | 1A |
| Octal | 0 | 11 | 207 | 144 | 135 | 0 | 57 | 354 | 144 | 32 |
| Binary | 0 | 1001 | 10000111 | 1100100 | 1011101 | 0 | 101111 | 11101100 | 1100100 | 11010 |
Color Harmonies of #000987
Complementary color
Monochromatic Colors of #000987
Black with #000987
Text Example
Text Example
White with #000987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000987; }
p { color: rgb(0,9,135); }
H1.HeaderClassName
{
color: #000987;
}
.AnyTagClassName
{
color: #000987;
}
</style>
background-color css
<style>
a { background-color: #000987; }
a { background-color: rgb(0,9,135); }
div.DivClassName
{
background-color: #000987;
}
.BgClassName
{
background-color: #000987;
}
</style>
border-color css
<style>
span { border-color: #000987; }
span { border-color: rgb(0,9,135); }
td.TdClassName
{
border-color: #000987;
}
.TagClassName
{
border-color: #000987;
}
</style>