Shades of Sapphire #091A59
Tints of Sapphire #091A59
RGB
CMYK
RGB Variations
Color information
#091A59 (or 0x091A59) is known color: Sapphire. HEX triplet: 09, 1A and 59. RGB value is (9,26,89). Sum of RGB (Red+Green+Blue) = 9+26+89=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 89 (35.16% from 255 or 71.77% from 124); Max value from RGB is 89 - color contains mainly: blue. Hex color #091A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091A59 is #F6E5A6. Grayscale: #1B1B1B. Windows color (decimal): -16180647 or 5839369. OLE color: 5839369.
HSL color Cylindrical-coordinate representation of color #091A59: hue angle of 227.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 #091A59 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 26 | 89 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.65 |
| HSL | 227.25º | 0.82% | 0.19% | - |
| HSV(B) | 227.25º | 0.9% | 0.35% | - |
| XYZ | 2.29 | 1.52 | 9.62 | - |
| YUV | 28.1 | 162.37 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 89 | 0.90 | 0.71 | 0 | 0.65 | 227.25 | 0.82 | 0.19 |
| Hex | 9 | 1A | 59 | 5A | 47 | 0 | 41 | E3 | 52 | 13 |
| Octal | 11 | 32 | 131 | 132 | 107 | 0 | 101 | 343 | 122 | 23 |
| Binary | 1001 | 11010 | 1011001 | 1011010 | 1000111 | 0 | 1000001 | 11100011 | 1010010 | 10011 |
Color Harmonies of #091A59
Complementary color
Monochromatic Colors of #091A59
Black with #091A59
Text Example
Text Example
White with #091A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091A59; }
p { color: rgb(9,26,89); }
H1.HeaderClassName
{
color: #091A59;
}
.AnyTagClassName
{
color: #091A59;
}
</style>
background-color css
<style>
a { background-color: #091A59; }
a { background-color: rgb(9,26,89); }
div.DivClassName
{
background-color: #091A59;
}
.BgClassName
{
background-color: #091A59;
}
</style>
border-color css
<style>
span { border-color: #091A59; }
span { border-color: rgb(9,26,89); }
td.TdClassName
{
border-color: #091A59;
}
.TagClassName
{
border-color: #091A59;
}
</style>