Shades of Sapphire #15215D
Tints of Sapphire #15215D
RGB
CMYK
RGB Variations
Color information
#15215D (or 0x15215D) is known color: Sapphire. HEX triplet: 15, 21 and 5D. RGB value is (21,33,93). Sum of RGB (Red+Green+Blue) = 21+33+93=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #15215D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15215D is #EADEA2. Grayscale: #242424. Windows color (decimal): -15392419 or 6103317. OLE color: 6103317.
HSL color Cylindrical-coordinate representation of color #15215D: hue angle of 230º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15215D is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 33 | 93 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.64 |
| HSL | 230º | 0.63% | 0.22% | - |
| HSV(B) | 230º | 0.77% | 0.36% | - |
| XYZ | 2.83 | 2.04 | 10.6 | - |
| YUV | 36.25 | 160.02 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 93 | 0.77 | 0.65 | 0 | 0.64 | 230 | 0.63 | 0.22 |
| Hex | 15 | 21 | 5D | 4D | 41 | 0 | 40 | E6 | 3F | 16 |
| Octal | 25 | 41 | 135 | 115 | 101 | 0 | 100 | 346 | 77 | 26 |
| Binary | 10101 | 100001 | 1011101 | 1001101 | 1000001 | 0 | 1000000 | 11100110 | 111111 | 10110 |
Color Harmonies of #15215D
Complementary color
Monochromatic Colors of #15215D
Black with #15215D
Text Example
Text Example
White with #15215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15215D; }
p { color: rgb(21,33,93); }
H1.HeaderClassName
{
color: #15215D;
}
.AnyTagClassName
{
color: #15215D;
}
</style>
background-color css
<style>
a { background-color: #15215D; }
a { background-color: rgb(21,33,93); }
div.DivClassName
{
background-color: #15215D;
}
.BgClassName
{
background-color: #15215D;
}
</style>
border-color css
<style>
span { border-color: #15215D; }
span { border-color: rgb(21,33,93); }
td.TdClassName
{
border-color: #15215D;
}
.TagClassName
{
border-color: #15215D;
}
</style>