Shades of Sapphire #152961
Tints of Sapphire #152961
RGB
CMYK
RGB Variations
Color information
#152961 (or 0x152961) is known color: Sapphire. HEX triplet: 15, 29 and 61. RGB value is (21,41,97). Sum of RGB (Red+Green+Blue) = 21+41+97=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 97 (38.28% from 255 or 61.01% from 159); Max value from RGB is 97 - color contains mainly: blue. Hex color #152961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152961 is #EAD69E. Grayscale: #292929. Windows color (decimal): -15390367 or 6367509. OLE color: 6367509.
HSL color Cylindrical-coordinate representation of color #152961: hue angle of 224.21º 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 #152961 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 41 | 97 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.62 |
| HSL | 224.21º | 0.64% | 0.23% | - |
| HSV(B) | 224.21º | 0.78% | 0.38% | - |
| XYZ | 3.26 | 2.61 | 11.64 | - |
| YUV | 41.4 | 159.37 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 41 | 97 | 0.78 | 0.58 | 0 | 0.62 | 224.21 | 0.64 | 0.23 |
| Hex | 15 | 29 | 61 | 4E | 3A | 0 | 3E | E0 | 40 | 17 |
| Octal | 25 | 51 | 141 | 116 | 72 | 0 | 76 | 340 | 100 | 27 |
| Binary | 10101 | 101001 | 1100001 | 1001110 | 111010 | 0 | 111110 | 11100000 | 1000000 | 10111 |
Color Harmonies of #152961
Complementary color
Monochromatic Colors of #152961
Black with #152961
Text Example
Text Example
White with #152961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152961; }
p { color: rgb(21,41,97); }
H1.HeaderClassName
{
color: #152961;
}
.AnyTagClassName
{
color: #152961;
}
</style>
background-color css
<style>
a { background-color: #152961; }
a { background-color: rgb(21,41,97); }
div.DivClassName
{
background-color: #152961;
}
.BgClassName
{
background-color: #152961;
}
</style>
border-color css
<style>
span { border-color: #152961; }
span { border-color: rgb(21,41,97); }
td.TdClassName
{
border-color: #152961;
}
.TagClassName
{
border-color: #152961;
}
</style>