Shades of Smalt #183386
Tints of Smalt #183386
RGB
CMYK
RGB Variations
Color information
#183386 (or 0x183386) is known color: Smalt. HEX triplet: 18, 33 and 86. RGB value is (24,51,134). Sum of RGB (Red+Green+Blue) = 24+51+134=209 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.48% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 134 (52.73% from 255 or 64.11% from 209); Max value from RGB is 134 - color contains mainly: blue. Hex color #183386 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183386 is #E7CC79. Grayscale: #343434. Windows color (decimal): -15191162 or 8794904. OLE color: 8794904.
HSL color Cylindrical-coordinate representation of color #183386: hue angle of 225.27º 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 #183386 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 51 | 134 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.47 |
| HSL | 225.27º | 0.7% | 0.31% | - |
| HSV(B) | 225.27º | 0.82% | 0.53% | - |
| XYZ | 5.86 | 4.28 | 23.07 | - |
| YUV | 52.39 | 174.05 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 134 | 0.82 | 0.62 | 0 | 0.47 | 225.27 | 0.7 | 0.31 |
| Hex | 18 | 33 | 86 | 52 | 3E | 0 | 2F | E1 | 46 | 1F |
| Octal | 30 | 63 | 206 | 122 | 76 | 0 | 57 | 341 | 106 | 37 |
| Binary | 11000 | 110011 | 10000110 | 1010010 | 111110 | 0 | 101111 | 11100001 | 1000110 | 11111 |
Color Harmonies of #183386
Complementary color
Monochromatic Colors of #183386
Black with #183386
Text Example
Text Example
White with #183386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183386; }
p { color: rgb(24,51,134); }
H1.HeaderClassName
{
color: #183386;
}
.AnyTagClassName
{
color: #183386;
}
</style>
background-color css
<style>
a { background-color: #183386; }
a { background-color: rgb(24,51,134); }
div.DivClassName
{
background-color: #183386;
}
.BgClassName
{
background-color: #183386;
}
</style>
border-color css
<style>
span { border-color: #183386; }
span { border-color: rgb(24,51,134); }
td.TdClassName
{
border-color: #183386;
}
.TagClassName
{
border-color: #183386;
}
</style>