Shades of Sapphire #152A57
Tints of Sapphire #152A57
RGB
CMYK
RGB Variations
Color information
#152A57 (or 0x152A57) is known color: Sapphire. HEX triplet: 15, 2A and 57. RGB value is (21,42,87). Sum of RGB (Red+Green+Blue) = 21+42+87=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 87 (34.38% from 255 or 58% from 150); Max value from RGB is 87 - color contains mainly: blue. Hex color #152A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A57 is #EAD5A8. Grayscale: #282828. Windows color (decimal): -15390121 or 5712405. OLE color: 5712405.
HSL color Cylindrical-coordinate representation of color #152A57: hue angle of 220.91º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #152A57 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 42 | 87 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.66 |
| HSL | 220.91º | 0.61% | 0.21% | - |
| HSV(B) | 220.91º | 0.76% | 0.34% | - |
| XYZ | 2.86 | 2.5 | 9.35 | - |
| YUV | 40.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 87 | 0.76 | 0.52 | 0 | 0.66 | 220.91 | 0.61 | 0.21 |
| Hex | 15 | 2A | 57 | 4C | 34 | 0 | 42 | DD | 3D | 15 |
| Octal | 25 | 52 | 127 | 114 | 64 | 0 | 102 | 335 | 75 | 25 |
| Binary | 10101 | 101010 | 1010111 | 1001100 | 110100 | 0 | 1000010 | 11011101 | 111101 | 10101 |
Color Harmonies of #152A57
Complementary color
Monochromatic Colors of #152A57
Black with #152A57
Text Example
Text Example
White with #152A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152A57; }
p { color: rgb(21,42,87); }
H1.HeaderClassName
{
color: #152A57;
}
.AnyTagClassName
{
color: #152A57;
}
</style>
background-color css
<style>
a { background-color: #152A57; }
a { background-color: rgb(21,42,87); }
div.DivClassName
{
background-color: #152A57;
}
.BgClassName
{
background-color: #152A57;
}
</style>
border-color css
<style>
span { border-color: #152A57; }
span { border-color: rgb(21,42,87); }
td.TdClassName
{
border-color: #152A57;
}
.TagClassName
{
border-color: #152A57;
}
</style>