Shades of Sapphire #15215F
Tints of Sapphire #15215F
RGB
CMYK
RGB Variations
Color information
#15215F (or 0x15215F) is known color: Sapphire. HEX triplet: 15, 21 and 5F. RGB value is (21,33,95). Sum of RGB (Red+Green+Blue) = 21+33+95=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 95 (37.5% from 255 or 63.76% from 149); Max value from RGB is 95 - color contains mainly: blue. Hex color #15215F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15215F is #EADEA0. Grayscale: #242424. Windows color (decimal): -15392417 or 6234389. OLE color: 6234389.
HSL color Cylindrical-coordinate representation of color #15215F: hue angle of 230.27º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15215F is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 33 | 95 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.63 |
| HSL | 230.27º | 0.64% | 0.23% | - |
| HSV(B) | 230.27º | 0.78% | 0.37% | - |
| XYZ | 2.92 | 2.07 | 11.07 | - |
| YUV | 36.48 | 161.02 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 95 | 0.78 | 0.65 | 0 | 0.63 | 230.27 | 0.64 | 0.23 |
| Hex | 15 | 21 | 5F | 4E | 41 | 0 | 3F | E6 | 40 | 17 |
| Octal | 25 | 41 | 137 | 116 | 101 | 0 | 77 | 346 | 100 | 27 |
| Binary | 10101 | 100001 | 1011111 | 1001110 | 1000001 | 0 | 111111 | 11100110 | 1000000 | 10111 |
Color Harmonies of #15215F
Complementary color
Monochromatic Colors of #15215F
Black with #15215F
Text Example
Text Example
White with #15215F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15215F; }
p { color: rgb(21,33,95); }
H1.HeaderClassName
{
color: #15215F;
}
.AnyTagClassName
{
color: #15215F;
}
</style>
background-color css
<style>
a { background-color: #15215F; }
a { background-color: rgb(21,33,95); }
div.DivClassName
{
background-color: #15215F;
}
.BgClassName
{
background-color: #15215F;
}
</style>
border-color css
<style>
span { border-color: #15215F; }
span { border-color: rgb(21,33,95); }
td.TdClassName
{
border-color: #15215F;
}
.TagClassName
{
border-color: #15215F;
}
</style>