Shades of Sapphire #152F76
Tints of Sapphire #152F76
RGB
CMYK
RGB Variations
Color information
#152F76 (or 0x152F76) is known color: Sapphire. HEX triplet: 15, 2F and 76. RGB value is (21,47,118). Sum of RGB (Red+Green+Blue) = 21+47+118=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #152F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F76 is #EAD089. Grayscale: #2F2F2F. Windows color (decimal): -15388810 or 7745301. OLE color: 7745301.
HSL color Cylindrical-coordinate representation of color #152F76: hue angle of 223.92º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152F76 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 47 | 118 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.54 |
| HSL | 223.92º | 0.7% | 0.27% | - |
| HSV(B) | 223.92º | 0.82% | 0.46% | - |
| XYZ | 4.6 | 3.5 | 17.57 | - |
| YUV | 47.32 | 167.89 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 118 | 0.82 | 0.60 | 0 | 0.54 | 223.92 | 0.7 | 0.27 |
| Hex | 15 | 2F | 76 | 52 | 3C | 0 | 36 | E0 | 46 | 1B |
| Octal | 25 | 57 | 166 | 122 | 74 | 0 | 66 | 340 | 106 | 33 |
| Binary | 10101 | 101111 | 1110110 | 1010010 | 111100 | 0 | 110110 | 11100000 | 1000110 | 11011 |
Color Harmonies of #152F76
Complementary color
Monochromatic Colors of #152F76
Black with #152F76
Text Example
Text Example
White with #152F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152F76; }
p { color: rgb(21,47,118); }
H1.HeaderClassName
{
color: #152F76;
}
.AnyTagClassName
{
color: #152F76;
}
</style>
background-color css
<style>
a { background-color: #152F76; }
a { background-color: rgb(21,47,118); }
div.DivClassName
{
background-color: #152F76;
}
.BgClassName
{
background-color: #152F76;
}
</style>
border-color css
<style>
span { border-color: #152F76; }
span { border-color: rgb(21,47,118); }
td.TdClassName
{
border-color: #152F76;
}
.TagClassName
{
border-color: #152F76;
}
</style>