Shades of Smalt #133C92
Tints of Smalt #133C92
RGB
CMYK
RGB Variations
Color information
#133C92 (or 0x133C92) is known color: Smalt. HEX triplet: 13, 3C and 92. RGB value is (19,60,146). Sum of RGB (Red+Green+Blue) = 19+60+146=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #133C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133C92 is #ECC36D. Grayscale: #393939. Windows color (decimal): -15516526 or 9583635. OLE color: 9583635.
HSL color Cylindrical-coordinate representation of color #133C92: hue angle of 220.63º 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 #133C92 is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 60 | 146 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.43 |
| HSL | 220.63º | 0.77% | 0.32% | - |
| HSV(B) | 220.63º | 0.87% | 0.57% | - |
| XYZ | 7.07 | 5.45 | 27.87 | - |
| YUV | 57.55 | 177.92 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 146 | 0.87 | 0.59 | 0 | 0.43 | 220.63 | 0.77 | 0.32 |
| Hex | 13 | 3C | 92 | 57 | 3B | 0 | 2B | DD | 4D | 20 |
| Octal | 23 | 74 | 222 | 127 | 73 | 0 | 53 | 335 | 115 | 40 |
| Binary | 10011 | 111100 | 10010010 | 1010111 | 111011 | 0 | 101011 | 11011101 | 1001101 | 100000 |
Color Harmonies of #133C92
Complementary color
Monochromatic Colors of #133C92
Black with #133C92
Text Example
Text Example
White with #133C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C92; }
p { color: rgb(19,60,146); }
H1.HeaderClassName
{
color: #133C92;
}
.AnyTagClassName
{
color: #133C92;
}
</style>
background-color css
<style>
a { background-color: #133C92; }
a { background-color: rgb(19,60,146); }
div.DivClassName
{
background-color: #133C92;
}
.BgClassName
{
background-color: #133C92;
}
</style>
border-color css
<style>
span { border-color: #133C92; }
span { border-color: rgb(19,60,146); }
td.TdClassName
{
border-color: #133C92;
}
.TagClassName
{
border-color: #133C92;
}
</style>