Shades of Sapphire #09225E
Tints of Sapphire #09225E
RGB
CMYK
RGB Variations
Color information
#09225E (or 0x09225E) is known color: Sapphire. HEX triplet: 09, 22 and 5E. RGB value is (9,34,94). Sum of RGB (Red+Green+Blue) = 9+34+94=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 94 (37.11% from 255 or 68.61% from 137); Max value from RGB is 94 - color contains mainly: blue. Hex color #09225E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09225E is #F6DDA1. Grayscale: #212121. Windows color (decimal): -16178594 or 6169097. OLE color: 6169097.
HSL color Cylindrical-coordinate representation of color #09225E: hue angle of 222.35º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09225E is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 34 | 94 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.63 |
| HSL | 222.35º | 0.83% | 0.2% | - |
| HSV(B) | 222.35º | 0.9% | 0.37% | - |
| XYZ | 2.71 | 2.01 | 10.84 | - |
| YUV | 33.37 | 162.22 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 94 | 0.90 | 0.64 | 0 | 0.63 | 222.35 | 0.83 | 0.2 |
| Hex | 9 | 22 | 5E | 5A | 40 | 0 | 3F | DE | 53 | 14 |
| Octal | 11 | 42 | 136 | 132 | 100 | 0 | 77 | 336 | 123 | 24 |
| Binary | 1001 | 100010 | 1011110 | 1011010 | 1000000 | 0 | 111111 | 11011110 | 1010011 | 10100 |
Color Harmonies of #09225E
Complementary color
Monochromatic Colors of #09225E
Black with #09225E
Text Example
Text Example
White with #09225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09225E; }
p { color: rgb(9,34,94); }
H1.HeaderClassName
{
color: #09225E;
}
.AnyTagClassName
{
color: #09225E;
}
</style>
background-color css
<style>
a { background-color: #09225E; }
a { background-color: rgb(9,34,94); }
div.DivClassName
{
background-color: #09225E;
}
.BgClassName
{
background-color: #09225E;
}
</style>
border-color css
<style>
span { border-color: #09225E; }
span { border-color: rgb(9,34,94); }
td.TdClassName
{
border-color: #09225E;
}
.TagClassName
{
border-color: #09225E;
}
</style>