Shades of Sapphire #152057
Tints of Sapphire #152057
RGB
CMYK
RGB Variations
Color information
#152057 (or 0x152057) is known color: Sapphire. HEX triplet: 15, 20 and 57. RGB value is (21,32,87). Sum of RGB (Red+Green+Blue) = 21+32+87=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #152057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152057 is #EADFA8. Grayscale: #222222. Windows color (decimal): -15392681 or 5709845. OLE color: 5709845.
HSL color Cylindrical-coordinate representation of color #152057: hue angle of 230º 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 #152057 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 32 | 87 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.66 |
| HSL | 230º | 0.61% | 0.21% | - |
| HSV(B) | 230º | 0.76% | 0.34% | - |
| XYZ | 2.55 | 1.88 | 9.25 | - |
| YUV | 34.98 | 157.36 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 87 | 0.76 | 0.63 | 0 | 0.66 | 230 | 0.61 | 0.21 |
| Hex | 15 | 20 | 57 | 4C | 3F | 0 | 42 | E6 | 3D | 15 |
| Octal | 25 | 40 | 127 | 114 | 77 | 0 | 102 | 346 | 75 | 25 |
| Binary | 10101 | 100000 | 1010111 | 1001100 | 111111 | 0 | 1000010 | 11100110 | 111101 | 10101 |
Color Harmonies of #152057
Complementary color
Monochromatic Colors of #152057
Black with #152057
Text Example
Text Example
White with #152057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152057; }
p { color: rgb(21,32,87); }
H1.HeaderClassName
{
color: #152057;
}
.AnyTagClassName
{
color: #152057;
}
</style>
background-color css
<style>
a { background-color: #152057; }
a { background-color: rgb(21,32,87); }
div.DivClassName
{
background-color: #152057;
}
.BgClassName
{
background-color: #152057;
}
</style>
border-color css
<style>
span { border-color: #152057; }
span { border-color: rgb(21,32,87); }
td.TdClassName
{
border-color: #152057;
}
.TagClassName
{
border-color: #152057;
}
</style>