Shades of Sapphire #09215F
Tints of Sapphire #09215F
RGB
CMYK
RGB Variations
Color information
#09215F (or 0x09215F) is known color: Sapphire. HEX triplet: 09, 21 and 5F. RGB value is (9,33,95). Sum of RGB (Red+Green+Blue) = 9+33+95=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 95 (37.5% from 255 or 69.34% from 137); Max value from RGB is 95 - color contains mainly: blue. Hex color #09215F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09215F is #F6DEA0. Grayscale: #202020. Windows color (decimal): -16178849 or 6234377. OLE color: 6234377.
HSL color Cylindrical-coordinate representation of color #09215F: hue angle of 223.26º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09215F is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 33 | 95 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.63 |
| HSL | 223.26º | 0.83% | 0.2% | - |
| HSV(B) | 223.26º | 0.91% | 0.37% | - |
| XYZ | 2.72 | 1.97 | 11.06 | - |
| YUV | 32.89 | 163.05 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 33 | 95 | 0.91 | 0.65 | 0 | 0.63 | 223.26 | 0.83 | 0.2 |
| Hex | 9 | 21 | 5F | 5B | 41 | 0 | 3F | DF | 53 | 14 |
| Octal | 11 | 41 | 137 | 133 | 101 | 0 | 77 | 337 | 123 | 24 |
| Binary | 1001 | 100001 | 1011111 | 1011011 | 1000001 | 0 | 111111 | 11011111 | 1010011 | 10100 |
Color Harmonies of #09215F
Complementary color
Monochromatic Colors of #09215F
Black with #09215F
Text Example
Text Example
White with #09215F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09215F; }
p { color: rgb(9,33,95); }
H1.HeaderClassName
{
color: #09215F;
}
.AnyTagClassName
{
color: #09215F;
}
</style>
background-color css
<style>
a { background-color: #09215F; }
a { background-color: rgb(9,33,95); }
div.DivClassName
{
background-color: #09215F;
}
.BgClassName
{
background-color: #09215F;
}
</style>
border-color css
<style>
span { border-color: #09215F; }
span { border-color: rgb(9,33,95); }
td.TdClassName
{
border-color: #09215F;
}
.TagClassName
{
border-color: #09215F;
}
</style>