Shades of Smalt #123185
Tints of Smalt #123185
RGB
CMYK
RGB Variations
Color information
#123185 (or 0x123185) is known color: Smalt. HEX triplet: 12, 31 and 85. RGB value is (18,49,133). Sum of RGB (Red+Green+Blue) = 18+49+133=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 133 (52.34% from 255 or 66.5% from 200); Max value from RGB is 133 - color contains mainly: blue. Hex color #123185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123185 is #EDCE7A. Grayscale: #303030. Windows color (decimal): -15584891 or 8728850. OLE color: 8728850.
HSL color Cylindrical-coordinate representation of color #123185: hue angle of 223.83º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123185 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 49 | 133 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.48 |
| HSL | 223.83º | 0.76% | 0.3% | - |
| HSV(B) | 223.83º | 0.86% | 0.52% | - |
| XYZ | 5.58 | 4.02 | 22.67 | - |
| YUV | 49.31 | 175.23 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 133 | 0.86 | 0.63 | 0 | 0.48 | 223.83 | 0.76 | 0.3 |
| Hex | 12 | 31 | 85 | 56 | 3F | 0 | 30 | E0 | 4C | 1E |
| Octal | 22 | 61 | 205 | 126 | 77 | 0 | 60 | 340 | 114 | 36 |
| Binary | 10010 | 110001 | 10000101 | 1010110 | 111111 | 0 | 110000 | 11100000 | 1001100 | 11110 |
Color Harmonies of #123185
Complementary color
Monochromatic Colors of #123185
Black with #123185
Text Example
Text Example
White with #123185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123185; }
p { color: rgb(18,49,133); }
H1.HeaderClassName
{
color: #123185;
}
.AnyTagClassName
{
color: #123185;
}
</style>
background-color css
<style>
a { background-color: #123185; }
a { background-color: rgb(18,49,133); }
div.DivClassName
{
background-color: #123185;
}
.BgClassName
{
background-color: #123185;
}
</style>
border-color css
<style>
span { border-color: #123185; }
span { border-color: rgb(18,49,133); }
td.TdClassName
{
border-color: #123185;
}
.TagClassName
{
border-color: #123185;
}
</style>