Shades of Sapphire #152851
Tints of Sapphire #152851
RGB
CMYK
RGB Variations
Color information
#152851 (or 0x152851) is known color: Sapphire. HEX triplet: 15, 28 and 51. RGB value is (21,40,81). Sum of RGB (Red+Green+Blue) = 21+40+81=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 81 (32.03% from 255 or 57.04% from 142); Max value from RGB is 81 - color contains mainly: blue. Hex color #152851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152851 is #EAD7AE. Grayscale: #262626. Windows color (decimal): -15390639 or 5318677. OLE color: 5318677.
HSL color Cylindrical-coordinate representation of color #152851: hue angle of 221º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152851 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 40 | 81 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.68 |
| HSL | 221º | 0.59% | 0.2% | - |
| HSV(B) | 221º | 0.74% | 0.32% | - |
| XYZ | 2.55 | 2.27 | 8.09 | - |
| YUV | 38.99 | 151.71 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 81 | 0.74 | 0.51 | 0 | 0.68 | 221 | 0.59 | 0.2 |
| Hex | 15 | 28 | 51 | 4A | 33 | 0 | 44 | DD | 3B | 14 |
| Octal | 25 | 50 | 121 | 112 | 63 | 0 | 104 | 335 | 73 | 24 |
| Binary | 10101 | 101000 | 1010001 | 1001010 | 110011 | 0 | 1000100 | 11011101 | 111011 | 10100 |
Color Harmonies of #152851
Complementary color
Monochromatic Colors of #152851
Black with #152851
Text Example
Text Example
White with #152851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152851; }
p { color: rgb(21,40,81); }
H1.HeaderClassName
{
color: #152851;
}
.AnyTagClassName
{
color: #152851;
}
</style>
background-color css
<style>
a { background-color: #152851; }
a { background-color: rgb(21,40,81); }
div.DivClassName
{
background-color: #152851;
}
.BgClassName
{
background-color: #152851;
}
</style>
border-color css
<style>
span { border-color: #152851; }
span { border-color: rgb(21,40,81); }
td.TdClassName
{
border-color: #152851;
}
.TagClassName
{
border-color: #152851;
}
</style>