Shades of Sapphire #152456
Tints of Sapphire #152456
RGB
CMYK
RGB Variations
Color information
#152456 (or 0x152456) is known color: Sapphire. HEX triplet: 15, 24 and 56. RGB value is (21,36,86). Sum of RGB (Red+Green+Blue) = 21+36+86=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 86 (33.98% from 255 or 60.14% from 143); Max value from RGB is 86 - color contains mainly: blue. Hex color #152456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152456 is #EADBA9. Grayscale: #252525. Windows color (decimal): -15391658 or 5645333. OLE color: 5645333.
HSL color Cylindrical-coordinate representation of color #152456: hue angle of 226.15º 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 #152456 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 36 | 86 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.66 |
| HSL | 226.15º | 0.61% | 0.21% | - |
| HSV(B) | 226.15º | 0.76% | 0.34% | - |
| XYZ | 2.62 | 2.09 | 9.07 | - |
| YUV | 37.22 | 155.53 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 86 | 0.76 | 0.58 | 0 | 0.66 | 226.15 | 0.61 | 0.21 |
| Hex | 15 | 24 | 56 | 4C | 3A | 0 | 42 | E2 | 3D | 15 |
| Octal | 25 | 44 | 126 | 114 | 72 | 0 | 102 | 342 | 75 | 25 |
| Binary | 10101 | 100100 | 1010110 | 1001100 | 111010 | 0 | 1000010 | 11100010 | 111101 | 10101 |
Color Harmonies of #152456
Complementary color
Monochromatic Colors of #152456
Black with #152456
Text Example
Text Example
White with #152456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152456; }
p { color: rgb(21,36,86); }
H1.HeaderClassName
{
color: #152456;
}
.AnyTagClassName
{
color: #152456;
}
</style>
background-color css
<style>
a { background-color: #152456; }
a { background-color: rgb(21,36,86); }
div.DivClassName
{
background-color: #152456;
}
.BgClassName
{
background-color: #152456;
}
</style>
border-color css
<style>
span { border-color: #152456; }
span { border-color: rgb(21,36,86); }
td.TdClassName
{
border-color: #152456;
}
.TagClassName
{
border-color: #152456;
}
</style>