Shades of Sapphire #152D58
Tints of Sapphire #152D58
RGB
CMYK
RGB Variations
Color information
#152D58 (or 0x152D58) is known color: Sapphire. HEX triplet: 15, 2D and 58. RGB value is (21,45,88). Sum of RGB (Red+Green+Blue) = 21+45+88=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 88 (34.77% from 255 or 57.14% from 154); Max value from RGB is 88 - color contains mainly: blue. Hex color #152D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D58 is #EAD2A7. Grayscale: #2A2A2A. Windows color (decimal): -15389352 or 5778709. OLE color: 5778709.
HSL color Cylindrical-coordinate representation of color #152D58: hue angle of 218.51º 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 #152D58 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 45 | 88 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.65 |
| HSL | 218.51º | 0.61% | 0.21% | - |
| HSV(B) | 218.51º | 0.76% | 0.35% | - |
| XYZ | 3.01 | 2.74 | 9.6 | - |
| YUV | 42.73 | 153.55 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 88 | 0.76 | 0.49 | 0 | 0.65 | 218.51 | 0.61 | 0.21 |
| Hex | 15 | 2D | 58 | 4C | 31 | 0 | 41 | DB | 3D | 15 |
| Octal | 25 | 55 | 130 | 114 | 61 | 0 | 101 | 333 | 75 | 25 |
| Binary | 10101 | 101101 | 1011000 | 1001100 | 110001 | 0 | 1000001 | 11011011 | 111101 | 10101 |
Color Harmonies of #152D58
Complementary color
Monochromatic Colors of #152D58
Black with #152D58
Text Example
Text Example
White with #152D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D58; }
p { color: rgb(21,45,88); }
H1.HeaderClassName
{
color: #152D58;
}
.AnyTagClassName
{
color: #152D58;
}
</style>
background-color css
<style>
a { background-color: #152D58; }
a { background-color: rgb(21,45,88); }
div.DivClassName
{
background-color: #152D58;
}
.BgClassName
{
background-color: #152D58;
}
</style>
border-color css
<style>
span { border-color: #152D58; }
span { border-color: rgb(21,45,88); }
td.TdClassName
{
border-color: #152D58;
}
.TagClassName
{
border-color: #152D58;
}
</style>