Shades of Sapphire #152259
Tints of Sapphire #152259
RGB
CMYK
RGB Variations
Color information
#152259 (or 0x152259) is known color: Sapphire. HEX triplet: 15, 22 and 59. RGB value is (21,34,89). Sum of RGB (Red+Green+Blue) = 21+34+89=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 89 (35.16% from 255 or 61.81% from 144); Max value from RGB is 89 - color contains mainly: blue. Hex color #152259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152259 is #EADDA6. Grayscale: #242424. Windows color (decimal): -15392167 or 5841429. OLE color: 5841429.
HSL color Cylindrical-coordinate representation of color #152259: hue angle of 228.53º 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 #152259 is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 34 | 89 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.65 |
| HSL | 228.53º | 0.62% | 0.22% | - |
| HSV(B) | 228.53º | 0.76% | 0.35% | - |
| XYZ | 2.68 | 2.02 | 9.7 | - |
| YUV | 36.38 | 157.69 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 89 | 0.76 | 0.62 | 0 | 0.65 | 228.53 | 0.62 | 0.22 |
| Hex | 15 | 22 | 59 | 4C | 3E | 0 | 41 | E5 | 3E | 16 |
| Octal | 25 | 42 | 131 | 114 | 76 | 0 | 101 | 345 | 76 | 26 |
| Binary | 10101 | 100010 | 1011001 | 1001100 | 111110 | 0 | 1000001 | 11100101 | 111110 | 10110 |
Color Harmonies of #152259
Complementary color
Monochromatic Colors of #152259
Black with #152259
Text Example
Text Example
White with #152259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152259; }
p { color: rgb(21,34,89); }
H1.HeaderClassName
{
color: #152259;
}
.AnyTagClassName
{
color: #152259;
}
</style>
background-color css
<style>
a { background-color: #152259; }
a { background-color: rgb(21,34,89); }
div.DivClassName
{
background-color: #152259;
}
.BgClassName
{
background-color: #152259;
}
</style>
border-color css
<style>
span { border-color: #152259; }
span { border-color: rgb(21,34,89); }
td.TdClassName
{
border-color: #152259;
}
.TagClassName
{
border-color: #152259;
}
</style>