Shades of Sapphire #152C57
Tints of Sapphire #152C57
RGB
CMYK
RGB Variations
Color information
#152C57 (or 0x152C57) is known color: Sapphire. HEX triplet: 15, 2C and 57. RGB value is (21,44,87). Sum of RGB (Red+Green+Blue) = 21+44+87=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #152C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152C57 is #EAD3A8. Grayscale: #292929. Windows color (decimal): -15389609 or 5712917. OLE color: 5712917.
HSL color Cylindrical-coordinate representation of color #152C57: hue angle of 219.09º 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 #152C57 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 44 | 87 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.66 |
| HSL | 219.09º | 0.61% | 0.21% | - |
| HSV(B) | 219.09º | 0.76% | 0.34% | - |
| XYZ | 2.93 | 2.65 | 9.37 | - |
| YUV | 42.03 | 153.38 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 87 | 0.76 | 0.49 | 0 | 0.66 | 219.09 | 0.61 | 0.21 |
| Hex | 15 | 2C | 57 | 4C | 31 | 0 | 42 | DB | 3D | 15 |
| Octal | 25 | 54 | 127 | 114 | 61 | 0 | 102 | 333 | 75 | 25 |
| Binary | 10101 | 101100 | 1010111 | 1001100 | 110001 | 0 | 1000010 | 11011011 | 111101 | 10101 |
Color Harmonies of #152C57
Complementary color
Monochromatic Colors of #152C57
Black with #152C57
Text Example
Text Example
White with #152C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C57; }
p { color: rgb(21,44,87); }
H1.HeaderClassName
{
color: #152C57;
}
.AnyTagClassName
{
color: #152C57;
}
</style>
background-color css
<style>
a { background-color: #152C57; }
a { background-color: rgb(21,44,87); }
div.DivClassName
{
background-color: #152C57;
}
.BgClassName
{
background-color: #152C57;
}
</style>
border-color css
<style>
span { border-color: #152C57; }
span { border-color: rgb(21,44,87); }
td.TdClassName
{
border-color: #152C57;
}
.TagClassName
{
border-color: #152C57;
}
</style>