Shades of Sapphire #152159
Tints of Sapphire #152159
RGB
CMYK
RGB Variations
Color information
#152159 (or 0x152159) is known color: Sapphire. HEX triplet: 15, 21 and 59. RGB value is (21,33,89). Sum of RGB (Red+Green+Blue) = 21+33+89=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #152159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152159 is #EADEA6. Grayscale: #232323. Windows color (decimal): -15392423 or 5841173. OLE color: 5841173.
HSL color Cylindrical-coordinate representation of color #152159: hue angle of 229.41º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #152159 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 33 | 89 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.65 |
| HSL | 229.41º | 0.62% | 0.22% | - |
| HSV(B) | 229.41º | 0.76% | 0.35% | - |
| XYZ | 2.66 | 1.97 | 9.69 | - |
| YUV | 35.8 | 158.02 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 89 | 0.76 | 0.63 | 0 | 0.65 | 229.41 | 0.62 | 0.22 |
| Hex | 15 | 21 | 59 | 4C | 3F | 0 | 41 | E5 | 3E | 16 |
| Octal | 25 | 41 | 131 | 114 | 77 | 0 | 101 | 345 | 76 | 26 |
| Binary | 10101 | 100001 | 1011001 | 1001100 | 111111 | 0 | 1000001 | 11100101 | 111110 | 10110 |
Color Harmonies of #152159
Complementary color
Monochromatic Colors of #152159
Black with #152159
Text Example
Text Example
White with #152159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152159; }
p { color: rgb(21,33,89); }
H1.HeaderClassName
{
color: #152159;
}
.AnyTagClassName
{
color: #152159;
}
</style>
background-color css
<style>
a { background-color: #152159; }
a { background-color: rgb(21,33,89); }
div.DivClassName
{
background-color: #152159;
}
.BgClassName
{
background-color: #152159;
}
</style>
border-color css
<style>
span { border-color: #152159; }
span { border-color: rgb(21,33,89); }
td.TdClassName
{
border-color: #152159;
}
.TagClassName
{
border-color: #152159;
}
</style>