Shades of Sapphire #152570
Tints of Sapphire #152570
RGB
CMYK
RGB Variations
Color information
#152570 (or 0x152570) is known color: Sapphire. HEX triplet: 15, 25 and 70. RGB value is (21,37,112). Sum of RGB (Red+Green+Blue) = 21+37+112=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #152570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152570 is #EADA8F. Grayscale: #282828. Windows color (decimal): -15391376 or 7349525. OLE color: 7349525.
HSL color Cylindrical-coordinate representation of color #152570: hue angle of 229.45º 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 #152570 is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 37 | 112 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.56 |
| HSL | 229.45º | 0.68% | 0.26% | - |
| HSV(B) | 229.45º | 0.81% | 0.44% | - |
| XYZ | 3.9 | 2.65 | 15.64 | - |
| YUV | 40.77 | 168.2 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 37 | 112 | 0.81 | 0.67 | 0 | 0.56 | 229.45 | 0.68 | 0.26 |
| Hex | 15 | 25 | 70 | 51 | 43 | 0 | 38 | E5 | 44 | 1A |
| Octal | 25 | 45 | 160 | 121 | 103 | 0 | 70 | 345 | 104 | 32 |
| Binary | 10101 | 100101 | 1110000 | 1010001 | 1000011 | 0 | 111000 | 11100101 | 1000100 | 11010 |
Color Harmonies of #152570
Complementary color
Monochromatic Colors of #152570
Black with #152570
Text Example
Text Example
White with #152570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152570; }
p { color: rgb(21,37,112); }
H1.HeaderClassName
{
color: #152570;
}
.AnyTagClassName
{
color: #152570;
}
</style>
background-color css
<style>
a { background-color: #152570; }
a { background-color: rgb(21,37,112); }
div.DivClassName
{
background-color: #152570;
}
.BgClassName
{
background-color: #152570;
}
</style>
border-color css
<style>
span { border-color: #152570; }
span { border-color: rgb(21,37,112); }
td.TdClassName
{
border-color: #152570;
}
.TagClassName
{
border-color: #152570;
}
</style>