Shades of Smalt #133A8D
Tints of Smalt #133A8D
RGB
CMYK
RGB Variations
Color information
#133A8D (or 0x133A8D) is known color: Smalt. HEX triplet: 13, 3A and 8D. RGB value is (19,58,141). Sum of RGB (Red+Green+Blue) = 19+58+141=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 141 (55.47% from 255 or 64.68% from 218); Max value from RGB is 141 - color contains mainly: blue. Hex color #133A8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133A8D is #ECC572. Grayscale: #373737. Windows color (decimal): -15517043 or 9255443. OLE color: 9255443.
HSL color Cylindrical-coordinate representation of color #133A8D: hue angle of 220.82º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133A8D is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 58 | 141 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.45 |
| HSL | 220.82º | 0.76% | 0.31% | - |
| HSV(B) | 220.82º | 0.87% | 0.55% | - |
| XYZ | 6.59 | 5.09 | 25.83 | - |
| YUV | 55.8 | 176.08 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 141 | 0.87 | 0.59 | 0 | 0.45 | 220.82 | 0.76 | 0.31 |
| Hex | 13 | 3A | 8D | 57 | 3B | 0 | 2D | DD | 4C | 1F |
| Octal | 23 | 72 | 215 | 127 | 73 | 0 | 55 | 335 | 114 | 37 |
| Binary | 10011 | 111010 | 10001101 | 1010111 | 111011 | 0 | 101101 | 11011101 | 1001100 | 11111 |
Color Harmonies of #133A8D
Complementary color
Monochromatic Colors of #133A8D
Black with #133A8D
Text Example
Text Example
White with #133A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133A8D; }
p { color: rgb(19,58,141); }
H1.HeaderClassName
{
color: #133A8D;
}
.AnyTagClassName
{
color: #133A8D;
}
</style>
background-color css
<style>
a { background-color: #133A8D; }
a { background-color: rgb(19,58,141); }
div.DivClassName
{
background-color: #133A8D;
}
.BgClassName
{
background-color: #133A8D;
}
</style>
border-color css
<style>
span { border-color: #133A8D; }
span { border-color: rgb(19,58,141); }
td.TdClassName
{
border-color: #133A8D;
}
.TagClassName
{
border-color: #133A8D;
}
</style>