Shades of Sapphire #000953
Tints of Sapphire #000953
RGB
CMYK
RGB Variations
Color information
#000953 (or 0x000953) is known color: Sapphire. HEX triplet: 00, 09 and 53. RGB value is (0,9,83). Sum of RGB (Red+Green+Blue) = 0+9+83=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 83 (32.81% from 255 or 90.22% from 92); Max value from RGB is 83 - color contains mainly: blue. Hex color #000953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000953 is #FFF6AC. Grayscale: #0E0E0E. Windows color (decimal): -16774829 or 5441792. OLE color: 5441792.
HSL color Cylindrical-coordinate representation of color #000953: hue angle of 233.49º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000953 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 9 | 83 | - |
| CMYK | 1 | 0.89 | 0 | 0.67 |
| HSL | 233.49º | 1% | 0.16% | - |
| HSV(B) | 233.49º | 1% | 0.33% | - |
| XYZ | 1.66 | 0.82 | 8.25 | - |
| YUV | 14.75 | 166.52 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 83 | 1 | 0.89 | 0 | 0.67 | 233.49 | 1 | 0.16 |
| Hex | 0 | 9 | 53 | 64 | 59 | 0 | 43 | E9 | 64 | 10 |
| Octal | 0 | 11 | 123 | 144 | 131 | 0 | 103 | 351 | 144 | 20 |
| Binary | 0 | 1001 | 1010011 | 1100100 | 1011001 | 0 | 1000011 | 11101001 | 1100100 | 10000 |
Color Harmonies of #000953
Complementary color
Monochromatic Colors of #000953
Black with #000953
Text Example
Text Example
White with #000953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000953; }
p { color: rgb(0,9,83); }
H1.HeaderClassName
{
color: #000953;
}
.AnyTagClassName
{
color: #000953;
}
</style>
background-color css
<style>
a { background-color: #000953; }
a { background-color: rgb(0,9,83); }
div.DivClassName
{
background-color: #000953;
}
.BgClassName
{
background-color: #000953;
}
</style>
border-color css
<style>
span { border-color: #000953; }
span { border-color: rgb(0,9,83); }
td.TdClassName
{
border-color: #000953;
}
.TagClassName
{
border-color: #000953;
}
</style>