Shades of Sapphire #09225B
Tints of Sapphire #09225B
RGB
CMYK
RGB Variations
Color information
#09225B (or 0x09225B) is known color: Sapphire. HEX triplet: 09, 22 and 5B. RGB value is (9,34,91). Sum of RGB (Red+Green+Blue) = 9+34+91=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 91 (35.94% from 255 or 67.91% from 134); Max value from RGB is 91 - color contains mainly: blue. Hex color #09225B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09225B is #F6DDA4. Grayscale: #202020. Windows color (decimal): -16178597 or 5972489. OLE color: 5972489.
HSL color Cylindrical-coordinate representation of color #09225B: hue angle of 221.71º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09225B is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 34 | 91 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.64 |
| HSL | 221.71º | 0.82% | 0.2% | - |
| HSV(B) | 221.71º | 0.9% | 0.36% | - |
| XYZ | 2.57 | 1.96 | 10.14 | - |
| YUV | 33.02 | 160.72 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 91 | 0.90 | 0.63 | 0 | 0.64 | 221.71 | 0.82 | 0.2 |
| Hex | 9 | 22 | 5B | 5A | 3F | 0 | 40 | DE | 52 | 14 |
| Octal | 11 | 42 | 133 | 132 | 77 | 0 | 100 | 336 | 122 | 24 |
| Binary | 1001 | 100010 | 1011011 | 1011010 | 111111 | 0 | 1000000 | 11011110 | 1010010 | 10100 |
Color Harmonies of #09225B
Complementary color
Monochromatic Colors of #09225B
Black with #09225B
Text Example
Text Example
White with #09225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09225B; }
p { color: rgb(9,34,91); }
H1.HeaderClassName
{
color: #09225B;
}
.AnyTagClassName
{
color: #09225B;
}
</style>
background-color css
<style>
a { background-color: #09225B; }
a { background-color: rgb(9,34,91); }
div.DivClassName
{
background-color: #09225B;
}
.BgClassName
{
background-color: #09225B;
}
</style>
border-color css
<style>
span { border-color: #09225B; }
span { border-color: rgb(9,34,91); }
td.TdClassName
{
border-color: #09225B;
}
.TagClassName
{
border-color: #09225B;
}
</style>