Shades of Smalt #123B8D
Tints of Smalt #123B8D
RGB
CMYK
RGB Variations
Color information
#123B8D (or 0x123B8D) is known color: Smalt. HEX triplet: 12, 3B and 8D. RGB value is (18,59,141). Sum of RGB (Red+Green+Blue) = 18+59+141=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 141 (55.47% from 255 or 64.68% from 218); Max value from RGB is 141 - color contains mainly: blue. Hex color #123B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123B8D is #EDC472. Grayscale: #373737. Windows color (decimal): -15582323 or 9255698. OLE color: 9255698.
HSL color Cylindrical-coordinate representation of color #123B8D: hue angle of 220º 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 #123B8D is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 59 | 141 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.45 |
| HSL | 220º | 0.77% | 0.31% | - |
| HSV(B) | 220º | 0.87% | 0.55% | - |
| XYZ | 6.62 | 5.18 | 25.85 | - |
| YUV | 56.09 | 175.92 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 141 | 0.87 | 0.58 | 0 | 0.45 | 220 | 0.77 | 0.31 |
| Hex | 12 | 3B | 8D | 57 | 3A | 0 | 2D | DC | 4D | 1F |
| Octal | 22 | 73 | 215 | 127 | 72 | 0 | 55 | 334 | 115 | 37 |
| Binary | 10010 | 111011 | 10001101 | 1010111 | 111010 | 0 | 101101 | 11011100 | 1001101 | 11111 |
Color Harmonies of #123B8D
Complementary color
Monochromatic Colors of #123B8D
Black with #123B8D
Text Example
Text Example
White with #123B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B8D; }
p { color: rgb(18,59,141); }
H1.HeaderClassName
{
color: #123B8D;
}
.AnyTagClassName
{
color: #123B8D;
}
</style>
background-color css
<style>
a { background-color: #123B8D; }
a { background-color: rgb(18,59,141); }
div.DivClassName
{
background-color: #123B8D;
}
.BgClassName
{
background-color: #123B8D;
}
</style>
border-color css
<style>
span { border-color: #123B8D; }
span { border-color: rgb(18,59,141); }
td.TdClassName
{
border-color: #123B8D;
}
.TagClassName
{
border-color: #123B8D;
}
</style>