Shades of Smalt #15348B
Tints of Smalt #15348B
RGB
CMYK
RGB Variations
Color information
#15348B (or 0x15348B) is known color: Smalt. HEX triplet: 15, 34 and 8B. RGB value is (21,52,139). Sum of RGB (Red+Green+Blue) = 21+52+139=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #15348B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15348B is #EACB74. Grayscale: #343434. Windows color (decimal): -15387509 or 9122837. OLE color: 9122837.
HSL color Cylindrical-coordinate representation of color #15348B: hue angle of 224.24º 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 #15348B is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 52 | 139 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.45 |
| HSL | 224.24º | 0.74% | 0.31% | - |
| HSV(B) | 224.24º | 0.85% | 0.55% | - |
| XYZ | 6.2 | 4.48 | 24.96 | - |
| YUV | 52.65 | 176.73 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 139 | 0.85 | 0.63 | 0 | 0.45 | 224.24 | 0.74 | 0.31 |
| Hex | 15 | 34 | 8B | 55 | 3F | 0 | 2D | E0 | 4A | 1F |
| Octal | 25 | 64 | 213 | 125 | 77 | 0 | 55 | 340 | 112 | 37 |
| Binary | 10101 | 110100 | 10001011 | 1010101 | 111111 | 0 | 101101 | 11100000 | 1001010 | 11111 |
Color Harmonies of #15348B
Complementary color
Monochromatic Colors of #15348B
Black with #15348B
Text Example
Text Example
White with #15348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15348B; }
p { color: rgb(21,52,139); }
H1.HeaderClassName
{
color: #15348B;
}
.AnyTagClassName
{
color: #15348B;
}
</style>
background-color css
<style>
a { background-color: #15348B; }
a { background-color: rgb(21,52,139); }
div.DivClassName
{
background-color: #15348B;
}
.BgClassName
{
background-color: #15348B;
}
</style>
border-color css
<style>
span { border-color: #15348B; }
span { border-color: rgb(21,52,139); }
td.TdClassName
{
border-color: #15348B;
}
.TagClassName
{
border-color: #15348B;
}
</style>