Shades of Sapphire #153572
Tints of Sapphire #153572
RGB
CMYK
RGB Variations
Color information
#153572 (or 0x153572) is known color: Sapphire. HEX triplet: 15, 35 and 72. RGB value is (21,53,114). Sum of RGB (Red+Green+Blue) = 21+53+114=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #153572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153572 is #EACA8D. Grayscale: #323232. Windows color (decimal): -15387278 or 7484693. OLE color: 7484693.
HSL color Cylindrical-coordinate representation of color #153572: hue angle of 219.35º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153572 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 53 | 114 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.55 |
| HSL | 219.35º | 0.69% | 0.26% | - |
| HSV(B) | 219.35º | 0.82% | 0.45% | - |
| XYZ | 4.62 | 3.92 | 16.43 | - |
| YUV | 50.39 | 163.9 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 114 | 0.82 | 0.54 | 0 | 0.55 | 219.35 | 0.69 | 0.26 |
| Hex | 15 | 35 | 72 | 52 | 36 | 0 | 37 | DB | 45 | 1A |
| Octal | 25 | 65 | 162 | 122 | 66 | 0 | 67 | 333 | 105 | 32 |
| Binary | 10101 | 110101 | 1110010 | 1010010 | 110110 | 0 | 110111 | 11011011 | 1000101 | 11010 |
Color Harmonies of #153572
Complementary color
Monochromatic Colors of #153572
Black with #153572
Text Example
Text Example
White with #153572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153572; }
p { color: rgb(21,53,114); }
H1.HeaderClassName
{
color: #153572;
}
.AnyTagClassName
{
color: #153572;
}
</style>
background-color css
<style>
a { background-color: #153572; }
a { background-color: rgb(21,53,114); }
div.DivClassName
{
background-color: #153572;
}
.BgClassName
{
background-color: #153572;
}
</style>
border-color css
<style>
span { border-color: #153572; }
span { border-color: rgb(21,53,114); }
td.TdClassName
{
border-color: #153572;
}
.TagClassName
{
border-color: #153572;
}
</style>