Shades of Sapphire #000949
Tints of Sapphire #000949
RGB
CMYK
RGB Variations
Color information
#000949 (or 0x000949) is known color: Sapphire. HEX triplet: 00, 09 and 49. RGB value is (0,9,73). Sum of RGB (Red+Green+Blue) = 0+9+73=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 73 (28.91% from 255 or 89.02% from 82); Max value from RGB is 73 - color contains mainly: blue. Hex color #000949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000949 is #FFF6B6. Grayscale: #0D0D0D. Windows color (decimal): -16774839 or 4786432. OLE color: 4786432.
HSL color Cylindrical-coordinate representation of color #000949: hue angle of 232.6º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000949 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 9 | 73 | - |
| CMYK | 1 | 0.88 | 0 | 0.71 |
| HSL | 232.6º | 1% | 0.14% | - |
| HSV(B) | 232.6º | 1% | 0.29% | - |
| XYZ | 1.3 | 0.68 | 6.37 | - |
| YUV | 13.61 | 161.52 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 73 | 1 | 0.88 | 0 | 0.71 | 232.6 | 1 | 0.14 |
| Hex | 0 | 9 | 49 | 64 | 58 | 0 | 47 | E9 | 64 | E |
| Octal | 0 | 11 | 111 | 144 | 130 | 0 | 107 | 351 | 144 | 16 |
| Binary | 0 | 1001 | 1001001 | 1100100 | 1011000 | 0 | 1000111 | 11101001 | 1100100 | 1110 |
Color Harmonies of #000949
Complementary color
Monochromatic Colors of #000949
Black with #000949
Text Example
Text Example
White with #000949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000949; }
p { color: rgb(0,9,73); }
H1.HeaderClassName
{
color: #000949;
}
.AnyTagClassName
{
color: #000949;
}
</style>
background-color css
<style>
a { background-color: #000949; }
a { background-color: rgb(0,9,73); }
div.DivClassName
{
background-color: #000949;
}
.BgClassName
{
background-color: #000949;
}
</style>
border-color css
<style>
span { border-color: #000949; }
span { border-color: rgb(0,9,73); }
td.TdClassName
{
border-color: #000949;
}
.TagClassName
{
border-color: #000949;
}
</style>