Shades of Sapphire #15215C
Tints of Sapphire #15215C
RGB
CMYK
RGB Variations
Color information
#15215C (or 0x15215C) is known color: Sapphire. HEX triplet: 15, 21 and 5C. RGB value is (21,33,92). Sum of RGB (Red+Green+Blue) = 21+33+92=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 92 (36.33% from 255 or 63.01% from 146); Max value from RGB is 92 - color contains mainly: blue. Hex color #15215C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15215C is #EADEA3. Grayscale: #232323. Windows color (decimal): -15392420 or 6037781. OLE color: 6037781.
HSL color Cylindrical-coordinate representation of color #15215C: hue angle of 229.86º 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 #15215C is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 33 | 92 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.64 |
| HSL | 229.86º | 0.63% | 0.22% | - |
| HSV(B) | 229.86º | 0.77% | 0.36% | - |
| XYZ | 2.78 | 2.02 | 10.37 | - |
| YUV | 36.14 | 159.52 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 92 | 0.77 | 0.64 | 0 | 0.64 | 229.86 | 0.63 | 0.22 |
| Hex | 15 | 21 | 5C | 4D | 40 | 0 | 40 | E6 | 3F | 16 |
| Octal | 25 | 41 | 134 | 115 | 100 | 0 | 100 | 346 | 77 | 26 |
| Binary | 10101 | 100001 | 1011100 | 1001101 | 1000000 | 0 | 1000000 | 11100110 | 111111 | 10110 |
Color Harmonies of #15215C
Complementary color
Monochromatic Colors of #15215C
Black with #15215C
Text Example
Text Example
White with #15215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15215C; }
p { color: rgb(21,33,92); }
H1.HeaderClassName
{
color: #15215C;
}
.AnyTagClassName
{
color: #15215C;
}
</style>
background-color css
<style>
a { background-color: #15215C; }
a { background-color: rgb(21,33,92); }
div.DivClassName
{
background-color: #15215C;
}
.BgClassName
{
background-color: #15215C;
}
</style>
border-color css
<style>
span { border-color: #15215C; }
span { border-color: rgb(21,33,92); }
td.TdClassName
{
border-color: #15215C;
}
.TagClassName
{
border-color: #15215C;
}
</style>