Shades of Sapphire #152560
Tints of Sapphire #152560
RGB
CMYK
RGB Variations
Color information
#152560 (or 0x152560) is known color: Sapphire. HEX triplet: 15, 25 and 60. RGB value is (21,37,96). Sum of RGB (Red+Green+Blue) = 21+37+96=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 96 (37.89% from 255 or 62.34% from 154); Max value from RGB is 96 - color contains mainly: blue. Hex color #152560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152560 is #EADA9F. Grayscale: #262626. Windows color (decimal): -15391392 or 6300949. OLE color: 6300949.
HSL color Cylindrical-coordinate representation of color #152560: hue angle of 227.2º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #152560 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 37 | 96 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.62 |
| HSL | 227.2º | 0.64% | 0.23% | - |
| HSV(B) | 227.2º | 0.78% | 0.38% | - |
| XYZ | 3.08 | 2.33 | 11.35 | - |
| YUV | 38.94 | 160.2 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 37 | 96 | 0.78 | 0.61 | 0 | 0.62 | 227.2 | 0.64 | 0.23 |
| Hex | 15 | 25 | 60 | 4E | 3D | 0 | 3E | E3 | 40 | 17 |
| Octal | 25 | 45 | 140 | 116 | 75 | 0 | 76 | 343 | 100 | 27 |
| Binary | 10101 | 100101 | 1100000 | 1001110 | 111101 | 0 | 111110 | 11100011 | 1000000 | 10111 |
Color Harmonies of #152560
Complementary color
Monochromatic Colors of #152560
Black with #152560
Text Example
Text Example
White with #152560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152560; }
p { color: rgb(21,37,96); }
H1.HeaderClassName
{
color: #152560;
}
.AnyTagClassName
{
color: #152560;
}
</style>
background-color css
<style>
a { background-color: #152560; }
a { background-color: rgb(21,37,96); }
div.DivClassName
{
background-color: #152560;
}
.BgClassName
{
background-color: #152560;
}
</style>
border-color css
<style>
span { border-color: #152560; }
span { border-color: rgb(21,37,96); }
td.TdClassName
{
border-color: #152560;
}
.TagClassName
{
border-color: #152560;
}
</style>