Shades of Sapphire #152459
Tints of Sapphire #152459
RGB
CMYK
RGB Variations
Color information
#152459 (or 0x152459) is known color: Sapphire. HEX triplet: 15, 24 and 59. RGB value is (21,36,89). Sum of RGB (Red+Green+Blue) = 21+36+89=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #152459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152459 is #EADBA6. Grayscale: #252525. Windows color (decimal): -15391655 or 5841941. OLE color: 5841941.
HSL color Cylindrical-coordinate representation of color #152459: hue angle of 226.76º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #152459 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 36 | 89 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.65 |
| HSL | 226.76º | 0.62% | 0.22% | - |
| HSV(B) | 226.76º | 0.76% | 0.35% | - |
| XYZ | 2.74 | 2.14 | 9.72 | - |
| YUV | 37.56 | 157.03 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 89 | 0.76 | 0.60 | 0 | 0.65 | 226.76 | 0.62 | 0.22 |
| Hex | 15 | 24 | 59 | 4C | 3C | 0 | 41 | E3 | 3E | 16 |
| Octal | 25 | 44 | 131 | 114 | 74 | 0 | 101 | 343 | 76 | 26 |
| Binary | 10101 | 100100 | 1011001 | 1001100 | 111100 | 0 | 1000001 | 11100011 | 111110 | 10110 |
Color Harmonies of #152459
Complementary color
Monochromatic Colors of #152459
Black with #152459
Text Example
Text Example
White with #152459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152459; }
p { color: rgb(21,36,89); }
H1.HeaderClassName
{
color: #152459;
}
.AnyTagClassName
{
color: #152459;
}
</style>
background-color css
<style>
a { background-color: #152459; }
a { background-color: rgb(21,36,89); }
div.DivClassName
{
background-color: #152459;
}
.BgClassName
{
background-color: #152459;
}
</style>
border-color css
<style>
span { border-color: #152459; }
span { border-color: rgb(21,36,89); }
td.TdClassName
{
border-color: #152459;
}
.TagClassName
{
border-color: #152459;
}
</style>