Shades of Sapphire #091759
Tints of Sapphire #091759
RGB
CMYK
RGB Variations
Color information
#091759 (or 0x091759) is known color: Sapphire. HEX triplet: 09, 17 and 59. RGB value is (9,23,89). Sum of RGB (Red+Green+Blue) = 9+23+89=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 89 (35.16% from 255 or 73.55% from 121); Max value from RGB is 89 - color contains mainly: blue. Hex color #091759 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091759 is #F6E8A6. Grayscale: #1A1A1A. Windows color (decimal): -16181415 or 5838601. OLE color: 5838601.
HSL color Cylindrical-coordinate representation of color #091759: hue angle of 229.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091759 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 23 | 89 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.65 |
| HSL | 229.5º | 0.82% | 0.19% | - |
| HSV(B) | 229.5º | 0.9% | 0.35% | - |
| XYZ | 2.22 | 1.39 | 9.6 | - |
| YUV | 26.34 | 163.36 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 23 | 89 | 0.90 | 0.74 | 0 | 0.65 | 229.5 | 0.82 | 0.19 |
| Hex | 9 | 17 | 59 | 5A | 4A | 0 | 41 | E6 | 52 | 13 |
| Octal | 11 | 27 | 131 | 132 | 112 | 0 | 101 | 346 | 122 | 23 |
| Binary | 1001 | 10111 | 1011001 | 1011010 | 1001010 | 0 | 1000001 | 11100110 | 1010010 | 10011 |
Color Harmonies of #091759
Complementary color
Monochromatic Colors of #091759
Black with #091759
Text Example
Text Example
White with #091759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091759; }
p { color: rgb(9,23,89); }
H1.HeaderClassName
{
color: #091759;
}
.AnyTagClassName
{
color: #091759;
}
</style>
background-color css
<style>
a { background-color: #091759; }
a { background-color: rgb(9,23,89); }
div.DivClassName
{
background-color: #091759;
}
.BgClassName
{
background-color: #091759;
}
</style>
border-color css
<style>
span { border-color: #091759; }
span { border-color: rgb(9,23,89); }
td.TdClassName
{
border-color: #091759;
}
.TagClassName
{
border-color: #091759;
}
</style>