Shades of Smalt #15398E
Tints of Smalt #15398E
RGB
CMYK
RGB Variations
Color information
#15398E (or 0x15398E) is known color: Smalt. HEX triplet: 15, 39 and 8E. RGB value is (21,57,142). Sum of RGB (Red+Green+Blue) = 21+57+142=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 142 (55.86% from 255 or 64.55% from 220); Max value from RGB is 142 - color contains mainly: blue. Hex color #15398E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15398E is #EAC671. Grayscale: #373737. Windows color (decimal): -15386226 or 9320725. OLE color: 9320725.
HSL color Cylindrical-coordinate representation of color #15398E: hue angle of 222.15º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15398E is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 57 | 142 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.44 |
| HSL | 222.15º | 0.74% | 0.32% | - |
| HSV(B) | 222.15º | 0.85% | 0.56% | - |
| XYZ | 6.65 | 5.04 | 26.21 | - |
| YUV | 55.93 | 176.57 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 142 | 0.85 | 0.60 | 0 | 0.44 | 222.15 | 0.74 | 0.32 |
| Hex | 15 | 39 | 8E | 55 | 3C | 0 | 2C | DE | 4A | 20 |
| Octal | 25 | 71 | 216 | 125 | 74 | 0 | 54 | 336 | 112 | 40 |
| Binary | 10101 | 111001 | 10001110 | 1010101 | 111100 | 0 | 101100 | 11011110 | 1001010 | 100000 |
Color Harmonies of #15398E
Complementary color
Monochromatic Colors of #15398E
Black with #15398E
Text Example
Text Example
White with #15398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15398E; }
p { color: rgb(21,57,142); }
H1.HeaderClassName
{
color: #15398E;
}
.AnyTagClassName
{
color: #15398E;
}
</style>
background-color css
<style>
a { background-color: #15398E; }
a { background-color: rgb(21,57,142); }
div.DivClassName
{
background-color: #15398E;
}
.BgClassName
{
background-color: #15398E;
}
</style>
border-color css
<style>
span { border-color: #15398E; }
span { border-color: rgb(21,57,142); }
td.TdClassName
{
border-color: #15398E;
}
.TagClassName
{
border-color: #15398E;
}
</style>