Shades of Sapphire #000958
Tints of Sapphire #000958
RGB
CMYK
RGB Variations
Color information
#000958 (or 0x000958) is known color: Sapphire. HEX triplet: 00, 09 and 58. RGB value is (0,9,88). Sum of RGB (Red+Green+Blue) = 0+9+88=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 88 (34.77% from 255 or 90.72% from 97); Max value from RGB is 88 - color contains mainly: blue. Hex color #000958 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000958 is #FFF6A7. Grayscale: #0E0E0E. Windows color (decimal): -16774824 or 5769472. OLE color: 5769472.
HSL color Cylindrical-coordinate representation of color #000958: hue angle of 233.86º 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 #000958 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 9 | 88 | - |
| CMYK | 1 | 0.90 | 0 | 0.65 |
| HSL | 233.86º | 1% | 0.17% | - |
| HSV(B) | 233.86º | 1% | 0.35% | - |
| XYZ | 1.86 | 0.9 | 9.31 | - |
| YUV | 15.32 | 169.02 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 88 | 1 | 0.90 | 0 | 0.65 | 233.86 | 1 | 0.17 |
| Hex | 0 | 9 | 58 | 64 | 5A | 0 | 41 | EA | 64 | 11 |
| Octal | 0 | 11 | 130 | 144 | 132 | 0 | 101 | 352 | 144 | 21 |
| Binary | 0 | 1001 | 1011000 | 1100100 | 1011010 | 0 | 1000001 | 11101010 | 1100100 | 10001 |
Color Harmonies of #000958
Complementary color
Monochromatic Colors of #000958
Black with #000958
Text Example
Text Example
White with #000958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000958; }
p { color: rgb(0,9,88); }
H1.HeaderClassName
{
color: #000958;
}
.AnyTagClassName
{
color: #000958;
}
</style>
background-color css
<style>
a { background-color: #000958; }
a { background-color: rgb(0,9,88); }
div.DivClassName
{
background-color: #000958;
}
.BgClassName
{
background-color: #000958;
}
</style>
border-color css
<style>
span { border-color: #000958; }
span { border-color: rgb(0,9,88); }
td.TdClassName
{
border-color: #000958;
}
.TagClassName
{
border-color: #000958;
}
</style>