Shades of Smalt #133E91
Tints of Smalt #133E91
RGB
CMYK
RGB Variations
Color information
#133E91 (or 0x133E91) is known color: Smalt. HEX triplet: 13, 3E and 91. RGB value is (19,62,145). Sum of RGB (Red+Green+Blue) = 19+62+145=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #133E91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133E91 is #ECC16E. Grayscale: #3A3A3A. Windows color (decimal): -15516015 or 9518611. OLE color: 9518611.
HSL color Cylindrical-coordinate representation of color #133E91: hue angle of 219.52º 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 #133E91 is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 62 | 145 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.43 |
| HSL | 219.52º | 0.77% | 0.32% | - |
| HSV(B) | 219.52º | 0.87% | 0.57% | - |
| XYZ | 7.1 | 5.63 | 27.5 | - |
| YUV | 58.61 | 176.75 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 145 | 0.87 | 0.57 | 0 | 0.43 | 219.52 | 0.77 | 0.32 |
| Hex | 13 | 3E | 91 | 57 | 39 | 0 | 2B | DC | 4D | 20 |
| Octal | 23 | 76 | 221 | 127 | 71 | 0 | 53 | 334 | 115 | 40 |
| Binary | 10011 | 111110 | 10010001 | 1010111 | 111001 | 0 | 101011 | 11011100 | 1001101 | 100000 |
Color Harmonies of #133E91
Complementary color
Monochromatic Colors of #133E91
Black with #133E91
Text Example
Text Example
White with #133E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133E91; }
p { color: rgb(19,62,145); }
H1.HeaderClassName
{
color: #133E91;
}
.AnyTagClassName
{
color: #133E91;
}
</style>
background-color css
<style>
a { background-color: #133E91; }
a { background-color: rgb(19,62,145); }
div.DivClassName
{
background-color: #133E91;
}
.BgClassName
{
background-color: #133E91;
}
</style>
border-color css
<style>
span { border-color: #133E91; }
span { border-color: rgb(19,62,145); }
td.TdClassName
{
border-color: #133E91;
}
.TagClassName
{
border-color: #133E91;
}
</style>