Shades of Smalt #123B90
Tints of Smalt #123B90
RGB
CMYK
RGB Variations
Color information
#123B90 (or 0x123B90) is known color: Smalt. HEX triplet: 12, 3B and 90. RGB value is (18,59,144). Sum of RGB (Red+Green+Blue) = 18+59+144=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #123B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123B90 is #EDC46F. Grayscale: #383838. Windows color (decimal): -15582320 or 9452306. OLE color: 9452306.
HSL color Cylindrical-coordinate representation of color #123B90: hue angle of 220.48º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123B90 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 59 | 144 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.44 |
| HSL | 220.48º | 0.78% | 0.32% | - |
| HSV(B) | 220.48º | 0.88% | 0.56% | - |
| XYZ | 6.85 | 5.27 | 27.04 | - |
| YUV | 56.43 | 177.42 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 144 | 0.88 | 0.59 | 0 | 0.44 | 220.48 | 0.78 | 0.32 |
| Hex | 12 | 3B | 90 | 58 | 3B | 0 | 2C | DC | 4E | 20 |
| Octal | 22 | 73 | 220 | 130 | 73 | 0 | 54 | 334 | 116 | 40 |
| Binary | 10010 | 111011 | 10010000 | 1011000 | 111011 | 0 | 101100 | 11011100 | 1001110 | 100000 |
Color Harmonies of #123B90
Complementary color
Monochromatic Colors of #123B90
Black with #123B90
Text Example
Text Example
White with #123B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B90; }
p { color: rgb(18,59,144); }
H1.HeaderClassName
{
color: #123B90;
}
.AnyTagClassName
{
color: #123B90;
}
</style>
background-color css
<style>
a { background-color: #123B90; }
a { background-color: rgb(18,59,144); }
div.DivClassName
{
background-color: #123B90;
}
.BgClassName
{
background-color: #123B90;
}
</style>
border-color css
<style>
span { border-color: #123B90; }
span { border-color: rgb(18,59,144); }
td.TdClassName
{
border-color: #123B90;
}
.TagClassName
{
border-color: #123B90;
}
</style>