Shades of Smalt #153A8B
Tints of Smalt #153A8B
RGB
CMYK
RGB Variations
Color information
#153A8B (or 0x153A8B) is known color: Smalt. HEX triplet: 15, 3A and 8B. RGB value is (21,58,139). Sum of RGB (Red+Green+Blue) = 21+58+139=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #153A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153A8B is #EAC574. Grayscale: #373737. Windows color (decimal): -15385973 or 9124373. OLE color: 9124373.
HSL color Cylindrical-coordinate representation of color #153A8B: hue angle of 221.19º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #153A8B is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 58 | 139 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.45 |
| HSL | 221.19º | 0.74% | 0.31% | - |
| HSV(B) | 221.19º | 0.85% | 0.55% | - |
| XYZ | 6.48 | 5.05 | 25.06 | - |
| YUV | 56.17 | 174.74 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 139 | 0.85 | 0.58 | 0 | 0.45 | 221.19 | 0.74 | 0.31 |
| Hex | 15 | 3A | 8B | 55 | 3A | 0 | 2D | DD | 4A | 1F |
| Octal | 25 | 72 | 213 | 125 | 72 | 0 | 55 | 335 | 112 | 37 |
| Binary | 10101 | 111010 | 10001011 | 1010101 | 111010 | 0 | 101101 | 11011101 | 1001010 | 11111 |
Color Harmonies of #153A8B
Complementary color
Monochromatic Colors of #153A8B
Black with #153A8B
Text Example
Text Example
White with #153A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153A8B; }
p { color: rgb(21,58,139); }
H1.HeaderClassName
{
color: #153A8B;
}
.AnyTagClassName
{
color: #153A8B;
}
</style>
background-color css
<style>
a { background-color: #153A8B; }
a { background-color: rgb(21,58,139); }
div.DivClassName
{
background-color: #153A8B;
}
.BgClassName
{
background-color: #153A8B;
}
</style>
border-color css
<style>
span { border-color: #153A8B; }
span { border-color: rgb(21,58,139); }
td.TdClassName
{
border-color: #153A8B;
}
.TagClassName
{
border-color: #153A8B;
}
</style>