Shades of Sapphire #091550
Tints of Sapphire #091550
RGB
CMYK
RGB Variations
Color information
#091550 (or 0x091550) is known color: Sapphire. HEX triplet: 09, 15 and 50. RGB value is (9,21,80). Sum of RGB (Red+Green+Blue) = 9+21+80=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 80 (31.64% from 255 or 72.73% from 110); Max value from RGB is 80 - color contains mainly: blue. Hex color #091550 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091550 is #F6EAAF. Grayscale: #171717. Windows color (decimal): -16181936 or 5248265. OLE color: 5248265.
HSL color Cylindrical-coordinate representation of color #091550: hue angle of 229.86º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091550 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 21 | 80 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.69 |
| HSL | 229.86º | 0.8% | 0.17% | - |
| HSV(B) | 229.86º | 0.89% | 0.31% | - |
| XYZ | 1.83 | 1.17 | 7.72 | - |
| YUV | 24.14 | 159.52 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 21 | 80 | 0.89 | 0.74 | 0 | 0.69 | 229.86 | 0.8 | 0.17 |
| Hex | 9 | 15 | 50 | 59 | 4A | 0 | 45 | E6 | 50 | 11 |
| Octal | 11 | 25 | 120 | 131 | 112 | 0 | 105 | 346 | 120 | 21 |
| Binary | 1001 | 10101 | 1010000 | 1011001 | 1001010 | 0 | 1000101 | 11100110 | 1010000 | 10001 |
Color Harmonies of #091550
Complementary color
Monochromatic Colors of #091550
Black with #091550
Text Example
Text Example
White with #091550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091550; }
p { color: rgb(9,21,80); }
H1.HeaderClassName
{
color: #091550;
}
.AnyTagClassName
{
color: #091550;
}
</style>
background-color css
<style>
a { background-color: #091550; }
a { background-color: rgb(9,21,80); }
div.DivClassName
{
background-color: #091550;
}
.BgClassName
{
background-color: #091550;
}
</style>
border-color css
<style>
span { border-color: #091550; }
span { border-color: rgb(9,21,80); }
td.TdClassName
{
border-color: #091550;
}
.TagClassName
{
border-color: #091550;
}
</style>