Shades of Sapphire #152874
Tints of Sapphire #152874
RGB
CMYK
RGB Variations
Color information
#152874 (or 0x152874) is known color: Sapphire. HEX triplet: 15, 28 and 74. RGB value is (21,40,116). Sum of RGB (Red+Green+Blue) = 21+40+116=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 116 (45.70% from 255 or 65.54% from 177); Max value from RGB is 116 - color contains mainly: blue. Hex color #152874 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152874 is #EAD78B. Grayscale: #2A2A2A. Windows color (decimal): -15390604 or 7612437. OLE color: 7612437.
HSL color Cylindrical-coordinate representation of color #152874: hue angle of 228º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152874 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 40 | 116 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.55 |
| HSL | 228º | 0.69% | 0.27% | - |
| HSV(B) | 228º | 0.82% | 0.45% | - |
| XYZ | 4.22 | 2.94 | 16.87 | - |
| YUV | 42.98 | 169.21 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 116 | 0.82 | 0.66 | 0 | 0.55 | 228 | 0.69 | 0.27 |
| Hex | 15 | 28 | 74 | 52 | 42 | 0 | 37 | E4 | 45 | 1B |
| Octal | 25 | 50 | 164 | 122 | 102 | 0 | 67 | 344 | 105 | 33 |
| Binary | 10101 | 101000 | 1110100 | 1010010 | 1000010 | 0 | 110111 | 11100100 | 1000101 | 11011 |
Color Harmonies of #152874
Complementary color
Monochromatic Colors of #152874
Black with #152874
Text Example
Text Example
White with #152874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152874; }
p { color: rgb(21,40,116); }
H1.HeaderClassName
{
color: #152874;
}
.AnyTagClassName
{
color: #152874;
}
</style>
background-color css
<style>
a { background-color: #152874; }
a { background-color: rgb(21,40,116); }
div.DivClassName
{
background-color: #152874;
}
.BgClassName
{
background-color: #152874;
}
</style>
border-color css
<style>
span { border-color: #152874; }
span { border-color: rgb(21,40,116); }
td.TdClassName
{
border-color: #152874;
}
.TagClassName
{
border-color: #152874;
}
</style>