Shades of Sapphire #09215C
Tints of Sapphire #09215C
RGB
CMYK
RGB Variations
Color information
#09215C (or 0x09215C) is known color: Sapphire. HEX triplet: 09, 21 and 5C. RGB value is (9,33,92). Sum of RGB (Red+Green+Blue) = 9+33+92=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 92 (36.33% from 255 or 68.66% from 134); Max value from RGB is 92 - color contains mainly: blue. Hex color #09215C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09215C is #F6DEA3. Grayscale: #202020. Windows color (decimal): -16178852 or 6037769. OLE color: 6037769.
HSL color Cylindrical-coordinate representation of color #09215C: hue angle of 222.65º 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 #09215C is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 33 | 92 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.64 |
| HSL | 222.65º | 0.82% | 0.2% | - |
| HSV(B) | 222.65º | 0.9% | 0.36% | - |
| XYZ | 2.59 | 1.92 | 10.36 | - |
| YUV | 32.55 | 161.55 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 33 | 92 | 0.90 | 0.64 | 0 | 0.64 | 222.65 | 0.82 | 0.2 |
| Hex | 9 | 21 | 5C | 5A | 40 | 0 | 40 | DF | 52 | 14 |
| Octal | 11 | 41 | 134 | 132 | 100 | 0 | 100 | 337 | 122 | 24 |
| Binary | 1001 | 100001 | 1011100 | 1011010 | 1000000 | 0 | 1000000 | 11011111 | 1010010 | 10100 |
Color Harmonies of #09215C
Complementary color
Monochromatic Colors of #09215C
Black with #09215C
Text Example
Text Example
White with #09215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09215C; }
p { color: rgb(9,33,92); }
H1.HeaderClassName
{
color: #09215C;
}
.AnyTagClassName
{
color: #09215C;
}
</style>
background-color css
<style>
a { background-color: #09215C; }
a { background-color: rgb(9,33,92); }
div.DivClassName
{
background-color: #09215C;
}
.BgClassName
{
background-color: #09215C;
}
</style>
border-color css
<style>
span { border-color: #09215C; }
span { border-color: rgb(9,33,92); }
td.TdClassName
{
border-color: #09215C;
}
.TagClassName
{
border-color: #09215C;
}
</style>