Shades of Sapphire #152956
Tints of Sapphire #152956
RGB
CMYK
RGB Variations
Color information
#152956 (or 0x152956) is known color: Sapphire. HEX triplet: 15, 29 and 56. RGB value is (21,41,86). Sum of RGB (Red+Green+Blue) = 21+41+86=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 86 (33.98% from 255 or 58.11% from 148); Max value from RGB is 86 - color contains mainly: blue. Hex color #152956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152956 is #EAD6A9. Grayscale: #272727. Windows color (decimal): -15390378 or 5646613. OLE color: 5646613.
HSL color Cylindrical-coordinate representation of color #152956: hue angle of 221.54º 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 #152956 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 41 | 86 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.66 |
| HSL | 221.54º | 0.61% | 0.21% | - |
| HSV(B) | 221.54º | 0.76% | 0.34% | - |
| XYZ | 2.78 | 2.42 | 9.12 | - |
| YUV | 40.15 | 153.87 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 41 | 86 | 0.76 | 0.52 | 0 | 0.66 | 221.54 | 0.61 | 0.21 |
| Hex | 15 | 29 | 56 | 4C | 34 | 0 | 42 | DE | 3D | 15 |
| Octal | 25 | 51 | 126 | 114 | 64 | 0 | 102 | 336 | 75 | 25 |
| Binary | 10101 | 101001 | 1010110 | 1001100 | 110100 | 0 | 1000010 | 11011110 | 111101 | 10101 |
Color Harmonies of #152956
Complementary color
Monochromatic Colors of #152956
Black with #152956
Text Example
Text Example
White with #152956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152956; }
p { color: rgb(21,41,86); }
H1.HeaderClassName
{
color: #152956;
}
.AnyTagClassName
{
color: #152956;
}
</style>
background-color css
<style>
a { background-color: #152956; }
a { background-color: rgb(21,41,86); }
div.DivClassName
{
background-color: #152956;
}
.BgClassName
{
background-color: #152956;
}
</style>
border-color css
<style>
span { border-color: #152956; }
span { border-color: rgb(21,41,86); }
td.TdClassName
{
border-color: #152956;
}
.TagClassName
{
border-color: #152956;
}
</style>