Shades of Sapphire #092550
Tints of Sapphire #092550
RGB
CMYK
RGB Variations
Color information
#092550 (or 0x092550) is known color: Sapphire. HEX triplet: 09, 25 and 50. RGB value is (9,37,80). Sum of RGB (Red+Green+Blue) = 9+37+80=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 80 (31.64% from 255 or 63.49% from 126); Max value from RGB is 80 - color contains mainly: blue. Hex color #092550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092550 is #F6DAAF. Grayscale: #212121. Windows color (decimal): -16177840 or 5252361. OLE color: 5252361.
HSL color Cylindrical-coordinate representation of color #092550: hue angle of 216.34º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092550 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 37 | 80 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.69 |
| HSL | 216.34º | 0.8% | 0.17% | - |
| HSV(B) | 216.34º | 0.89% | 0.31% | - |
| XYZ | 2.22 | 1.96 | 7.85 | - |
| YUV | 33.53 | 154.22 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 80 | 0.89 | 0.54 | 0 | 0.69 | 216.34 | 0.8 | 0.17 |
| Hex | 9 | 25 | 50 | 59 | 36 | 0 | 45 | D8 | 50 | 11 |
| Octal | 11 | 45 | 120 | 131 | 66 | 0 | 105 | 330 | 120 | 21 |
| Binary | 1001 | 100101 | 1010000 | 1011001 | 110110 | 0 | 1000101 | 11011000 | 1010000 | 10001 |
Color Harmonies of #092550
Complementary color
Monochromatic Colors of #092550
Black with #092550
Text Example
Text Example
White with #092550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092550; }
p { color: rgb(9,37,80); }
H1.HeaderClassName
{
color: #092550;
}
.AnyTagClassName
{
color: #092550;
}
</style>
background-color css
<style>
a { background-color: #092550; }
a { background-color: rgb(9,37,80); }
div.DivClassName
{
background-color: #092550;
}
.BgClassName
{
background-color: #092550;
}
</style>
border-color css
<style>
span { border-color: #092550; }
span { border-color: rgb(9,37,80); }
td.TdClassName
{
border-color: #092550;
}
.TagClassName
{
border-color: #092550;
}
</style>