Shades of Sapphire #11215C
Tints of Sapphire #11215C
RGB
CMYK
RGB Variations
Color information
#11215C (or 0x11215C) is known color: Sapphire. HEX triplet: 11, 21 and 5C. RGB value is (17,33,92). Sum of RGB (Red+Green+Blue) = 17+33+92=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 92 (36.33% from 255 or 64.79% from 142); Max value from RGB is 92 - color contains mainly: blue. Hex color #11215C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11215C is #EEDEA3. Grayscale: #222222. Windows color (decimal): -15654564 or 6037777. OLE color: 6037777.
HSL color Cylindrical-coordinate representation of color #11215C: hue angle of 227.2º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11215C is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 33 | 92 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.64 |
| HSL | 227.2º | 0.69% | 0.21% | - |
| HSV(B) | 227.2º | 0.82% | 0.36% | - |
| XYZ | 2.71 | 1.98 | 10.36 | - |
| YUV | 34.94 | 160.2 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 92 | 0.82 | 0.64 | 0 | 0.64 | 227.2 | 0.69 | 0.21 |
| Hex | 11 | 21 | 5C | 52 | 40 | 0 | 40 | E3 | 45 | 15 |
| Octal | 21 | 41 | 134 | 122 | 100 | 0 | 100 | 343 | 105 | 25 |
| Binary | 10001 | 100001 | 1011100 | 1010010 | 1000000 | 0 | 1000000 | 11100011 | 1000101 | 10101 |
Color Harmonies of #11215C
Complementary color
Monochromatic Colors of #11215C
Black with #11215C
Text Example
Text Example
White with #11215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11215C; }
p { color: rgb(17,33,92); }
H1.HeaderClassName
{
color: #11215C;
}
.AnyTagClassName
{
color: #11215C;
}
</style>
background-color css
<style>
a { background-color: #11215C; }
a { background-color: rgb(17,33,92); }
div.DivClassName
{
background-color: #11215C;
}
.BgClassName
{
background-color: #11215C;
}
</style>
border-color css
<style>
span { border-color: #11215C; }
span { border-color: rgb(17,33,92); }
td.TdClassName
{
border-color: #11215C;
}
.TagClassName
{
border-color: #11215C;
}
</style>