Shades of Sapphire #09224C
Tints of Sapphire #09224C
RGB
CMYK
RGB Variations
Color information
#09224C (or 0x09224C) is known color: Sapphire. HEX triplet: 09, 22 and 4C. RGB value is (9,34,76). Sum of RGB (Red+Green+Blue) = 9+34+76=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 76 (30.08% from 255 or 63.87% from 119); Max value from RGB is 76 - color contains mainly: blue. Hex color #09224C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09224C is #F6DDB3. Grayscale: #1F1F1F. Windows color (decimal): -16178612 or 4989449. OLE color: 4989449.
HSL color Cylindrical-coordinate representation of color #09224C: hue angle of 217.61º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09224C is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 34 | 76 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.70 |
| HSL | 217.61º | 0.79% | 0.17% | - |
| HSV(B) | 217.61º | 0.88% | 0.3% | - |
| XYZ | 1.99 | 1.72 | 7.07 | - |
| YUV | 31.31 | 153.22 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 76 | 0.88 | 0.55 | 0 | 0.70 | 217.61 | 0.79 | 0.17 |
| Hex | 9 | 22 | 4C | 58 | 37 | 0 | 46 | DA | 4F | 11 |
| Octal | 11 | 42 | 114 | 130 | 67 | 0 | 106 | 332 | 117 | 21 |
| Binary | 1001 | 100010 | 1001100 | 1011000 | 110111 | 0 | 1000110 | 11011010 | 1001111 | 10001 |
Color Harmonies of #09224C
Complementary color
Monochromatic Colors of #09224C
Black with #09224C
Text Example
Text Example
White with #09224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09224C; }
p { color: rgb(9,34,76); }
H1.HeaderClassName
{
color: #09224C;
}
.AnyTagClassName
{
color: #09224C;
}
</style>
background-color css
<style>
a { background-color: #09224C; }
a { background-color: rgb(9,34,76); }
div.DivClassName
{
background-color: #09224C;
}
.BgClassName
{
background-color: #09224C;
}
</style>
border-color css
<style>
span { border-color: #09224C; }
span { border-color: rgb(9,34,76); }
td.TdClassName
{
border-color: #09224C;
}
.TagClassName
{
border-color: #09224C;
}
</style>