Shades of Sapphire #17215B
Tints of Sapphire #17215B
RGB
CMYK
RGB Variations
Color information
#17215B (or 0x17215B) is known color: Sapphire. HEX triplet: 17, 21 and 5B. RGB value is (23,33,91). Sum of RGB (Red+Green+Blue) = 23+33+91=147 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.65% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #17215B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17215B is #E8DEA4. Grayscale: #242424. Windows color (decimal): -15261349 or 5972247. OLE color: 5972247.
HSL color Cylindrical-coordinate representation of color #17215B: hue angle of 231.18º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17215B is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 33 | 91 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.64 |
| HSL | 231.18º | 0.6% | 0.22% | - |
| HSV(B) | 231.18º | 0.75% | 0.36% | - |
| XYZ | 2.79 | 2.03 | 10.14 | - |
| YUV | 36.62 | 158.69 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 33 | 91 | 0.75 | 0.64 | 0 | 0.64 | 231.18 | 0.6 | 0.22 |
| Hex | 17 | 21 | 5B | 4B | 40 | 0 | 40 | E7 | 3C | 16 |
| Octal | 27 | 41 | 133 | 113 | 100 | 0 | 100 | 347 | 74 | 26 |
| Binary | 10111 | 100001 | 1011011 | 1001011 | 1000000 | 0 | 1000000 | 11100111 | 111100 | 10110 |
Color Harmonies of #17215B
Complementary color
Monochromatic Colors of #17215B
Black with #17215B
Text Example
Text Example
White with #17215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17215B; }
p { color: rgb(23,33,91); }
H1.HeaderClassName
{
color: #17215B;
}
.AnyTagClassName
{
color: #17215B;
}
</style>
background-color css
<style>
a { background-color: #17215B; }
a { background-color: rgb(23,33,91); }
div.DivClassName
{
background-color: #17215B;
}
.BgClassName
{
background-color: #17215B;
}
</style>
border-color css
<style>
span { border-color: #17215B; }
span { border-color: rgb(23,33,91); }
td.TdClassName
{
border-color: #17215B;
}
.TagClassName
{
border-color: #17215B;
}
</style>