Shades of Smalt #15398C
Tints of Smalt #15398C
RGB
CMYK
RGB Variations
Color information
#15398C (or 0x15398C) is known color: Smalt. HEX triplet: 15, 39 and 8C. RGB value is (21,57,140). Sum of RGB (Red+Green+Blue) = 21+57+140=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 140 (55.08% from 255 or 64.22% from 218); Max value from RGB is 140 - color contains mainly: blue. Hex color #15398C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15398C is #EAC673. Grayscale: #373737. Windows color (decimal): -15386228 or 9189653. OLE color: 9189653.
HSL color Cylindrical-coordinate representation of color #15398C: hue angle of 221.85º 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 #15398C is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 57 | 140 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.45 |
| HSL | 221.85º | 0.74% | 0.32% | - |
| HSV(B) | 221.85º | 0.85% | 0.55% | - |
| XYZ | 6.51 | 4.98 | 25.43 | - |
| YUV | 55.7 | 175.57 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 140 | 0.85 | 0.59 | 0 | 0.45 | 221.85 | 0.74 | 0.32 |
| Hex | 15 | 39 | 8C | 55 | 3B | 0 | 2D | DE | 4A | 20 |
| Octal | 25 | 71 | 214 | 125 | 73 | 0 | 55 | 336 | 112 | 40 |
| Binary | 10101 | 111001 | 10001100 | 1010101 | 111011 | 0 | 101101 | 11011110 | 1001010 | 100000 |
Color Harmonies of #15398C
Complementary color
Monochromatic Colors of #15398C
Black with #15398C
Text Example
Text Example
White with #15398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15398C; }
p { color: rgb(21,57,140); }
H1.HeaderClassName
{
color: #15398C;
}
.AnyTagClassName
{
color: #15398C;
}
</style>
background-color css
<style>
a { background-color: #15398C; }
a { background-color: rgb(21,57,140); }
div.DivClassName
{
background-color: #15398C;
}
.BgClassName
{
background-color: #15398C;
}
</style>
border-color css
<style>
span { border-color: #15398C; }
span { border-color: rgb(21,57,140); }
td.TdClassName
{
border-color: #15398C;
}
.TagClassName
{
border-color: #15398C;
}
</style>