Shades of Smalt #122C83
Tints of Smalt #122C83
RGB
CMYK
RGB Variations
Color information
#122C83 (or 0x122C83) is known color: Smalt. HEX triplet: 12, 2C and 83. RGB value is (18,44,131). Sum of RGB (Red+Green+Blue) = 18+44+131=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 131 (51.56% from 255 or 67.88% from 193); Max value from RGB is 131 - color contains mainly: blue. Hex color #122C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122C83 is #EDD37C. Grayscale: #2D2D2D. Windows color (decimal): -15586173 or 8596498. OLE color: 8596498.
HSL color Cylindrical-coordinate representation of color #122C83: hue angle of 226.19º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #122C83 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 44 | 131 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.49 |
| HSL | 226.19º | 0.76% | 0.29% | - |
| HSV(B) | 226.19º | 0.86% | 0.51% | - |
| XYZ | 5.25 | 3.57 | 21.89 | - |
| YUV | 46.14 | 175.89 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 131 | 0.86 | 0.66 | 0 | 0.49 | 226.19 | 0.76 | 0.29 |
| Hex | 12 | 2C | 83 | 56 | 42 | 0 | 31 | E2 | 4C | 1D |
| Octal | 22 | 54 | 203 | 126 | 102 | 0 | 61 | 342 | 114 | 35 |
| Binary | 10010 | 101100 | 10000011 | 1010110 | 1000010 | 0 | 110001 | 11100010 | 1001100 | 11101 |
Color Harmonies of #122C83
Complementary color
Monochromatic Colors of #122C83
Black with #122C83
Text Example
Text Example
White with #122C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122C83; }
p { color: rgb(18,44,131); }
H1.HeaderClassName
{
color: #122C83;
}
.AnyTagClassName
{
color: #122C83;
}
</style>
background-color css
<style>
a { background-color: #122C83; }
a { background-color: rgb(18,44,131); }
div.DivClassName
{
background-color: #122C83;
}
.BgClassName
{
background-color: #122C83;
}
</style>
border-color css
<style>
span { border-color: #122C83; }
span { border-color: rgb(18,44,131); }
td.TdClassName
{
border-color: #122C83;
}
.TagClassName
{
border-color: #122C83;
}
</style>