Shades of Sapphire #152856
Tints of Sapphire #152856
RGB
CMYK
RGB Variations
Color information
#152856 (or 0x152856) is known color: Sapphire. HEX triplet: 15, 28 and 56. RGB value is (21,40,86). Sum of RGB (Red+Green+Blue) = 21+40+86=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 86 (33.98% from 255 or 58.50% from 147); Max value from RGB is 86 - color contains mainly: blue. Hex color #152856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152856 is #EAD7A9. Grayscale: #272727. Windows color (decimal): -15390634 or 5646357. OLE color: 5646357.
HSL color Cylindrical-coordinate representation of color #152856: hue angle of 222.46º 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 #152856 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 40 | 86 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.66 |
| HSL | 222.46º | 0.61% | 0.21% | - |
| HSV(B) | 222.46º | 0.76% | 0.34% | - |
| XYZ | 2.75 | 2.35 | 9.11 | - |
| YUV | 39.56 | 154.21 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 86 | 0.76 | 0.53 | 0 | 0.66 | 222.46 | 0.61 | 0.21 |
| Hex | 15 | 28 | 56 | 4C | 35 | 0 | 42 | DE | 3D | 15 |
| Octal | 25 | 50 | 126 | 114 | 65 | 0 | 102 | 336 | 75 | 25 |
| Binary | 10101 | 101000 | 1010110 | 1001100 | 110101 | 0 | 1000010 | 11011110 | 111101 | 10101 |
Color Harmonies of #152856
Complementary color
Monochromatic Colors of #152856
Black with #152856
Text Example
Text Example
White with #152856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152856; }
p { color: rgb(21,40,86); }
H1.HeaderClassName
{
color: #152856;
}
.AnyTagClassName
{
color: #152856;
}
</style>
background-color css
<style>
a { background-color: #152856; }
a { background-color: rgb(21,40,86); }
div.DivClassName
{
background-color: #152856;
}
.BgClassName
{
background-color: #152856;
}
</style>
border-color css
<style>
span { border-color: #152856; }
span { border-color: rgb(21,40,86); }
td.TdClassName
{
border-color: #152856;
}
.TagClassName
{
border-color: #152856;
}
</style>