Shades of Smalt #183585
Tints of Smalt #183585
RGB
CMYK
RGB Variations
Color information
#183585 (or 0x183585) is known color: Smalt. HEX triplet: 18, 35 and 85. RGB value is (24,53,133). Sum of RGB (Red+Green+Blue) = 24+53+133=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #183585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183585 is #E7CA7A. Grayscale: #353535. Windows color (decimal): -15190651 or 8729880. OLE color: 8729880.
HSL color Cylindrical-coordinate representation of color #183585: hue angle of 224.04º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #183585 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 53 | 133 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.48 |
| HSL | 224.04º | 0.69% | 0.31% | - |
| HSV(B) | 224.04º | 0.82% | 0.52% | - |
| XYZ | 5.88 | 4.43 | 22.74 | - |
| YUV | 53.45 | 172.89 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 133 | 0.82 | 0.60 | 0 | 0.48 | 224.04 | 0.69 | 0.31 |
| Hex | 18 | 35 | 85 | 52 | 3C | 0 | 30 | E0 | 45 | 1F |
| Octal | 30 | 65 | 205 | 122 | 74 | 0 | 60 | 340 | 105 | 37 |
| Binary | 11000 | 110101 | 10000101 | 1010010 | 111100 | 0 | 110000 | 11100000 | 1000101 | 11111 |
Color Harmonies of #183585
Complementary color
Monochromatic Colors of #183585
Black with #183585
Text Example
Text Example
White with #183585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183585; }
p { color: rgb(24,53,133); }
H1.HeaderClassName
{
color: #183585;
}
.AnyTagClassName
{
color: #183585;
}
</style>
background-color css
<style>
a { background-color: #183585; }
a { background-color: rgb(24,53,133); }
div.DivClassName
{
background-color: #183585;
}
.BgClassName
{
background-color: #183585;
}
</style>
border-color css
<style>
span { border-color: #183585; }
span { border-color: rgb(24,53,133); }
td.TdClassName
{
border-color: #183585;
}
.TagClassName
{
border-color: #183585;
}
</style>