Shades of Smalt #122985
Tints of Smalt #122985
RGB
CMYK
RGB Variations
Color information
#122985 (or 0x122985) is known color: Smalt. HEX triplet: 12, 29 and 85. RGB value is (18,41,133). Sum of RGB (Red+Green+Blue) = 18+41+133=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 133 (52.34% from 255 or 69.27% from 192); Max value from RGB is 133 - color contains mainly: blue. Hex color #122985 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122985 is #EDD67A. Grayscale: #2C2C2C. Windows color (decimal): -15586939 or 8726802. OLE color: 8726802.
HSL color Cylindrical-coordinate representation of color #122985: hue angle of 228º 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 #122985 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 41 | 133 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.48 |
| HSL | 228º | 0.76% | 0.3% | - |
| HSV(B) | 228º | 0.86% | 0.52% | - |
| XYZ | 5.28 | 3.41 | 22.57 | - |
| YUV | 44.61 | 177.88 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 133 | 0.86 | 0.69 | 0 | 0.48 | 228 | 0.76 | 0.3 |
| Hex | 12 | 29 | 85 | 56 | 45 | 0 | 30 | E4 | 4C | 1E |
| Octal | 22 | 51 | 205 | 126 | 105 | 0 | 60 | 344 | 114 | 36 |
| Binary | 10010 | 101001 | 10000101 | 1010110 | 1000101 | 0 | 110000 | 11100100 | 1001100 | 11110 |
Color Harmonies of #122985
Complementary color
Monochromatic Colors of #122985
Black with #122985
Text Example
Text Example
White with #122985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122985; }
p { color: rgb(18,41,133); }
H1.HeaderClassName
{
color: #122985;
}
.AnyTagClassName
{
color: #122985;
}
</style>
background-color css
<style>
a { background-color: #122985; }
a { background-color: rgb(18,41,133); }
div.DivClassName
{
background-color: #122985;
}
.BgClassName
{
background-color: #122985;
}
</style>
border-color css
<style>
span { border-color: #122985; }
span { border-color: rgb(18,41,133); }
td.TdClassName
{
border-color: #122985;
}
.TagClassName
{
border-color: #122985;
}
</style>