Shades of Smalt #133F90
Tints of Smalt #133F90
RGB
CMYK
RGB Variations
Color information
#133F90 (or 0x133F90) is known color: Smalt. HEX triplet: 13, 3F and 90. RGB value is (19,63,144). Sum of RGB (Red+Green+Blue) = 19+63+144=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #133F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133F90 is #ECC06F. Grayscale: #3A3A3A. Windows color (decimal): -15515760 or 9453331. OLE color: 9453331.
HSL color Cylindrical-coordinate representation of color #133F90: hue angle of 218.88º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133F90 is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 63 | 144 | - |
| CMYK | 0.87 | 0.56 | 0 | 0.44 |
| HSL | 218.88º | 0.77% | 0.32% | - |
| HSV(B) | 218.88º | 0.87% | 0.56% | - |
| XYZ | 7.08 | 5.71 | 27.11 | - |
| YUV | 59.08 | 175.92 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 144 | 0.87 | 0.56 | 0 | 0.44 | 218.88 | 0.77 | 0.32 |
| Hex | 13 | 3F | 90 | 57 | 38 | 0 | 2C | DB | 4D | 20 |
| Octal | 23 | 77 | 220 | 127 | 70 | 0 | 54 | 333 | 115 | 40 |
| Binary | 10011 | 111111 | 10010000 | 1010111 | 111000 | 0 | 101100 | 11011011 | 1001101 | 100000 |
Color Harmonies of #133F90
Complementary color
Monochromatic Colors of #133F90
Black with #133F90
Text Example
Text Example
White with #133F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F90; }
p { color: rgb(19,63,144); }
H1.HeaderClassName
{
color: #133F90;
}
.AnyTagClassName
{
color: #133F90;
}
</style>
background-color css
<style>
a { background-color: #133F90; }
a { background-color: rgb(19,63,144); }
div.DivClassName
{
background-color: #133F90;
}
.BgClassName
{
background-color: #133F90;
}
</style>
border-color css
<style>
span { border-color: #133F90; }
span { border-color: rgb(19,63,144); }
td.TdClassName
{
border-color: #133F90;
}
.TagClassName
{
border-color: #133F90;
}
</style>