Shades of Sapphire #152C58
Tints of Sapphire #152C58
RGB
CMYK
RGB Variations
Color information
#152C58 (or 0x152C58) is known color: Sapphire. HEX triplet: 15, 2C and 58. RGB value is (21,44,88). Sum of RGB (Red+Green+Blue) = 21+44+88=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 88 (34.77% from 255 or 57.52% from 153); Max value from RGB is 88 - color contains mainly: blue. Hex color #152C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152C58 is #EAD3A7. Grayscale: #292929. Windows color (decimal): -15389608 or 5778453. OLE color: 5778453.
HSL color Cylindrical-coordinate representation of color #152C58: hue angle of 219.4º 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 #152C58 is Cyan = 0.76, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 44 | 88 | - |
| CMYK | 0.76 | 0.5 | 0 | 0.65 |
| HSL | 219.4º | 0.61% | 0.21% | - |
| HSV(B) | 219.4º | 0.76% | 0.35% | - |
| XYZ | 2.97 | 2.67 | 9.59 | - |
| YUV | 42.14 | 153.88 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 88 | 0.76 | 0.5 | 0 | 0.65 | 219.4 | 0.61 | 0.21 |
| Hex | 15 | 2C | 58 | 4C | 32 | 0 | 41 | DB | 3D | 15 |
| Octal | 25 | 54 | 130 | 114 | 62 | 0 | 101 | 333 | 75 | 25 |
| Binary | 10101 | 101100 | 1011000 | 1001100 | 110010 | 0 | 1000001 | 11011011 | 111101 | 10101 |
Color Harmonies of #152C58
Complementary color
Monochromatic Colors of #152C58
Black with #152C58
Text Example
Text Example
White with #152C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C58; }
p { color: rgb(21,44,88); }
H1.HeaderClassName
{
color: #152C58;
}
.AnyTagClassName
{
color: #152C58;
}
</style>
background-color css
<style>
a { background-color: #152C58; }
a { background-color: rgb(21,44,88); }
div.DivClassName
{
background-color: #152C58;
}
.BgClassName
{
background-color: #152C58;
}
</style>
border-color css
<style>
span { border-color: #152C58; }
span { border-color: rgb(21,44,88); }
td.TdClassName
{
border-color: #152C58;
}
.TagClassName
{
border-color: #152C58;
}
</style>