Shades of Sapphire #092250
Tints of Sapphire #092250
RGB
CMYK
RGB Variations
Color information
#092250 (or 0x092250) is known color: Sapphire. HEX triplet: 09, 22 and 50. RGB value is (9,34,80). Sum of RGB (Red+Green+Blue) = 9+34+80=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 80 (31.64% from 255 or 65.04% from 123); Max value from RGB is 80 - color contains mainly: blue. Hex color #092250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092250 is #F6DDAF. Grayscale: #1F1F1F. Windows color (decimal): -16178608 or 5251593. OLE color: 5251593.
HSL color Cylindrical-coordinate representation of color #092250: hue angle of 218.87º 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 #092250 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 34 | 80 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.69 |
| HSL | 218.87º | 0.8% | 0.17% | - |
| HSV(B) | 218.87º | 0.89% | 0.31% | - |
| XYZ | 2.13 | 1.78 | 7.82 | - |
| YUV | 31.77 | 155.22 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 80 | 0.89 | 0.58 | 0 | 0.69 | 218.87 | 0.8 | 0.17 |
| Hex | 9 | 22 | 50 | 59 | 3A | 0 | 45 | DB | 50 | 11 |
| Octal | 11 | 42 | 120 | 131 | 72 | 0 | 105 | 333 | 120 | 21 |
| Binary | 1001 | 100010 | 1010000 | 1011001 | 111010 | 0 | 1000101 | 11011011 | 1010000 | 10001 |
Color Harmonies of #092250
Complementary color
Monochromatic Colors of #092250
Black with #092250
Text Example
Text Example
White with #092250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092250; }
p { color: rgb(9,34,80); }
H1.HeaderClassName
{
color: #092250;
}
.AnyTagClassName
{
color: #092250;
}
</style>
background-color css
<style>
a { background-color: #092250; }
a { background-color: rgb(9,34,80); }
div.DivClassName
{
background-color: #092250;
}
.BgClassName
{
background-color: #092250;
}
</style>
border-color css
<style>
span { border-color: #092250; }
span { border-color: rgb(9,34,80); }
td.TdClassName
{
border-color: #092250;
}
.TagClassName
{
border-color: #092250;
}
</style>