Shades of Sapphire #152A76
Tints of Sapphire #152A76
RGB
CMYK
RGB Variations
Color information
#152A76 (or 0x152A76) is known color: Sapphire. HEX triplet: 15, 2A and 76. RGB value is (21,42,118). Sum of RGB (Red+Green+Blue) = 21+42+118=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 118 (46.48% from 255 or 65.19% from 181); Max value from RGB is 118 - color contains mainly: blue. Hex color #152A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A76 is #EAD589. Grayscale: #2C2C2C. Windows color (decimal): -15390090 or 7744021. OLE color: 7744021.
HSL color Cylindrical-coordinate representation of color #152A76: hue angle of 227.01º 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 #152A76 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 42 | 118 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.54 |
| HSL | 227.01º | 0.7% | 0.27% | - |
| HSV(B) | 227.01º | 0.82% | 0.46% | - |
| XYZ | 4.41 | 3.12 | 17.51 | - |
| YUV | 44.39 | 169.54 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 118 | 0.82 | 0.64 | 0 | 0.54 | 227.01 | 0.7 | 0.27 |
| Hex | 15 | 2A | 76 | 52 | 40 | 0 | 36 | E3 | 46 | 1B |
| Octal | 25 | 52 | 166 | 122 | 100 | 0 | 66 | 343 | 106 | 33 |
| Binary | 10101 | 101010 | 1110110 | 1010010 | 1000000 | 0 | 110110 | 11100011 | 1000110 | 11011 |
Color Harmonies of #152A76
Complementary color
Monochromatic Colors of #152A76
Black with #152A76
Text Example
Text Example
White with #152A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152A76; }
p { color: rgb(21,42,118); }
H1.HeaderClassName
{
color: #152A76;
}
.AnyTagClassName
{
color: #152A76;
}
</style>
background-color css
<style>
a { background-color: #152A76; }
a { background-color: rgb(21,42,118); }
div.DivClassName
{
background-color: #152A76;
}
.BgClassName
{
background-color: #152A76;
}
</style>
border-color css
<style>
span { border-color: #152A76; }
span { border-color: rgb(21,42,118); }
td.TdClassName
{
border-color: #152A76;
}
.TagClassName
{
border-color: #152A76;
}
</style>