Shades of Smalt #123D91
Tints of Smalt #123D91
RGB
CMYK
RGB Variations
Color information
#123D91 (or 0x123D91) is known color: Smalt. HEX triplet: 12, 3D and 91. RGB value is (18,61,145). Sum of RGB (Red+Green+Blue) = 18+61+145=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 145 (57.03% from 255 or 64.73% from 224); Max value from RGB is 145 - color contains mainly: blue. Hex color #123D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123D91 is #EDC26E. Grayscale: #393939. Windows color (decimal): -15581807 or 9518354. OLE color: 9518354.
HSL color Cylindrical-coordinate representation of color #123D91: hue angle of 219.69º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123D91 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 61 | 145 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.43 |
| HSL | 219.69º | 0.78% | 0.32% | - |
| HSV(B) | 219.69º | 0.88% | 0.57% | - |
| XYZ | 7.03 | 5.51 | 27.48 | - |
| YUV | 57.72 | 177.25 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 145 | 0.88 | 0.58 | 0 | 0.43 | 219.69 | 0.78 | 0.32 |
| Hex | 12 | 3D | 91 | 58 | 3A | 0 | 2B | DC | 4E | 20 |
| Octal | 22 | 75 | 221 | 130 | 72 | 0 | 53 | 334 | 116 | 40 |
| Binary | 10010 | 111101 | 10010001 | 1011000 | 111010 | 0 | 101011 | 11011100 | 1001110 | 100000 |
Color Harmonies of #123D91
Complementary color
Monochromatic Colors of #123D91
Black with #123D91
Text Example
Text Example
White with #123D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D91; }
p { color: rgb(18,61,145); }
H1.HeaderClassName
{
color: #123D91;
}
.AnyTagClassName
{
color: #123D91;
}
</style>
background-color css
<style>
a { background-color: #123D91; }
a { background-color: rgb(18,61,145); }
div.DivClassName
{
background-color: #123D91;
}
.BgClassName
{
background-color: #123D91;
}
</style>
border-color css
<style>
span { border-color: #123D91; }
span { border-color: rgb(18,61,145); }
td.TdClassName
{
border-color: #123D91;
}
.TagClassName
{
border-color: #123D91;
}
</style>