Shades of Sapphire #152A58
Tints of Sapphire #152A58
RGB
CMYK
RGB Variations
Color information
#152A58 (or 0x152A58) is known color: Sapphire. HEX triplet: 15, 2A and 58. RGB value is (21,42,88). Sum of RGB (Red+Green+Blue) = 21+42+88=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 88 (34.77% from 255 or 58.28% from 151); Max value from RGB is 88 - color contains mainly: blue. Hex color #152A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A58 is #EAD5A7. Grayscale: #282828. Windows color (decimal): -15390120 or 5777941. OLE color: 5777941.
HSL color Cylindrical-coordinate representation of color #152A58: hue angle of 221.19º 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 #152A58 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 42 | 88 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.65 |
| HSL | 221.19º | 0.61% | 0.21% | - |
| HSV(B) | 221.19º | 0.76% | 0.35% | - |
| XYZ | 2.9 | 2.52 | 9.57 | - |
| YUV | 40.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 88 | 0.76 | 0.52 | 0 | 0.65 | 221.19 | 0.61 | 0.21 |
| Hex | 15 | 2A | 58 | 4C | 34 | 0 | 41 | DD | 3D | 15 |
| Octal | 25 | 52 | 130 | 114 | 64 | 0 | 101 | 335 | 75 | 25 |
| Binary | 10101 | 101010 | 1011000 | 1001100 | 110100 | 0 | 1000001 | 11011101 | 111101 | 10101 |
Color Harmonies of #152A58
Complementary color
Monochromatic Colors of #152A58
Black with #152A58
Text Example
Text Example
White with #152A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152A58; }
p { color: rgb(21,42,88); }
H1.HeaderClassName
{
color: #152A58;
}
.AnyTagClassName
{
color: #152A58;
}
</style>
background-color css
<style>
a { background-color: #152A58; }
a { background-color: rgb(21,42,88); }
div.DivClassName
{
background-color: #152A58;
}
.BgClassName
{
background-color: #152A58;
}
</style>
border-color css
<style>
span { border-color: #152A58; }
span { border-color: rgb(21,42,88); }
td.TdClassName
{
border-color: #152A58;
}
.TagClassName
{
border-color: #152A58;
}
</style>