Shades of Sapphire #152870
Tints of Sapphire #152870
RGB
CMYK
RGB Variations
Color information
#152870 (or 0x152870) is known color: Sapphire. HEX triplet: 15, 28 and 70. RGB value is (21,40,112). Sum of RGB (Red+Green+Blue) = 21+40+112=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #152870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152870 is #EAD78F. Grayscale: #2A2A2A. Windows color (decimal): -15390608 or 7350293. OLE color: 7350293.
HSL color Cylindrical-coordinate representation of color #152870: hue angle of 227.47º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #152870 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 40 | 112 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.56 |
| HSL | 227.47º | 0.68% | 0.26% | - |
| HSV(B) | 227.47º | 0.81% | 0.44% | - |
| XYZ | 3.99 | 2.85 | 15.67 | - |
| YUV | 42.53 | 167.21 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 112 | 0.81 | 0.64 | 0 | 0.56 | 227.47 | 0.68 | 0.26 |
| Hex | 15 | 28 | 70 | 51 | 40 | 0 | 38 | E3 | 44 | 1A |
| Octal | 25 | 50 | 160 | 121 | 100 | 0 | 70 | 343 | 104 | 32 |
| Binary | 10101 | 101000 | 1110000 | 1010001 | 1000000 | 0 | 111000 | 11100011 | 1000100 | 11010 |
Color Harmonies of #152870
Complementary color
Monochromatic Colors of #152870
Black with #152870
Text Example
Text Example
White with #152870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152870; }
p { color: rgb(21,40,112); }
H1.HeaderClassName
{
color: #152870;
}
.AnyTagClassName
{
color: #152870;
}
</style>
background-color css
<style>
a { background-color: #152870; }
a { background-color: rgb(21,40,112); }
div.DivClassName
{
background-color: #152870;
}
.BgClassName
{
background-color: #152870;
}
</style>
border-color css
<style>
span { border-color: #152870; }
span { border-color: rgb(21,40,112); }
td.TdClassName
{
border-color: #152870;
}
.TagClassName
{
border-color: #152870;
}
</style>