Shades of Sapphire #09224E
Tints of Sapphire #09224E
RGB
CMYK
RGB Variations
Color information
#09224E (or 0x09224E) is known color: Sapphire. HEX triplet: 09, 22 and 4E. RGB value is (9,34,78). Sum of RGB (Red+Green+Blue) = 9+34+78=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 78 (30.86% from 255 or 64.46% from 121); Max value from RGB is 78 - color contains mainly: blue. Hex color #09224E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09224E is #F6DDB1. Grayscale: #1F1F1F. Windows color (decimal): -16178610 or 5120521. OLE color: 5120521.
HSL color Cylindrical-coordinate representation of color #09224E: hue angle of 218.26º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09224E is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 34 | 78 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.69 |
| HSL | 218.26º | 0.79% | 0.17% | - |
| HSV(B) | 218.26º | 0.88% | 0.31% | - |
| XYZ | 2.06 | 1.75 | 7.44 | - |
| YUV | 31.54 | 154.22 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 78 | 0.88 | 0.56 | 0 | 0.69 | 218.26 | 0.79 | 0.17 |
| Hex | 9 | 22 | 4E | 58 | 38 | 0 | 45 | DA | 4F | 11 |
| Octal | 11 | 42 | 116 | 130 | 70 | 0 | 105 | 332 | 117 | 21 |
| Binary | 1001 | 100010 | 1001110 | 1011000 | 111000 | 0 | 1000101 | 11011010 | 1001111 | 10001 |
Color Harmonies of #09224E
Complementary color
Monochromatic Colors of #09224E
Black with #09224E
Text Example
Text Example
White with #09224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09224E; }
p { color: rgb(9,34,78); }
H1.HeaderClassName
{
color: #09224E;
}
.AnyTagClassName
{
color: #09224E;
}
</style>
background-color css
<style>
a { background-color: #09224E; }
a { background-color: rgb(9,34,78); }
div.DivClassName
{
background-color: #09224E;
}
.BgClassName
{
background-color: #09224E;
}
</style>
border-color css
<style>
span { border-color: #09224E; }
span { border-color: rgb(9,34,78); }
td.TdClassName
{
border-color: #09224E;
}
.TagClassName
{
border-color: #09224E;
}
</style>