Shades of Smalt #123B8C
Tints of Smalt #123B8C
RGB
CMYK
RGB Variations
Color information
#123B8C (or 0x123B8C) is known color: Smalt. HEX triplet: 12, 3B and 8C. RGB value is (18,59,140). Sum of RGB (Red+Green+Blue) = 18+59+140=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 140 (55.08% from 255 or 64.52% from 217); Max value from RGB is 140 - color contains mainly: blue. Hex color #123B8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123B8C is #EDC473. Grayscale: #373737. Windows color (decimal): -15582324 or 9190162. OLE color: 9190162.
HSL color Cylindrical-coordinate representation of color #123B8C: hue angle of 219.84º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #123B8C is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 59 | 140 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.45 |
| HSL | 219.84º | 0.77% | 0.31% | - |
| HSV(B) | 219.84º | 0.87% | 0.55% | - |
| XYZ | 6.55 | 5.15 | 25.46 | - |
| YUV | 55.98 | 175.42 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 140 | 0.87 | 0.58 | 0 | 0.45 | 219.84 | 0.77 | 0.31 |
| Hex | 12 | 3B | 8C | 57 | 3A | 0 | 2D | DC | 4D | 1F |
| Octal | 22 | 73 | 214 | 127 | 72 | 0 | 55 | 334 | 115 | 37 |
| Binary | 10010 | 111011 | 10001100 | 1010111 | 111010 | 0 | 101101 | 11011100 | 1001101 | 11111 |
Color Harmonies of #123B8C
Complementary color
Monochromatic Colors of #123B8C
Black with #123B8C
Text Example
Text Example
White with #123B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B8C; }
p { color: rgb(18,59,140); }
H1.HeaderClassName
{
color: #123B8C;
}
.AnyTagClassName
{
color: #123B8C;
}
</style>
background-color css
<style>
a { background-color: #123B8C; }
a { background-color: rgb(18,59,140); }
div.DivClassName
{
background-color: #123B8C;
}
.BgClassName
{
background-color: #123B8C;
}
</style>
border-color css
<style>
span { border-color: #123B8C; }
span { border-color: rgb(18,59,140); }
td.TdClassName
{
border-color: #123B8C;
}
.TagClassName
{
border-color: #123B8C;
}
</style>