Shades of Smalt #133D91
Tints of Smalt #133D91
RGB
CMYK
RGB Variations
Color information
#133D91 (or 0x133D91) is known color: Smalt. HEX triplet: 13, 3D and 91. RGB value is (19,61,145). Sum of RGB (Red+Green+Blue) = 19+61+145=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 145 (57.03% from 255 or 64.44% from 225); Max value from RGB is 145 - color contains mainly: blue. Hex color #133D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133D91 is #ECC26E. Grayscale: #393939. Windows color (decimal): -15516271 or 9518355. OLE color: 9518355.
HSL color Cylindrical-coordinate representation of color #133D91: hue angle of 220º 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 #133D91 is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 61 | 145 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.43 |
| HSL | 220º | 0.77% | 0.32% | - |
| HSV(B) | 220º | 0.87% | 0.57% | - |
| XYZ | 7.05 | 5.52 | 27.48 | - |
| YUV | 58.02 | 177.09 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 145 | 0.87 | 0.58 | 0 | 0.43 | 220 | 0.77 | 0.32 |
| Hex | 13 | 3D | 91 | 57 | 3A | 0 | 2B | DC | 4D | 20 |
| Octal | 23 | 75 | 221 | 127 | 72 | 0 | 53 | 334 | 115 | 40 |
| Binary | 10011 | 111101 | 10010001 | 1010111 | 111010 | 0 | 101011 | 11011100 | 1001101 | 100000 |
Color Harmonies of #133D91
Complementary color
Monochromatic Colors of #133D91
Black with #133D91
Text Example
Text Example
White with #133D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D91; }
p { color: rgb(19,61,145); }
H1.HeaderClassName
{
color: #133D91;
}
.AnyTagClassName
{
color: #133D91;
}
</style>
background-color css
<style>
a { background-color: #133D91; }
a { background-color: rgb(19,61,145); }
div.DivClassName
{
background-color: #133D91;
}
.BgClassName
{
background-color: #133D91;
}
</style>
border-color css
<style>
span { border-color: #133D91; }
span { border-color: rgb(19,61,145); }
td.TdClassName
{
border-color: #133D91;
}
.TagClassName
{
border-color: #133D91;
}
</style>