Shades of Smalt #123288
Tints of Smalt #123288
RGB
CMYK
RGB Variations
Color information
#123288 (or 0x123288) is known color: Smalt. HEX triplet: 12, 32 and 88. RGB value is (18,50,136). Sum of RGB (Red+Green+Blue) = 18+50+136=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 136 (53.52% from 255 or 66.67% from 204); Max value from RGB is 136 - color contains mainly: blue. Hex color #123288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123288 is #EDCD77. Grayscale: #313131. Windows color (decimal): -15584632 or 8925714. OLE color: 8925714.
HSL color Cylindrical-coordinate representation of color #123288: hue angle of 223.73º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #123288 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 50 | 136 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.47 |
| HSL | 223.73º | 0.77% | 0.3% | - |
| HSV(B) | 223.73º | 0.87% | 0.53% | - |
| XYZ | 5.83 | 4.19 | 23.79 | - |
| YUV | 50.24 | 176.4 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 136 | 0.87 | 0.63 | 0 | 0.47 | 223.73 | 0.77 | 0.3 |
| Hex | 12 | 32 | 88 | 57 | 3F | 0 | 2F | E0 | 4D | 1E |
| Octal | 22 | 62 | 210 | 127 | 77 | 0 | 57 | 340 | 115 | 36 |
| Binary | 10010 | 110010 | 10001000 | 1010111 | 111111 | 0 | 101111 | 11100000 | 1001101 | 11110 |
Color Harmonies of #123288
Complementary color
Monochromatic Colors of #123288
Black with #123288
Text Example
Text Example
White with #123288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123288; }
p { color: rgb(18,50,136); }
H1.HeaderClassName
{
color: #123288;
}
.AnyTagClassName
{
color: #123288;
}
</style>
background-color css
<style>
a { background-color: #123288; }
a { background-color: rgb(18,50,136); }
div.DivClassName
{
background-color: #123288;
}
.BgClassName
{
background-color: #123288;
}
</style>
border-color css
<style>
span { border-color: #123288; }
span { border-color: rgb(18,50,136); }
td.TdClassName
{
border-color: #123288;
}
.TagClassName
{
border-color: #123288;
}
</style>