Shades of Sapphire #152058
Tints of Sapphire #152058
RGB
CMYK
RGB Variations
Color information
#152058 (or 0x152058) is known color: Sapphire. HEX triplet: 15, 20 and 58. RGB value is (21,32,88). Sum of RGB (Red+Green+Blue) = 21+32+88=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 88 (34.77% from 255 or 62.41% from 141); Max value from RGB is 88 - color contains mainly: blue. Hex color #152058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152058 is #EADFA7. Grayscale: #222222. Windows color (decimal): -15392680 or 5775381. OLE color: 5775381.
HSL color Cylindrical-coordinate representation of color #152058: hue angle of 230.15º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #152058 is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 32 | 88 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.65 |
| HSL | 230.15º | 0.61% | 0.21% | - |
| HSV(B) | 230.15º | 0.76% | 0.35% | - |
| XYZ | 2.59 | 1.9 | 9.46 | - |
| YUV | 35.1 | 157.86 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 88 | 0.76 | 0.64 | 0 | 0.65 | 230.15 | 0.61 | 0.21 |
| Hex | 15 | 20 | 58 | 4C | 40 | 0 | 41 | E6 | 3D | 15 |
| Octal | 25 | 40 | 130 | 114 | 100 | 0 | 101 | 346 | 75 | 25 |
| Binary | 10101 | 100000 | 1011000 | 1001100 | 1000000 | 0 | 1000001 | 11100110 | 111101 | 10101 |
Color Harmonies of #152058
Complementary color
Monochromatic Colors of #152058
Black with #152058
Text Example
Text Example
White with #152058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152058; }
p { color: rgb(21,32,88); }
H1.HeaderClassName
{
color: #152058;
}
.AnyTagClassName
{
color: #152058;
}
</style>
background-color css
<style>
a { background-color: #152058; }
a { background-color: rgb(21,32,88); }
div.DivClassName
{
background-color: #152058;
}
.BgClassName
{
background-color: #152058;
}
</style>
border-color css
<style>
span { border-color: #152058; }
span { border-color: rgb(21,32,88); }
td.TdClassName
{
border-color: #152058;
}
.TagClassName
{
border-color: #152058;
}
</style>