Shades of Sapphire #152356
Tints of Sapphire #152356
RGB
CMYK
RGB Variations
Color information
#152356 (or 0x152356) is known color: Sapphire. HEX triplet: 15, 23 and 56. RGB value is (21,35,86). Sum of RGB (Red+Green+Blue) = 21+35+86=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 86 (33.98% from 255 or 60.56% from 142); Max value from RGB is 86 - color contains mainly: blue. Hex color #152356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152356 is #EADCA9. Grayscale: #242424. Windows color (decimal): -15391914 or 5645077. OLE color: 5645077.
HSL color Cylindrical-coordinate representation of color #152356: hue angle of 227.08º 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 #152356 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 35 | 86 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.66 |
| HSL | 227.08º | 0.61% | 0.21% | - |
| HSV(B) | 227.08º | 0.76% | 0.34% | - |
| XYZ | 2.59 | 2.03 | 9.06 | - |
| YUV | 36.63 | 155.86 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 35 | 86 | 0.76 | 0.59 | 0 | 0.66 | 227.08 | 0.61 | 0.21 |
| Hex | 15 | 23 | 56 | 4C | 3B | 0 | 42 | E3 | 3D | 15 |
| Octal | 25 | 43 | 126 | 114 | 73 | 0 | 102 | 343 | 75 | 25 |
| Binary | 10101 | 100011 | 1010110 | 1001100 | 111011 | 0 | 1000010 | 11100011 | 111101 | 10101 |
Color Harmonies of #152356
Complementary color
Monochromatic Colors of #152356
Black with #152356
Text Example
Text Example
White with #152356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152356; }
p { color: rgb(21,35,86); }
H1.HeaderClassName
{
color: #152356;
}
.AnyTagClassName
{
color: #152356;
}
</style>
background-color css
<style>
a { background-color: #152356; }
a { background-color: rgb(21,35,86); }
div.DivClassName
{
background-color: #152356;
}
.BgClassName
{
background-color: #152356;
}
</style>
border-color css
<style>
span { border-color: #152356; }
span { border-color: rgb(21,35,86); }
td.TdClassName
{
border-color: #152356;
}
.TagClassName
{
border-color: #152356;
}
</style>