Shades of Sapphire #152D57
Tints of Sapphire #152D57
RGB
CMYK
RGB Variations
Color information
#152D57 (or 0x152D57) is known color: Sapphire. HEX triplet: 15, 2D and 57. RGB value is (21,45,87). Sum of RGB (Red+Green+Blue) = 21+45+87=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 87 (34.38% from 255 or 56.86% from 153); Max value from RGB is 87 - color contains mainly: blue. Hex color #152D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D57 is #EAD2A8. Grayscale: #2A2A2A. Windows color (decimal): -15389353 or 5713173. OLE color: 5713173.
HSL color Cylindrical-coordinate representation of color #152D57: hue angle of 218.18º 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 #152D57 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 45 | 87 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.66 |
| HSL | 218.18º | 0.61% | 0.21% | - |
| HSV(B) | 218.18º | 0.76% | 0.34% | - |
| XYZ | 2.97 | 2.72 | 9.39 | - |
| YUV | 42.61 | 153.05 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 87 | 0.76 | 0.48 | 0 | 0.66 | 218.18 | 0.61 | 0.21 |
| Hex | 15 | 2D | 57 | 4C | 30 | 0 | 42 | DA | 3D | 15 |
| Octal | 25 | 55 | 127 | 114 | 60 | 0 | 102 | 332 | 75 | 25 |
| Binary | 10101 | 101101 | 1010111 | 1001100 | 110000 | 0 | 1000010 | 11011010 | 111101 | 10101 |
Color Harmonies of #152D57
Complementary color
Monochromatic Colors of #152D57
Black with #152D57
Text Example
Text Example
White with #152D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D57; }
p { color: rgb(21,45,87); }
H1.HeaderClassName
{
color: #152D57;
}
.AnyTagClassName
{
color: #152D57;
}
</style>
background-color css
<style>
a { background-color: #152D57; }
a { background-color: rgb(21,45,87); }
div.DivClassName
{
background-color: #152D57;
}
.BgClassName
{
background-color: #152D57;
}
</style>
border-color css
<style>
span { border-color: #152D57; }
span { border-color: rgb(21,45,87); }
td.TdClassName
{
border-color: #152D57;
}
.TagClassName
{
border-color: #152D57;
}
</style>