Shades of Smalt #122A87
Tints of Smalt #122A87
RGB
CMYK
RGB Variations
Color information
#122A87 (or 0x122A87) is known color: Smalt. HEX triplet: 12, 2A and 87. RGB value is (18,42,135). Sum of RGB (Red+Green+Blue) = 18+42+135=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 135 (53.12% from 255 or 69.23% from 195); Max value from RGB is 135 - color contains mainly: blue. Hex color #122A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122A87 is #EDD578. Grayscale: #2D2D2D. Windows color (decimal): -15586681 or 8858130. OLE color: 8858130.
HSL color Cylindrical-coordinate representation of color #122A87: hue angle of 227.69º degrees, saturation: 0.76, 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 #122A87 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 42 | 135 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.47 |
| HSL | 227.69º | 0.76% | 0.3% | - |
| HSV(B) | 227.69º | 0.87% | 0.53% | - |
| XYZ | 5.45 | 3.53 | 23.32 | - |
| YUV | 45.43 | 178.55 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 135 | 0.87 | 0.69 | 0 | 0.47 | 227.69 | 0.76 | 0.3 |
| Hex | 12 | 2A | 87 | 57 | 45 | 0 | 2F | E4 | 4C | 1E |
| Octal | 22 | 52 | 207 | 127 | 105 | 0 | 57 | 344 | 114 | 36 |
| Binary | 10010 | 101010 | 10000111 | 1010111 | 1000101 | 0 | 101111 | 11100100 | 1001100 | 11110 |
Color Harmonies of #122A87
Complementary color
Monochromatic Colors of #122A87
Black with #122A87
Text Example
Text Example
White with #122A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122A87; }
p { color: rgb(18,42,135); }
H1.HeaderClassName
{
color: #122A87;
}
.AnyTagClassName
{
color: #122A87;
}
</style>
background-color css
<style>
a { background-color: #122A87; }
a { background-color: rgb(18,42,135); }
div.DivClassName
{
background-color: #122A87;
}
.BgClassName
{
background-color: #122A87;
}
</style>
border-color css
<style>
span { border-color: #122A87; }
span { border-color: rgb(18,42,135); }
td.TdClassName
{
border-color: #122A87;
}
.TagClassName
{
border-color: #122A87;
}
</style>