Shades of Sapphire #152D78
Tints of Sapphire #152D78
RGB
CMYK
RGB Variations
Color information
#152D78 (or 0x152D78) is known color: Sapphire. HEX triplet: 15, 2D and 78. RGB value is (21,45,120). Sum of RGB (Red+Green+Blue) = 21+45+120=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #152D78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D78 is #EAD287. Grayscale: #2E2E2E. Windows color (decimal): -15389320 or 7875861. OLE color: 7875861.
HSL color Cylindrical-coordinate representation of color #152D78: hue angle of 225.45º 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 #152D78 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 45 | 120 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.53 |
| HSL | 225.45º | 0.7% | 0.28% | - |
| HSV(B) | 225.45º | 0.83% | 0.47% | - |
| XYZ | 4.64 | 3.39 | 18.18 | - |
| YUV | 46.37 | 169.55 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 120 | 0.83 | 0.63 | 0 | 0.53 | 225.45 | 0.7 | 0.28 |
| Hex | 15 | 2D | 78 | 53 | 3F | 0 | 35 | E1 | 46 | 1C |
| Octal | 25 | 55 | 170 | 123 | 77 | 0 | 65 | 341 | 106 | 34 |
| Binary | 10101 | 101101 | 1111000 | 1010011 | 111111 | 0 | 110101 | 11100001 | 1000110 | 11100 |
Color Harmonies of #152D78
Complementary color
Monochromatic Colors of #152D78
Black with #152D78
Text Example
Text Example
White with #152D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D78; }
p { color: rgb(21,45,120); }
H1.HeaderClassName
{
color: #152D78;
}
.AnyTagClassName
{
color: #152D78;
}
</style>
background-color css
<style>
a { background-color: #152D78; }
a { background-color: rgb(21,45,120); }
div.DivClassName
{
background-color: #152D78;
}
.BgClassName
{
background-color: #152D78;
}
</style>
border-color css
<style>
span { border-color: #152D78; }
span { border-color: rgb(21,45,120); }
td.TdClassName
{
border-color: #152D78;
}
.TagClassName
{
border-color: #152D78;
}
</style>