Shades of Smalt #183387
Tints of Smalt #183387
RGB
CMYK
RGB Variations
Color information
#183387 (or 0x183387) is known color: Smalt. HEX triplet: 18, 33 and 87. RGB value is (24,51,135). Sum of RGB (Red+Green+Blue) = 24+51+135=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 135 (53.12% from 255 or 64.29% from 210); Max value from RGB is 135 - color contains mainly: blue. Hex color #183387 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183387 is #E7CC78. Grayscale: #343434. Windows color (decimal): -15191161 or 8860440. OLE color: 8860440.
HSL color Cylindrical-coordinate representation of color #183387: hue angle of 225.41º 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 #183387 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 51 | 135 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.47 |
| HSL | 225.41º | 0.7% | 0.31% | - |
| HSV(B) | 225.41º | 0.82% | 0.53% | - |
| XYZ | 5.93 | 4.31 | 23.44 | - |
| YUV | 52.5 | 174.55 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 135 | 0.82 | 0.62 | 0 | 0.47 | 225.41 | 0.7 | 0.31 |
| Hex | 18 | 33 | 87 | 52 | 3E | 0 | 2F | E1 | 46 | 1F |
| Octal | 30 | 63 | 207 | 122 | 76 | 0 | 57 | 341 | 106 | 37 |
| Binary | 11000 | 110011 | 10000111 | 1010010 | 111110 | 0 | 101111 | 11100001 | 1000110 | 11111 |
Color Harmonies of #183387
Complementary color
Monochromatic Colors of #183387
Black with #183387
Text Example
Text Example
White with #183387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183387; }
p { color: rgb(24,51,135); }
H1.HeaderClassName
{
color: #183387;
}
.AnyTagClassName
{
color: #183387;
}
</style>
background-color css
<style>
a { background-color: #183387; }
a { background-color: rgb(24,51,135); }
div.DivClassName
{
background-color: #183387;
}
.BgClassName
{
background-color: #183387;
}
</style>
border-color css
<style>
span { border-color: #183387; }
span { border-color: rgb(24,51,135); }
td.TdClassName
{
border-color: #183387;
}
.TagClassName
{
border-color: #183387;
}
</style>