Shades of Smalt #153C8C
Tints of Smalt #153C8C
RGB
CMYK
RGB Variations
Color information
#153C8C (or 0x153C8C) is known color: Smalt. HEX triplet: 15, 3C and 8C. RGB value is (21,60,140). Sum of RGB (Red+Green+Blue) = 21+60+140=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 140 (55.08% from 255 or 63.35% from 221); Max value from RGB is 140 - color contains mainly: blue. Hex color #153C8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153C8C is #EAC373. Grayscale: #393939. Windows color (decimal): -15385460 or 9190421. OLE color: 9190421.
HSL color Cylindrical-coordinate representation of color #153C8C: hue angle of 220.34º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #153C8C is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 60 | 140 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.45 |
| HSL | 220.34º | 0.74% | 0.32% | - |
| HSV(B) | 220.34º | 0.85% | 0.55% | - |
| XYZ | 6.66 | 5.28 | 25.48 | - |
| YUV | 57.46 | 174.58 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 140 | 0.85 | 0.57 | 0 | 0.45 | 220.34 | 0.74 | 0.32 |
| Hex | 15 | 3C | 8C | 55 | 39 | 0 | 2D | DC | 4A | 20 |
| Octal | 25 | 74 | 214 | 125 | 71 | 0 | 55 | 334 | 112 | 40 |
| Binary | 10101 | 111100 | 10001100 | 1010101 | 111001 | 0 | 101101 | 11011100 | 1001010 | 100000 |
Color Harmonies of #153C8C
Complementary color
Monochromatic Colors of #153C8C
Black with #153C8C
Text Example
Text Example
White with #153C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C8C; }
p { color: rgb(21,60,140); }
H1.HeaderClassName
{
color: #153C8C;
}
.AnyTagClassName
{
color: #153C8C;
}
</style>
background-color css
<style>
a { background-color: #153C8C; }
a { background-color: rgb(21,60,140); }
div.DivClassName
{
background-color: #153C8C;
}
.BgClassName
{
background-color: #153C8C;
}
</style>
border-color css
<style>
span { border-color: #153C8C; }
span { border-color: rgb(21,60,140); }
td.TdClassName
{
border-color: #153C8C;
}
.TagClassName
{
border-color: #153C8C;
}
</style>