Shades of Sapphire #15215A
Tints of Sapphire #15215A
RGB
CMYK
RGB Variations
Color information
#15215A (or 0x15215A) is known color: Sapphire. HEX triplet: 15, 21 and 5A. RGB value is (21,33,90). Sum of RGB (Red+Green+Blue) = 21+33+90=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 90 (35.55% from 255 or 62.5% from 144); Max value from RGB is 90 - color contains mainly: blue. Hex color #15215A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15215A is #EADEA5. Grayscale: #232323. Windows color (decimal): -15392422 or 5906709. OLE color: 5906709.
HSL color Cylindrical-coordinate representation of color #15215A: hue angle of 229.57º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15215A is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 33 | 90 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.65 |
| HSL | 229.57º | 0.62% | 0.22% | - |
| HSV(B) | 229.57º | 0.77% | 0.35% | - |
| XYZ | 2.7 | 1.99 | 9.91 | - |
| YUV | 35.91 | 158.52 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 90 | 0.77 | 0.63 | 0 | 0.65 | 229.57 | 0.62 | 0.22 |
| Hex | 15 | 21 | 5A | 4D | 3F | 0 | 41 | E6 | 3E | 16 |
| Octal | 25 | 41 | 132 | 115 | 77 | 0 | 101 | 346 | 76 | 26 |
| Binary | 10101 | 100001 | 1011010 | 1001101 | 111111 | 0 | 1000001 | 11100110 | 111110 | 10110 |
Color Harmonies of #15215A
Complementary color
Monochromatic Colors of #15215A
Black with #15215A
Text Example
Text Example
White with #15215A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15215A; }
p { color: rgb(21,33,90); }
H1.HeaderClassName
{
color: #15215A;
}
.AnyTagClassName
{
color: #15215A;
}
</style>
background-color css
<style>
a { background-color: #15215A; }
a { background-color: rgb(21,33,90); }
div.DivClassName
{
background-color: #15215A;
}
.BgClassName
{
background-color: #15215A;
}
</style>
border-color css
<style>
span { border-color: #15215A; }
span { border-color: rgb(21,33,90); }
td.TdClassName
{
border-color: #15215A;
}
.TagClassName
{
border-color: #15215A;
}
</style>