Shades of Sapphire #153276
Tints of Sapphire #153276
RGB
CMYK
RGB Variations
Color information
#153276 (or 0x153276) is known color: Sapphire. HEX triplet: 15, 32 and 76. RGB value is (21,50,118). Sum of RGB (Red+Green+Blue) = 21+50+118=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 118 (46.48% from 255 or 62.43% from 189); Max value from RGB is 118 - color contains mainly: blue. Hex color #153276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153276 is #EACD89. Grayscale: #303030. Windows color (decimal): -15388042 or 7746069. OLE color: 7746069.
HSL color Cylindrical-coordinate representation of color #153276: hue angle of 222.06º 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 #153276 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 50 | 118 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.54 |
| HSL | 222.06º | 0.7% | 0.27% | - |
| HSV(B) | 222.06º | 0.82% | 0.46% | - |
| XYZ | 4.72 | 3.75 | 17.61 | - |
| YUV | 49.08 | 166.89 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 118 | 0.82 | 0.58 | 0 | 0.54 | 222.06 | 0.7 | 0.27 |
| Hex | 15 | 32 | 76 | 52 | 3A | 0 | 36 | DE | 46 | 1B |
| Octal | 25 | 62 | 166 | 122 | 72 | 0 | 66 | 336 | 106 | 33 |
| Binary | 10101 | 110010 | 1110110 | 1010010 | 111010 | 0 | 110110 | 11011110 | 1000110 | 11011 |
Color Harmonies of #153276
Complementary color
Monochromatic Colors of #153276
Black with #153276
Text Example
Text Example
White with #153276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153276; }
p { color: rgb(21,50,118); }
H1.HeaderClassName
{
color: #153276;
}
.AnyTagClassName
{
color: #153276;
}
</style>
background-color css
<style>
a { background-color: #153276; }
a { background-color: rgb(21,50,118); }
div.DivClassName
{
background-color: #153276;
}
.BgClassName
{
background-color: #153276;
}
</style>
border-color css
<style>
span { border-color: #153276; }
span { border-color: rgb(21,50,118); }
td.TdClassName
{
border-color: #153276;
}
.TagClassName
{
border-color: #153276;
}
</style>