Shades of Sapphire #091259
Tints of Sapphire #091259
RGB
CMYK
RGB Variations
Color information
#091259 (or 0x091259) is known color: Sapphire. HEX triplet: 09, 12 and 59. RGB value is (9,18,89). Sum of RGB (Red+Green+Blue) = 9+18+89=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 89 (35.16% from 255 or 76.72% from 116); Max value from RGB is 89 - color contains mainly: blue. Hex color #091259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091259 is #F6EDA6. Grayscale: #171717. Windows color (decimal): -16182695 or 5837321. OLE color: 5837321.
HSL color Cylindrical-coordinate representation of color #091259: hue angle of 233.25º 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 #091259 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 18 | 89 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.65 |
| HSL | 233.25º | 0.82% | 0.19% | - |
| HSV(B) | 233.25º | 0.9% | 0.35% | - |
| XYZ | 2.13 | 1.21 | 9.57 | - |
| YUV | 23.4 | 165.02 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 89 | 0.90 | 0.80 | 0 | 0.65 | 233.25 | 0.82 | 0.19 |
| Hex | 9 | 12 | 59 | 5A | 50 | 0 | 41 | E9 | 52 | 13 |
| Octal | 11 | 22 | 131 | 132 | 120 | 0 | 101 | 351 | 122 | 23 |
| Binary | 1001 | 10010 | 1011001 | 1011010 | 1010000 | 0 | 1000001 | 11101001 | 1010010 | 10011 |
Color Harmonies of #091259
Complementary color
Monochromatic Colors of #091259
Black with #091259
Text Example
Text Example
White with #091259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091259; }
p { color: rgb(9,18,89); }
H1.HeaderClassName
{
color: #091259;
}
.AnyTagClassName
{
color: #091259;
}
</style>
background-color css
<style>
a { background-color: #091259; }
a { background-color: rgb(9,18,89); }
div.DivClassName
{
background-color: #091259;
}
.BgClassName
{
background-color: #091259;
}
</style>
border-color css
<style>
span { border-color: #091259; }
span { border-color: rgb(9,18,89); }
td.TdClassName
{
border-color: #091259;
}
.TagClassName
{
border-color: #091259;
}
</style>