Shades of Sapphire #091658
Tints of Sapphire #091658
RGB
CMYK
RGB Variations
Color information
#091658 (or 0x091658) is known color: Sapphire. HEX triplet: 09, 16 and 58. RGB value is (9,22,88). Sum of RGB (Red+Green+Blue) = 9+22+88=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 88 (34.77% from 255 or 73.95% from 119); Max value from RGB is 88 - color contains mainly: blue. Hex color #091658 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091658 is #F6E9A7. Grayscale: #191919. Windows color (decimal): -16181672 or 5772809. OLE color: 5772809.
HSL color Cylindrical-coordinate representation of color #091658: hue angle of 230.13º degrees, saturation: 0.81, 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 #091658 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 22 | 88 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.65 |
| HSL | 230.13º | 0.81% | 0.19% | - |
| HSV(B) | 230.13º | 0.9% | 0.35% | - |
| XYZ | 2.16 | 1.34 | 9.38 | - |
| YUV | 25.64 | 163.19 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 22 | 88 | 0.90 | 0.75 | 0 | 0.65 | 230.13 | 0.81 | 0.19 |
| Hex | 9 | 16 | 58 | 5A | 4B | 0 | 41 | E6 | 51 | 13 |
| Octal | 11 | 26 | 130 | 132 | 113 | 0 | 101 | 346 | 121 | 23 |
| Binary | 1001 | 10110 | 1011000 | 1011010 | 1001011 | 0 | 1000001 | 11100110 | 1010001 | 10011 |
Color Harmonies of #091658
Complementary color
Monochromatic Colors of #091658
Black with #091658
Text Example
Text Example
White with #091658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091658; }
p { color: rgb(9,22,88); }
H1.HeaderClassName
{
color: #091658;
}
.AnyTagClassName
{
color: #091658;
}
</style>
background-color css
<style>
a { background-color: #091658; }
a { background-color: rgb(9,22,88); }
div.DivClassName
{
background-color: #091658;
}
.BgClassName
{
background-color: #091658;
}
</style>
border-color css
<style>
span { border-color: #091658; }
span { border-color: rgb(9,22,88); }
td.TdClassName
{
border-color: #091658;
}
.TagClassName
{
border-color: #091658;
}
</style>