Shades of Sapphire #152458
Tints of Sapphire #152458
RGB
CMYK
RGB Variations
Color information
#152458 (or 0x152458) is known color: Sapphire. HEX triplet: 15, 24 and 58. RGB value is (21,36,88). Sum of RGB (Red+Green+Blue) = 21+36+88=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 88 (34.77% from 255 or 60.69% from 145); Max value from RGB is 88 - color contains mainly: blue. Hex color #152458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152458 is #EADBA7. Grayscale: #252525. Windows color (decimal): -15391656 or 5776405. OLE color: 5776405.
HSL color Cylindrical-coordinate representation of color #152458: hue angle of 226.57º 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 #152458 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 36 | 88 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.65 |
| HSL | 226.57º | 0.61% | 0.21% | - |
| HSV(B) | 226.57º | 0.76% | 0.35% | - |
| XYZ | 2.7 | 2.13 | 9.5 | - |
| YUV | 37.44 | 156.53 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 88 | 0.76 | 0.59 | 0 | 0.65 | 226.57 | 0.61 | 0.21 |
| Hex | 15 | 24 | 58 | 4C | 3B | 0 | 41 | E3 | 3D | 15 |
| Octal | 25 | 44 | 130 | 114 | 73 | 0 | 101 | 343 | 75 | 25 |
| Binary | 10101 | 100100 | 1011000 | 1001100 | 111011 | 0 | 1000001 | 11100011 | 111101 | 10101 |
Color Harmonies of #152458
Complementary color
Monochromatic Colors of #152458
Black with #152458
Text Example
Text Example
White with #152458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152458; }
p { color: rgb(21,36,88); }
H1.HeaderClassName
{
color: #152458;
}
.AnyTagClassName
{
color: #152458;
}
</style>
background-color css
<style>
a { background-color: #152458; }
a { background-color: rgb(21,36,88); }
div.DivClassName
{
background-color: #152458;
}
.BgClassName
{
background-color: #152458;
}
</style>
border-color css
<style>
span { border-color: #152458; }
span { border-color: rgb(21,36,88); }
td.TdClassName
{
border-color: #152458;
}
.TagClassName
{
border-color: #152458;
}
</style>