Shades of Sapphire #09215D
Tints of Sapphire #09215D
RGB
CMYK
RGB Variations
Color information
#09215D (or 0x09215D) is known color: Sapphire. HEX triplet: 09, 21 and 5D. RGB value is (9,33,93). Sum of RGB (Red+Green+Blue) = 9+33+93=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 93 (36.72% from 255 or 68.89% from 135); Max value from RGB is 93 - color contains mainly: blue. Hex color #09215D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09215D is #F6DEA2. Grayscale: #202020. Windows color (decimal): -16178851 or 6103305. OLE color: 6103305.
HSL color Cylindrical-coordinate representation of color #09215D: hue angle of 222.86º 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 #09215D is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 33 | 93 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.64 |
| HSL | 222.86º | 0.82% | 0.2% | - |
| HSV(B) | 222.86º | 0.9% | 0.36% | - |
| XYZ | 2.63 | 1.94 | 10.59 | - |
| YUV | 32.66 | 162.05 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 33 | 93 | 0.90 | 0.65 | 0 | 0.64 | 222.86 | 0.82 | 0.2 |
| Hex | 9 | 21 | 5D | 5A | 41 | 0 | 40 | DF | 52 | 14 |
| Octal | 11 | 41 | 135 | 132 | 101 | 0 | 100 | 337 | 122 | 24 |
| Binary | 1001 | 100001 | 1011101 | 1011010 | 1000001 | 0 | 1000000 | 11011111 | 1010010 | 10100 |
Color Harmonies of #09215D
Complementary color
Monochromatic Colors of #09215D
Black with #09215D
Text Example
Text Example
White with #09215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09215D; }
p { color: rgb(9,33,93); }
H1.HeaderClassName
{
color: #09215D;
}
.AnyTagClassName
{
color: #09215D;
}
</style>
background-color css
<style>
a { background-color: #09215D; }
a { background-color: rgb(9,33,93); }
div.DivClassName
{
background-color: #09215D;
}
.BgClassName
{
background-color: #09215D;
}
</style>
border-color css
<style>
span { border-color: #09215D; }
span { border-color: rgb(9,33,93); }
td.TdClassName
{
border-color: #09215D;
}
.TagClassName
{
border-color: #09215D;
}
</style>