Shades of Sapphire #000959
Tints of Sapphire #000959
RGB
CMYK
RGB Variations
Color information
#000959 (or 0x000959) is known color: Sapphire. HEX triplet: 00, 09 and 59. RGB value is (0,9,89). Sum of RGB (Red+Green+Blue) = 0+9+89=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 89 (35.16% from 255 or 90.82% from 98); Max value from RGB is 89 - color contains mainly: blue. Hex color #000959 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000959 is #FFF6A6. Grayscale: #0F0F0F. Windows color (decimal): -16774823 or 5835008. OLE color: 5835008.
HSL color Cylindrical-coordinate representation of color #000959: hue angle of 233.93º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000959 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 9 | 89 | - |
| CMYK | 1 | 0.90 | 0 | 0.65 |
| HSL | 233.93º | 1% | 0.17% | - |
| HSV(B) | 233.93º | 1% | 0.35% | - |
| XYZ | 1.9 | 0.92 | 9.53 | - |
| YUV | 15.43 | 169.52 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 89 | 1 | 0.90 | 0 | 0.65 | 233.93 | 1 | 0.17 |
| Hex | 0 | 9 | 59 | 64 | 5A | 0 | 41 | EA | 64 | 11 |
| Octal | 0 | 11 | 131 | 144 | 132 | 0 | 101 | 352 | 144 | 21 |
| Binary | 0 | 1001 | 1011001 | 1100100 | 1011010 | 0 | 1000001 | 11101010 | 1100100 | 10001 |
Color Harmonies of #000959
Complementary color
Monochromatic Colors of #000959
Black with #000959
Text Example
Text Example
White with #000959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000959; }
p { color: rgb(0,9,89); }
H1.HeaderClassName
{
color: #000959;
}
.AnyTagClassName
{
color: #000959;
}
</style>
background-color css
<style>
a { background-color: #000959; }
a { background-color: rgb(0,9,89); }
div.DivClassName
{
background-color: #000959;
}
.BgClassName
{
background-color: #000959;
}
</style>
border-color css
<style>
span { border-color: #000959; }
span { border-color: rgb(0,9,89); }
td.TdClassName
{
border-color: #000959;
}
.TagClassName
{
border-color: #000959;
}
</style>