Shades of Sapphire #09224D
Tints of Sapphire #09224D
RGB
CMYK
RGB Variations
Color information
#09224D (or 0x09224D) is known color: Sapphire. HEX triplet: 09, 22 and 4D. RGB value is (9,34,77). Sum of RGB (Red+Green+Blue) = 9+34+77=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #09224D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09224D is #F6DDB2. Grayscale: #1F1F1F. Windows color (decimal): -16178611 or 5054985. OLE color: 5054985.
HSL color Cylindrical-coordinate representation of color #09224D: hue angle of 217.94º 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 #09224D is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 34 | 77 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.70 |
| HSL | 217.94º | 0.79% | 0.17% | - |
| HSV(B) | 217.94º | 0.88% | 0.3% | - |
| XYZ | 2.02 | 1.74 | 7.25 | - |
| YUV | 31.43 | 153.72 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 77 | 0.88 | 0.56 | 0 | 0.70 | 217.94 | 0.79 | 0.17 |
| Hex | 9 | 22 | 4D | 58 | 38 | 0 | 46 | DA | 4F | 11 |
| Octal | 11 | 42 | 115 | 130 | 70 | 0 | 106 | 332 | 117 | 21 |
| Binary | 1001 | 100010 | 1001101 | 1011000 | 111000 | 0 | 1000110 | 11011010 | 1001111 | 10001 |
Color Harmonies of #09224D
Complementary color
Monochromatic Colors of #09224D
Black with #09224D
Text Example
Text Example
White with #09224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09224D; }
p { color: rgb(9,34,77); }
H1.HeaderClassName
{
color: #09224D;
}
.AnyTagClassName
{
color: #09224D;
}
</style>
background-color css
<style>
a { background-color: #09224D; }
a { background-color: rgb(9,34,77); }
div.DivClassName
{
background-color: #09224D;
}
.BgClassName
{
background-color: #09224D;
}
</style>
border-color css
<style>
span { border-color: #09224D; }
span { border-color: rgb(9,34,77); }
td.TdClassName
{
border-color: #09224D;
}
.TagClassName
{
border-color: #09224D;
}
</style>