Shades of Sapphire #152157
Tints of Sapphire #152157
RGB
CMYK
RGB Variations
Color information
#152157 (or 0x152157) is known color: Sapphire. HEX triplet: 15, 21 and 57. RGB value is (21,33,87). Sum of RGB (Red+Green+Blue) = 21+33+87=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 87 (34.38% from 255 or 61.70% from 141); Max value from RGB is 87 - color contains mainly: blue. Hex color #152157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152157 is #EADEA8. Grayscale: #232323. Windows color (decimal): -15392425 or 5710101. OLE color: 5710101.
HSL color Cylindrical-coordinate representation of color #152157: hue angle of 229.09º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #152157 is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 33 | 87 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.66 |
| HSL | 229.09º | 0.61% | 0.21% | - |
| HSV(B) | 229.09º | 0.76% | 0.34% | - |
| XYZ | 2.57 | 1.94 | 9.25 | - |
| YUV | 35.57 | 157.02 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 87 | 0.76 | 0.62 | 0 | 0.66 | 229.09 | 0.61 | 0.21 |
| Hex | 15 | 21 | 57 | 4C | 3E | 0 | 42 | E5 | 3D | 15 |
| Octal | 25 | 41 | 127 | 114 | 76 | 0 | 102 | 345 | 75 | 25 |
| Binary | 10101 | 100001 | 1010111 | 1001100 | 111110 | 0 | 1000010 | 11100101 | 111101 | 10101 |
Color Harmonies of #152157
Complementary color
Monochromatic Colors of #152157
Black with #152157
Text Example
Text Example
White with #152157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152157; }
p { color: rgb(21,33,87); }
H1.HeaderClassName
{
color: #152157;
}
.AnyTagClassName
{
color: #152157;
}
</style>
background-color css
<style>
a { background-color: #152157; }
a { background-color: rgb(21,33,87); }
div.DivClassName
{
background-color: #152157;
}
.BgClassName
{
background-color: #152157;
}
</style>
border-color css
<style>
span { border-color: #152157; }
span { border-color: rgb(21,33,87); }
td.TdClassName
{
border-color: #152157;
}
.TagClassName
{
border-color: #152157;
}
</style>