Shades of Sapphire #000954
Tints of Sapphire #000954
RGB
CMYK
RGB Variations
Color information
#000954 (or 0x000954) is known color: Sapphire. HEX triplet: 00, 09 and 54. RGB value is (0,9,84). Sum of RGB (Red+Green+Blue) = 0+9+84=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 84 (33.20% from 255 or 90.32% from 93); Max value from RGB is 84 - color contains mainly: blue. Hex color #000954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000954 is #FFF6AB. Grayscale: #0E0E0E. Windows color (decimal): -16774828 or 5507328. OLE color: 5507328.
HSL color Cylindrical-coordinate representation of color #000954: hue angle of 233.57º 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 #000954 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 9 | 84 | - |
| CMYK | 1 | 0.89 | 0 | 0.67 |
| HSL | 233.57º | 1% | 0.16% | - |
| HSV(B) | 233.57º | 1% | 0.33% | - |
| XYZ | 1.7 | 0.84 | 8.46 | - |
| YUV | 14.86 | 167.02 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 84 | 1 | 0.89 | 0 | 0.67 | 233.57 | 1 | 0.16 |
| Hex | 0 | 9 | 54 | 64 | 59 | 0 | 43 | EA | 64 | 10 |
| Octal | 0 | 11 | 124 | 144 | 131 | 0 | 103 | 352 | 144 | 20 |
| Binary | 0 | 1001 | 1010100 | 1100100 | 1011001 | 0 | 1000011 | 11101010 | 1100100 | 10000 |
Color Harmonies of #000954
Complementary color
Monochromatic Colors of #000954
Black with #000954
Text Example
Text Example
White with #000954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000954; }
p { color: rgb(0,9,84); }
H1.HeaderClassName
{
color: #000954;
}
.AnyTagClassName
{
color: #000954;
}
</style>
background-color css
<style>
a { background-color: #000954; }
a { background-color: rgb(0,9,84); }
div.DivClassName
{
background-color: #000954;
}
.BgClassName
{
background-color: #000954;
}
</style>
border-color css
<style>
span { border-color: #000954; }
span { border-color: rgb(0,9,84); }
td.TdClassName
{
border-color: #000954;
}
.TagClassName
{
border-color: #000954;
}
</style>