Shades of Smalt #112A8A
Tints of Smalt #112A8A
RGB
CMYK
RGB Variations
Color information
#112A8A (or 0x112A8A) is known color: Smalt. HEX triplet: 11, 2A and 8A. RGB value is (17,42,138). Sum of RGB (Red+Green+Blue) = 17+42+138=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 138 (54.30% from 255 or 70.05% from 197); Max value from RGB is 138 - color contains mainly: blue. Hex color #112A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112A8A is #EED575. Grayscale: #2D2D2D. Windows color (decimal): -15652214 or 9054737. OLE color: 9054737.
HSL color Cylindrical-coordinate representation of color #112A8A: hue angle of 227.6º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112A8A is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 42 | 138 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.46 |
| HSL | 227.6º | 0.78% | 0.3% | - |
| HSV(B) | 227.6º | 0.88% | 0.54% | - |
| XYZ | 5.65 | 3.61 | 24.44 | - |
| YUV | 45.47 | 180.22 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 138 | 0.88 | 0.70 | 0 | 0.46 | 227.6 | 0.78 | 0.3 |
| Hex | 11 | 2A | 8A | 58 | 46 | 0 | 2E | E4 | 4E | 1E |
| Octal | 21 | 52 | 212 | 130 | 106 | 0 | 56 | 344 | 116 | 36 |
| Binary | 10001 | 101010 | 10001010 | 1011000 | 1000110 | 0 | 101110 | 11100100 | 1001110 | 11110 |
Color Harmonies of #112A8A
Complementary color
Monochromatic Colors of #112A8A
Black with #112A8A
Text Example
Text Example
White with #112A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A8A; }
p { color: rgb(17,42,138); }
H1.HeaderClassName
{
color: #112A8A;
}
.AnyTagClassName
{
color: #112A8A;
}
</style>
background-color css
<style>
a { background-color: #112A8A; }
a { background-color: rgb(17,42,138); }
div.DivClassName
{
background-color: #112A8A;
}
.BgClassName
{
background-color: #112A8A;
}
</style>
border-color css
<style>
span { border-color: #112A8A; }
span { border-color: rgb(17,42,138); }
td.TdClassName
{
border-color: #112A8A;
}
.TagClassName
{
border-color: #112A8A;
}
</style>