Shades of Smalt #15318B
Tints of Smalt #15318B
RGB
CMYK
RGB Variations
Color information
#15318B (or 0x15318B) is known color: Smalt. HEX triplet: 15, 31 and 8B. RGB value is (21,49,139). Sum of RGB (Red+Green+Blue) = 21+49+139=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 139 (54.69% from 255 or 66.51% from 209); Max value from RGB is 139 - color contains mainly: blue. Hex color #15318B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15318B is #EACE74. Grayscale: #323232. Windows color (decimal): -15388277 or 9122069. OLE color: 9122069.
HSL color Cylindrical-coordinate representation of color #15318B: hue angle of 225.76º 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 #15318B is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 49 | 139 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.45 |
| HSL | 225.76º | 0.74% | 0.31% | - |
| HSV(B) | 225.76º | 0.85% | 0.55% | - |
| XYZ | 6.07 | 4.22 | 24.92 | - |
| YUV | 50.89 | 177.72 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 139 | 0.85 | 0.65 | 0 | 0.45 | 225.76 | 0.74 | 0.31 |
| Hex | 15 | 31 | 8B | 55 | 41 | 0 | 2D | E2 | 4A | 1F |
| Octal | 25 | 61 | 213 | 125 | 101 | 0 | 55 | 342 | 112 | 37 |
| Binary | 10101 | 110001 | 10001011 | 1010101 | 1000001 | 0 | 101101 | 11100010 | 1001010 | 11111 |
Color Harmonies of #15318B
Complementary color
Monochromatic Colors of #15318B
Black with #15318B
Text Example
Text Example
White with #15318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15318B; }
p { color: rgb(21,49,139); }
H1.HeaderClassName
{
color: #15318B;
}
.AnyTagClassName
{
color: #15318B;
}
</style>
background-color css
<style>
a { background-color: #15318B; }
a { background-color: rgb(21,49,139); }
div.DivClassName
{
background-color: #15318B;
}
.BgClassName
{
background-color: #15318B;
}
</style>
border-color css
<style>
span { border-color: #15318B; }
span { border-color: rgb(21,49,139); }
td.TdClassName
{
border-color: #15318B;
}
.TagClassName
{
border-color: #15318B;
}
</style>