Shades of Smalt #123788
Tints of Smalt #123788
RGB
CMYK
RGB Variations
Color information
#123788 (or 0x123788) is known color: Smalt. HEX triplet: 12, 37 and 88. RGB value is (18,55,136). Sum of RGB (Red+Green+Blue) = 18+55+136=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 136 (53.52% from 255 or 65.07% from 209); Max value from RGB is 136 - color contains mainly: blue. Hex color #123788 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123788 is #EDC877. Grayscale: #343434. Windows color (decimal): -15583352 or 8926994. OLE color: 8926994.
HSL color Cylindrical-coordinate representation of color #123788: hue angle of 221.19º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #123788 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 55 | 136 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.47 |
| HSL | 221.19º | 0.77% | 0.3% | - |
| HSV(B) | 221.19º | 0.87% | 0.53% | - |
| XYZ | 6.06 | 4.64 | 23.87 | - |
| YUV | 53.17 | 174.74 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 136 | 0.87 | 0.60 | 0 | 0.47 | 221.19 | 0.77 | 0.3 |
| Hex | 12 | 37 | 88 | 57 | 3C | 0 | 2F | DD | 4D | 1E |
| Octal | 22 | 67 | 210 | 127 | 74 | 0 | 57 | 335 | 115 | 36 |
| Binary | 10010 | 110111 | 10001000 | 1010111 | 111100 | 0 | 101111 | 11011101 | 1001101 | 11110 |
Color Harmonies of #123788
Complementary color
Monochromatic Colors of #123788
Black with #123788
Text Example
Text Example
White with #123788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123788; }
p { color: rgb(18,55,136); }
H1.HeaderClassName
{
color: #123788;
}
.AnyTagClassName
{
color: #123788;
}
</style>
background-color css
<style>
a { background-color: #123788; }
a { background-color: rgb(18,55,136); }
div.DivClassName
{
background-color: #123788;
}
.BgClassName
{
background-color: #123788;
}
</style>
border-color css
<style>
span { border-color: #123788; }
span { border-color: rgb(18,55,136); }
td.TdClassName
{
border-color: #123788;
}
.TagClassName
{
border-color: #123788;
}
</style>