Shades of Sapphire #153470
Tints of Sapphire #153470
RGB
CMYK
RGB Variations
Color information
#153470 (or 0x153470) is known color: Sapphire. HEX triplet: 15, 34 and 70. RGB value is (21,52,112). Sum of RGB (Red+Green+Blue) = 21+52+112=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #153470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153470 is #EACB8F. Grayscale: #313131. Windows color (decimal): -15387536 or 7353365. OLE color: 7353365.
HSL color Cylindrical-coordinate representation of color #153470: hue angle of 219.56º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #153470 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 52 | 112 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.56 |
| HSL | 219.56º | 0.68% | 0.26% | - |
| HSV(B) | 219.56º | 0.81% | 0.44% | - |
| XYZ | 4.46 | 3.79 | 15.82 | - |
| YUV | 49.57 | 163.23 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 112 | 0.81 | 0.54 | 0 | 0.56 | 219.56 | 0.68 | 0.26 |
| Hex | 15 | 34 | 70 | 51 | 36 | 0 | 38 | DC | 44 | 1A |
| Octal | 25 | 64 | 160 | 121 | 66 | 0 | 70 | 334 | 104 | 32 |
| Binary | 10101 | 110100 | 1110000 | 1010001 | 110110 | 0 | 111000 | 11011100 | 1000100 | 11010 |
Color Harmonies of #153470
Complementary color
Monochromatic Colors of #153470
Black with #153470
Text Example
Text Example
White with #153470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153470; }
p { color: rgb(21,52,112); }
H1.HeaderClassName
{
color: #153470;
}
.AnyTagClassName
{
color: #153470;
}
</style>
background-color css
<style>
a { background-color: #153470; }
a { background-color: rgb(21,52,112); }
div.DivClassName
{
background-color: #153470;
}
.BgClassName
{
background-color: #153470;
}
</style>
border-color css
<style>
span { border-color: #153470; }
span { border-color: rgb(21,52,112); }
td.TdClassName
{
border-color: #153470;
}
.TagClassName
{
border-color: #153470;
}
</style>