Shades of Sapphire #000952
Tints of Sapphire #000952
RGB
CMYK
RGB Variations
Color information
#000952 (or 0x000952) is known color: Sapphire. HEX triplet: 00, 09 and 52. RGB value is (0,9,82). Sum of RGB (Red+Green+Blue) = 0+9+82=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 82 (32.42% from 255 or 90.11% from 91); Max value from RGB is 82 - color contains mainly: blue. Hex color #000952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000952 is #FFF6AD. Grayscale: #0E0E0E. Windows color (decimal): -16774830 or 5376256. OLE color: 5376256.
HSL color Cylindrical-coordinate representation of color #000952: hue angle of 233.41º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000952 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 9 | 82 | - |
| CMYK | 1 | 0.89 | 0 | 0.68 |
| HSL | 233.41º | 1% | 0.16% | - |
| HSV(B) | 233.41º | 1% | 0.32% | - |
| XYZ | 1.62 | 0.8 | 8.05 | - |
| YUV | 14.63 | 166.02 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 82 | 1 | 0.89 | 0 | 0.68 | 233.41 | 1 | 0.16 |
| Hex | 0 | 9 | 52 | 64 | 59 | 0 | 44 | E9 | 64 | 10 |
| Octal | 0 | 11 | 122 | 144 | 131 | 0 | 104 | 351 | 144 | 20 |
| Binary | 0 | 1001 | 1010010 | 1100100 | 1011001 | 0 | 1000100 | 11101001 | 1100100 | 10000 |
Color Harmonies of #000952
Complementary color
Monochromatic Colors of #000952
Black with #000952
Text Example
Text Example
White with #000952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000952; }
p { color: rgb(0,9,82); }
H1.HeaderClassName
{
color: #000952;
}
.AnyTagClassName
{
color: #000952;
}
</style>
background-color css
<style>
a { background-color: #000952; }
a { background-color: rgb(0,9,82); }
div.DivClassName
{
background-color: #000952;
}
.BgClassName
{
background-color: #000952;
}
</style>
border-color css
<style>
span { border-color: #000952; }
span { border-color: rgb(0,9,82); }
td.TdClassName
{
border-color: #000952;
}
.TagClassName
{
border-color: #000952;
}
</style>