Shades of Sapphire #152F78
Tints of Sapphire #152F78
RGB
CMYK
RGB Variations
Color information
#152F78 (or 0x152F78) is known color: Sapphire. HEX triplet: 15, 2F and 78. RGB value is (21,47,120). Sum of RGB (Red+Green+Blue) = 21+47+120=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 120 (47.27% from 255 or 63.83% from 188); Max value from RGB is 120 - color contains mainly: blue. Hex color #152F78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F78 is #EAD087. Grayscale: #2F2F2F. Windows color (decimal): -15388808 or 7876373. OLE color: 7876373.
HSL color Cylindrical-coordinate representation of color #152F78: hue angle of 224.24º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152F78 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 47 | 120 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.53 |
| HSL | 224.24º | 0.7% | 0.28% | - |
| HSV(B) | 224.24º | 0.83% | 0.47% | - |
| XYZ | 4.72 | 3.55 | 18.21 | - |
| YUV | 47.55 | 168.89 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 120 | 0.83 | 0.61 | 0 | 0.53 | 224.24 | 0.7 | 0.28 |
| Hex | 15 | 2F | 78 | 53 | 3D | 0 | 35 | E0 | 46 | 1C |
| Octal | 25 | 57 | 170 | 123 | 75 | 0 | 65 | 340 | 106 | 34 |
| Binary | 10101 | 101111 | 1111000 | 1010011 | 111101 | 0 | 110101 | 11100000 | 1000110 | 11100 |
Color Harmonies of #152F78
Complementary color
Monochromatic Colors of #152F78
Black with #152F78
Text Example
Text Example
White with #152F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152F78; }
p { color: rgb(21,47,120); }
H1.HeaderClassName
{
color: #152F78;
}
.AnyTagClassName
{
color: #152F78;
}
</style>
background-color css
<style>
a { background-color: #152F78; }
a { background-color: rgb(21,47,120); }
div.DivClassName
{
background-color: #152F78;
}
.BgClassName
{
background-color: #152F78;
}
</style>
border-color css
<style>
span { border-color: #152F78; }
span { border-color: rgb(21,47,120); }
td.TdClassName
{
border-color: #152F78;
}
.TagClassName
{
border-color: #152F78;
}
</style>