Shades of Smalt #122E8E
Tints of Smalt #122E8E
RGB
CMYK
RGB Variations
Color information
#122E8E (or 0x122E8E) is known color: Smalt. HEX triplet: 12, 2E and 8E. RGB value is (18,46,142). Sum of RGB (Red+Green+Blue) = 18+46+142=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 142 (55.86% from 255 or 68.93% from 206); Max value from RGB is 142 - color contains mainly: blue. Hex color #122E8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122E8E is #EDD171. Grayscale: #303030. Windows color (decimal): -15585650 or 9317906. OLE color: 9317906.
HSL color Cylindrical-coordinate representation of color #122E8E: hue angle of 226.45º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #122E8E is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 46 | 142 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.44 |
| HSL | 226.45º | 0.78% | 0.31% | - |
| HSV(B) | 226.45º | 0.87% | 0.56% | - |
| XYZ | 6.11 | 4.04 | 26.05 | - |
| YUV | 48.57 | 180.72 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 142 | 0.87 | 0.68 | 0 | 0.44 | 226.45 | 0.78 | 0.31 |
| Hex | 12 | 2E | 8E | 57 | 44 | 0 | 2C | E2 | 4E | 1F |
| Octal | 22 | 56 | 216 | 127 | 104 | 0 | 54 | 342 | 116 | 37 |
| Binary | 10010 | 101110 | 10001110 | 1010111 | 1000100 | 0 | 101100 | 11100010 | 1001110 | 11111 |
Color Harmonies of #122E8E
Complementary color
Monochromatic Colors of #122E8E
Black with #122E8E
Text Example
Text Example
White with #122E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E8E; }
p { color: rgb(18,46,142); }
H1.HeaderClassName
{
color: #122E8E;
}
.AnyTagClassName
{
color: #122E8E;
}
</style>
background-color css
<style>
a { background-color: #122E8E; }
a { background-color: rgb(18,46,142); }
div.DivClassName
{
background-color: #122E8E;
}
.BgClassName
{
background-color: #122E8E;
}
</style>
border-color css
<style>
span { border-color: #122E8E; }
span { border-color: rgb(18,46,142); }
td.TdClassName
{
border-color: #122E8E;
}
.TagClassName
{
border-color: #122E8E;
}
</style>