Shades of Sapphire #09217C
Tints of Sapphire #09217C
RGB
CMYK
RGB Variations
Color information
#09217C (or 0x09217C) is known color: Sapphire. HEX triplet: 09, 21 and 7C. RGB value is (9,33,124). Sum of RGB (Red+Green+Blue) = 9+33+124=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 124 (48.83% from 255 or 74.70% from 166); Max value from RGB is 124 - color contains mainly: blue. Hex color #09217C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09217C is #F6DE83. Grayscale: #232323. Windows color (decimal): -16178820 or 8134921. OLE color: 8134921.
HSL color Cylindrical-coordinate representation of color #09217C: hue angle of 227.48º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09217C is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 33 | 124 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.51 |
| HSL | 227.48º | 0.86% | 0.26% | - |
| HSV(B) | 227.48º | 0.93% | 0.49% | - |
| XYZ | 4.29 | 2.6 | 19.34 | - |
| YUV | 36.2 | 177.55 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 33 | 124 | 0.93 | 0.73 | 0 | 0.51 | 227.48 | 0.86 | 0.26 |
| Hex | 9 | 21 | 7C | 5D | 49 | 0 | 33 | E3 | 56 | 1A |
| Octal | 11 | 41 | 174 | 135 | 111 | 0 | 63 | 343 | 126 | 32 |
| Binary | 1001 | 100001 | 1111100 | 1011101 | 1001001 | 0 | 110011 | 11100011 | 1010110 | 11010 |
Color Harmonies of #09217C
Complementary color
Monochromatic Colors of #09217C
Black with #09217C
Text Example
Text Example
White with #09217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09217C; }
p { color: rgb(9,33,124); }
H1.HeaderClassName
{
color: #09217C;
}
.AnyTagClassName
{
color: #09217C;
}
</style>
background-color css
<style>
a { background-color: #09217C; }
a { background-color: rgb(9,33,124); }
div.DivClassName
{
background-color: #09217C;
}
.BgClassName
{
background-color: #09217C;
}
</style>
border-color css
<style>
span { border-color: #09217C; }
span { border-color: rgb(9,33,124); }
td.TdClassName
{
border-color: #09217C;
}
.TagClassName
{
border-color: #09217C;
}
</style>