Shades of Sapphire #152F60
Tints of Sapphire #152F60
RGB
CMYK
RGB Variations
Color information
#152F60 (or 0x152F60) is known color: Sapphire. HEX triplet: 15, 2F and 60. RGB value is (21,47,96). Sum of RGB (Red+Green+Blue) = 21+47+96=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #152F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F60 is #EAD09F. Grayscale: #2C2C2C. Windows color (decimal): -15388832 or 6303509. OLE color: 6303509.
HSL color Cylindrical-coordinate representation of color #152F60: hue angle of 219.2º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #152F60 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 47 | 96 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.62 |
| HSL | 219.2º | 0.64% | 0.23% | - |
| HSV(B) | 219.2º | 0.78% | 0.38% | - |
| XYZ | 3.44 | 3.04 | 11.47 | - |
| YUV | 44.81 | 156.89 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 96 | 0.78 | 0.51 | 0 | 0.62 | 219.2 | 0.64 | 0.23 |
| Hex | 15 | 2F | 60 | 4E | 33 | 0 | 3E | DB | 40 | 17 |
| Octal | 25 | 57 | 140 | 116 | 63 | 0 | 76 | 333 | 100 | 27 |
| Binary | 10101 | 101111 | 1100000 | 1001110 | 110011 | 0 | 111110 | 11011011 | 1000000 | 10111 |
Color Harmonies of #152F60
Complementary color
Monochromatic Colors of #152F60
Black with #152F60
Text Example
Text Example
White with #152F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152F60; }
p { color: rgb(21,47,96); }
H1.HeaderClassName
{
color: #152F60;
}
.AnyTagClassName
{
color: #152F60;
}
</style>
background-color css
<style>
a { background-color: #152F60; }
a { background-color: rgb(21,47,96); }
div.DivClassName
{
background-color: #152F60;
}
.BgClassName
{
background-color: #152F60;
}
</style>
border-color css
<style>
span { border-color: #152F60; }
span { border-color: rgb(21,47,96); }
td.TdClassName
{
border-color: #152F60;
}
.TagClassName
{
border-color: #152F60;
}
</style>