Shades of Smalt #152D83
Tints of Smalt #152D83
RGB
CMYK
RGB Variations
Color information
#152D83 (or 0x152D83) is known color: Smalt. HEX triplet: 15, 2D and 83. RGB value is (21,45,131). Sum of RGB (Red+Green+Blue) = 21+45+131=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 131 (51.56% from 255 or 66.50% from 197); Max value from RGB is 131 - color contains mainly: blue. Hex color #152D83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152D83 is #EAD27C. Grayscale: #2F2F2F. Windows color (decimal): -15389309 or 8596757. OLE color: 8596757.
HSL color Cylindrical-coordinate representation of color #152D83: hue angle of 226.91º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #152D83 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 45 | 131 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.49 |
| HSL | 226.91º | 0.72% | 0.3% | - |
| HSV(B) | 226.91º | 0.84% | 0.51% | - |
| XYZ | 5.34 | 3.67 | 21.9 | - |
| YUV | 47.63 | 175.05 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 131 | 0.84 | 0.66 | 0 | 0.49 | 226.91 | 0.72 | 0.3 |
| Hex | 15 | 2D | 83 | 54 | 42 | 0 | 31 | E3 | 48 | 1E |
| Octal | 25 | 55 | 203 | 124 | 102 | 0 | 61 | 343 | 110 | 36 |
| Binary | 10101 | 101101 | 10000011 | 1010100 | 1000010 | 0 | 110001 | 11100011 | 1001000 | 11110 |
Color Harmonies of #152D83
Complementary color
Monochromatic Colors of #152D83
Black with #152D83
Text Example
Text Example
White with #152D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D83; }
p { color: rgb(21,45,131); }
H1.HeaderClassName
{
color: #152D83;
}
.AnyTagClassName
{
color: #152D83;
}
</style>
background-color css
<style>
a { background-color: #152D83; }
a { background-color: rgb(21,45,131); }
div.DivClassName
{
background-color: #152D83;
}
.BgClassName
{
background-color: #152D83;
}
</style>
border-color css
<style>
span { border-color: #152D83; }
span { border-color: rgb(21,45,131); }
td.TdClassName
{
border-color: #152D83;
}
.TagClassName
{
border-color: #152D83;
}
</style>