Shades of Smalt #183487
Tints of Smalt #183487
RGB
CMYK
RGB Variations
Color information
#183487 (or 0x183487) is known color: Smalt. HEX triplet: 18, 34 and 87. RGB value is (24,52,135). Sum of RGB (Red+Green+Blue) = 24+52+135=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 135 (53.12% from 255 or 63.98% from 211); Max value from RGB is 135 - color contains mainly: blue. Hex color #183487 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183487 is #E7CB78. Grayscale: #343434. Windows color (decimal): -15190905 or 8860696. OLE color: 8860696.
HSL color Cylindrical-coordinate representation of color #183487: hue angle of 224.86º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #183487 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 52 | 135 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.47 |
| HSL | 224.86º | 0.7% | 0.31% | - |
| HSV(B) | 224.86º | 0.82% | 0.53% | - |
| XYZ | 5.98 | 4.4 | 23.46 | - |
| YUV | 53.09 | 174.22 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 135 | 0.82 | 0.61 | 0 | 0.47 | 224.86 | 0.7 | 0.31 |
| Hex | 18 | 34 | 87 | 52 | 3D | 0 | 2F | E1 | 46 | 1F |
| Octal | 30 | 64 | 207 | 122 | 75 | 0 | 57 | 341 | 106 | 37 |
| Binary | 11000 | 110100 | 10000111 | 1010010 | 111101 | 0 | 101111 | 11100001 | 1000110 | 11111 |
Color Harmonies of #183487
Complementary color
Monochromatic Colors of #183487
Black with #183487
Text Example
Text Example
White with #183487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183487; }
p { color: rgb(24,52,135); }
H1.HeaderClassName
{
color: #183487;
}
.AnyTagClassName
{
color: #183487;
}
</style>
background-color css
<style>
a { background-color: #183487; }
a { background-color: rgb(24,52,135); }
div.DivClassName
{
background-color: #183487;
}
.BgClassName
{
background-color: #183487;
}
</style>
border-color css
<style>
span { border-color: #183487; }
span { border-color: rgb(24,52,135); }
td.TdClassName
{
border-color: #183487;
}
.TagClassName
{
border-color: #183487;
}
</style>