Shades of Sapphire #091055
Tints of Sapphire #091055
RGB
CMYK
RGB Variations
Color information
#091055 (or 0x091055) is known color: Sapphire. HEX triplet: 09, 10 and 55. RGB value is (9,16,85). Sum of RGB (Red+Green+Blue) = 9+16+85=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 85 (33.59% from 255 or 77.27% from 110); Max value from RGB is 85 - color contains mainly: blue. Hex color #091055 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091055 is #F6EFAA. Grayscale: #151515. Windows color (decimal): -16183211 or 5574665. OLE color: 5574665.
HSL color Cylindrical-coordinate representation of color #091055: hue angle of 234.47º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091055 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 16 | 85 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.67 |
| HSL | 234.47º | 0.81% | 0.18% | - |
| HSV(B) | 234.47º | 0.89% | 0.33% | - |
| XYZ | 1.94 | 1.08 | 8.7 | - |
| YUV | 21.77 | 163.68 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 85 | 0.89 | 0.81 | 0 | 0.67 | 234.47 | 0.81 | 0.18 |
| Hex | 9 | 10 | 55 | 59 | 51 | 0 | 43 | EA | 51 | 12 |
| Octal | 11 | 20 | 125 | 131 | 121 | 0 | 103 | 352 | 121 | 22 |
| Binary | 1001 | 10000 | 1010101 | 1011001 | 1010001 | 0 | 1000011 | 11101010 | 1010001 | 10010 |
Color Harmonies of #091055
Complementary color
Monochromatic Colors of #091055
Black with #091055
Text Example
Text Example
White with #091055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091055; }
p { color: rgb(9,16,85); }
H1.HeaderClassName
{
color: #091055;
}
.AnyTagClassName
{
color: #091055;
}
</style>
background-color css
<style>
a { background-color: #091055; }
a { background-color: rgb(9,16,85); }
div.DivClassName
{
background-color: #091055;
}
.BgClassName
{
background-color: #091055;
}
</style>
border-color css
<style>
span { border-color: #091055; }
span { border-color: rgb(9,16,85); }
td.TdClassName
{
border-color: #091055;
}
.TagClassName
{
border-color: #091055;
}
</style>