Shades of Smalt #134191
Tints of Smalt #134191
RGB
CMYK
RGB Variations
Color information
#134191 (or 0x134191) is known color: Smalt. HEX triplet: 13, 41 and 91. RGB value is (19,65,145). Sum of RGB (Red+Green+Blue) = 19+65+145=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 145 (57.03% from 255 or 63.32% from 229); Max value from RGB is 145 - color contains mainly: blue. Hex color #134191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134191 is #ECBE6E. Grayscale: #3C3C3C. Windows color (decimal): -15515247 or 9519379. OLE color: 9519379.
HSL color Cylindrical-coordinate representation of color #134191: hue angle of 218.1º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134191 is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 65 | 145 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.43 |
| HSL | 218.1º | 0.77% | 0.32% | - |
| HSV(B) | 218.1º | 0.87% | 0.57% | - |
| XYZ | 7.27 | 5.96 | 27.56 | - |
| YUV | 60.37 | 175.76 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 145 | 0.87 | 0.55 | 0 | 0.43 | 218.1 | 0.77 | 0.32 |
| Hex | 13 | 41 | 91 | 57 | 37 | 0 | 2B | DA | 4D | 20 |
| Octal | 23 | 101 | 221 | 127 | 67 | 0 | 53 | 332 | 115 | 40 |
| Binary | 10011 | 1000001 | 10010001 | 1010111 | 110111 | 0 | 101011 | 11011010 | 1001101 | 100000 |
Color Harmonies of #134191
Complementary color
Monochromatic Colors of #134191
Black with #134191
Text Example
Text Example
White with #134191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134191; }
p { color: rgb(19,65,145); }
H1.HeaderClassName
{
color: #134191;
}
.AnyTagClassName
{
color: #134191;
}
</style>
background-color css
<style>
a { background-color: #134191; }
a { background-color: rgb(19,65,145); }
div.DivClassName
{
background-color: #134191;
}
.BgClassName
{
background-color: #134191;
}
</style>
border-color css
<style>
span { border-color: #134191; }
span { border-color: rgb(19,65,145); }
td.TdClassName
{
border-color: #134191;
}
.TagClassName
{
border-color: #134191;
}
</style>