Shades of Smalt #123892
Tints of Smalt #123892
RGB
CMYK
RGB Variations
Color information
#123892 (or 0x123892) is known color: Smalt. HEX triplet: 12, 38 and 92. RGB value is (18,56,146). Sum of RGB (Red+Green+Blue) = 18+56+146=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 146 (57.42% from 255 or 66.36% from 220); Max value from RGB is 146 - color contains mainly: blue. Hex color #123892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123892 is #EDC76D. Grayscale: #363636. Windows color (decimal): -15583086 or 9582610. OLE color: 9582610.
HSL color Cylindrical-coordinate representation of color #123892: hue angle of 222.19º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123892 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 56 | 146 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.43 |
| HSL | 222.19º | 0.78% | 0.32% | - |
| HSV(B) | 222.19º | 0.88% | 0.57% | - |
| XYZ | 6.85 | 5.03 | 27.8 | - |
| YUV | 54.9 | 179.41 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 146 | 0.88 | 0.62 | 0 | 0.43 | 222.19 | 0.78 | 0.32 |
| Hex | 12 | 38 | 92 | 58 | 3E | 0 | 2B | DE | 4E | 20 |
| Octal | 22 | 70 | 222 | 130 | 76 | 0 | 53 | 336 | 116 | 40 |
| Binary | 10010 | 111000 | 10010010 | 1011000 | 111110 | 0 | 101011 | 11011110 | 1001110 | 100000 |
Color Harmonies of #123892
Complementary color
Monochromatic Colors of #123892
Black with #123892
Text Example
Text Example
White with #123892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123892; }
p { color: rgb(18,56,146); }
H1.HeaderClassName
{
color: #123892;
}
.AnyTagClassName
{
color: #123892;
}
</style>
background-color css
<style>
a { background-color: #123892; }
a { background-color: rgb(18,56,146); }
div.DivClassName
{
background-color: #123892;
}
.BgClassName
{
background-color: #123892;
}
</style>
border-color css
<style>
span { border-color: #123892; }
span { border-color: rgb(18,56,146); }
td.TdClassName
{
border-color: #123892;
}
.TagClassName
{
border-color: #123892;
}
</style>