Shades of Sapphire #09224F
Tints of Sapphire #09224F
RGB
CMYK
RGB Variations
Color information
#09224F (or 0x09224F) is known color: Sapphire. HEX triplet: 09, 22 and 4F. RGB value is (9,34,79). Sum of RGB (Red+Green+Blue) = 9+34+79=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 79 (31.25% from 255 or 64.75% from 122); Max value from RGB is 79 - color contains mainly: blue. Hex color #09224F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09224F is #F6DDB0. Grayscale: #1F1F1F. Windows color (decimal): -16178609 or 5186057. OLE color: 5186057.
HSL color Cylindrical-coordinate representation of color #09224F: hue angle of 218.57º 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 #09224F is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 34 | 79 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.69 |
| HSL | 218.57º | 0.8% | 0.17% | - |
| HSV(B) | 218.57º | 0.89% | 0.31% | - |
| XYZ | 2.1 | 1.77 | 7.63 | - |
| YUV | 31.66 | 154.72 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 79 | 0.89 | 0.57 | 0 | 0.69 | 218.57 | 0.8 | 0.17 |
| Hex | 9 | 22 | 4F | 59 | 39 | 0 | 45 | DB | 50 | 11 |
| Octal | 11 | 42 | 117 | 131 | 71 | 0 | 105 | 333 | 120 | 21 |
| Binary | 1001 | 100010 | 1001111 | 1011001 | 111001 | 0 | 1000101 | 11011011 | 1010000 | 10001 |
Color Harmonies of #09224F
Complementary color
Monochromatic Colors of #09224F
Black with #09224F
Text Example
Text Example
White with #09224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09224F; }
p { color: rgb(9,34,79); }
H1.HeaderClassName
{
color: #09224F;
}
.AnyTagClassName
{
color: #09224F;
}
</style>
background-color css
<style>
a { background-color: #09224F; }
a { background-color: rgb(9,34,79); }
div.DivClassName
{
background-color: #09224F;
}
.BgClassName
{
background-color: #09224F;
}
</style>
border-color css
<style>
span { border-color: #09224F; }
span { border-color: rgb(9,34,79); }
td.TdClassName
{
border-color: #09224F;
}
.TagClassName
{
border-color: #09224F;
}
</style>