Shades of Sapphire #091651
Tints of Sapphire #091651
RGB
CMYK
RGB Variations
Color information
#091651 (or 0x091651) is known color: Sapphire. HEX triplet: 09, 16 and 51. RGB value is (9,22,81). Sum of RGB (Red+Green+Blue) = 9+22+81=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 81 (32.03% from 255 or 72.32% from 112); Max value from RGB is 81 - color contains mainly: blue. Hex color #091651 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091651 is #F6E9AE. Grayscale: #181818. Windows color (decimal): -16181679 or 5314057. OLE color: 5314057.
HSL color Cylindrical-coordinate representation of color #091651: hue angle of 229.17º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091651 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 22 | 81 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.68 |
| HSL | 229.17º | 0.8% | 0.18% | - |
| HSV(B) | 229.17º | 0.89% | 0.32% | - |
| XYZ | 1.88 | 1.23 | 7.92 | - |
| YUV | 24.84 | 159.69 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 22 | 81 | 0.89 | 0.73 | 0 | 0.68 | 229.17 | 0.8 | 0.18 |
| Hex | 9 | 16 | 51 | 59 | 49 | 0 | 44 | E5 | 50 | 12 |
| Octal | 11 | 26 | 121 | 131 | 111 | 0 | 104 | 345 | 120 | 22 |
| Binary | 1001 | 10110 | 1010001 | 1011001 | 1001001 | 0 | 1000100 | 11100101 | 1010000 | 10010 |
Color Harmonies of #091651
Complementary color
Monochromatic Colors of #091651
Black with #091651
Text Example
Text Example
White with #091651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091651; }
p { color: rgb(9,22,81); }
H1.HeaderClassName
{
color: #091651;
}
.AnyTagClassName
{
color: #091651;
}
</style>
background-color css
<style>
a { background-color: #091651; }
a { background-color: rgb(9,22,81); }
div.DivClassName
{
background-color: #091651;
}
.BgClassName
{
background-color: #091651;
}
</style>
border-color css
<style>
span { border-color: #091651; }
span { border-color: rgb(9,22,81); }
td.TdClassName
{
border-color: #091651;
}
.TagClassName
{
border-color: #091651;
}
</style>