Shades of Sapphire #09225A
Tints of Sapphire #09225A
RGB
CMYK
RGB Variations
Color information
#09225A (or 0x09225A) is known color: Sapphire. HEX triplet: 09, 22 and 5A. RGB value is (9,34,90). Sum of RGB (Red+Green+Blue) = 9+34+90=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 90 (35.55% from 255 or 67.67% from 133); Max value from RGB is 90 - color contains mainly: blue. Hex color #09225A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09225A is #F6DDA5. Grayscale: #202020. Windows color (decimal): -16178598 or 5906953. OLE color: 5906953.
HSL color Cylindrical-coordinate representation of color #09225A: hue angle of 221.48º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09225A is Cyan = 0.9, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 34 | 90 | - |
| CMYK | 0.9 | 0.62 | 0 | 0.65 |
| HSL | 221.48º | 0.82% | 0.19% | - |
| HSV(B) | 221.48º | 0.9% | 0.35% | - |
| XYZ | 2.53 | 1.94 | 9.91 | - |
| YUV | 32.91 | 160.22 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 90 | 0.9 | 0.62 | 0 | 0.65 | 221.48 | 0.82 | 0.19 |
| Hex | 9 | 22 | 5A | 5A | 3E | 0 | 41 | DD | 52 | 13 |
| Octal | 11 | 42 | 132 | 132 | 76 | 0 | 101 | 335 | 122 | 23 |
| Binary | 1001 | 100010 | 1011010 | 1011010 | 111110 | 0 | 1000001 | 11011101 | 1010010 | 10011 |
Color Harmonies of #09225A
Complementary color
Monochromatic Colors of #09225A
Black with #09225A
Text Example
Text Example
White with #09225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09225A; }
p { color: rgb(9,34,90); }
H1.HeaderClassName
{
color: #09225A;
}
.AnyTagClassName
{
color: #09225A;
}
</style>
background-color css
<style>
a { background-color: #09225A; }
a { background-color: rgb(9,34,90); }
div.DivClassName
{
background-color: #09225A;
}
.BgClassName
{
background-color: #09225A;
}
</style>
border-color css
<style>
span { border-color: #09225A; }
span { border-color: rgb(9,34,90); }
td.TdClassName
{
border-color: #09225A;
}
.TagClassName
{
border-color: #09225A;
}
</style>