Shades of Sapphire #091652
Tints of Sapphire #091652
RGB
CMYK
RGB Variations
Color information
#091652 (or 0x091652) is known color: Sapphire. HEX triplet: 09, 16 and 52. RGB value is (9,22,82). Sum of RGB (Red+Green+Blue) = 9+22+82=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 82 (32.42% from 255 or 72.57% from 113); Max value from RGB is 82 - color contains mainly: blue. Hex color #091652 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091652 is #F6E9AD. Grayscale: #181818. Windows color (decimal): -16181678 or 5379593. OLE color: 5379593.
HSL color Cylindrical-coordinate representation of color #091652: hue angle of 229.32º 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 #091652 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 22 | 82 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.68 |
| HSL | 229.32º | 0.8% | 0.18% | - |
| HSV(B) | 229.32º | 0.89% | 0.32% | - |
| XYZ | 1.92 | 1.24 | 8.12 | - |
| YUV | 24.95 | 160.19 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 22 | 82 | 0.89 | 0.73 | 0 | 0.68 | 229.32 | 0.8 | 0.18 |
| Hex | 9 | 16 | 52 | 59 | 49 | 0 | 44 | E5 | 50 | 12 |
| Octal | 11 | 26 | 122 | 131 | 111 | 0 | 104 | 345 | 120 | 22 |
| Binary | 1001 | 10110 | 1010010 | 1011001 | 1001001 | 0 | 1000100 | 11100101 | 1010000 | 10010 |
Color Harmonies of #091652
Complementary color
Monochromatic Colors of #091652
Black with #091652
Text Example
Text Example
White with #091652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091652; }
p { color: rgb(9,22,82); }
H1.HeaderClassName
{
color: #091652;
}
.AnyTagClassName
{
color: #091652;
}
</style>
background-color css
<style>
a { background-color: #091652; }
a { background-color: rgb(9,22,82); }
div.DivClassName
{
background-color: #091652;
}
.BgClassName
{
background-color: #091652;
}
</style>
border-color css
<style>
span { border-color: #091652; }
span { border-color: rgb(9,22,82); }
td.TdClassName
{
border-color: #091652;
}
.TagClassName
{
border-color: #091652;
}
</style>