Shades of Smalt #133C8D
Tints of Smalt #133C8D
RGB
CMYK
RGB Variations
Color information
#133C8D (or 0x133C8D) is known color: Smalt. HEX triplet: 13, 3C and 8D. RGB value is (19,60,141). Sum of RGB (Red+Green+Blue) = 19+60+141=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #133C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133C8D is #ECC372. Grayscale: #383838. Windows color (decimal): -15516531 or 9255955. OLE color: 9255955.
HSL color Cylindrical-coordinate representation of color #133C8D: hue angle of 219.84º 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 #133C8D is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 60 | 141 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.45 |
| HSL | 219.84º | 0.76% | 0.31% | - |
| HSV(B) | 219.84º | 0.87% | 0.55% | - |
| XYZ | 6.69 | 5.29 | 25.87 | - |
| YUV | 56.98 | 175.42 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 141 | 0.87 | 0.57 | 0 | 0.45 | 219.84 | 0.76 | 0.31 |
| Hex | 13 | 3C | 8D | 57 | 39 | 0 | 2D | DC | 4C | 1F |
| Octal | 23 | 74 | 215 | 127 | 71 | 0 | 55 | 334 | 114 | 37 |
| Binary | 10011 | 111100 | 10001101 | 1010111 | 111001 | 0 | 101101 | 11011100 | 1001100 | 11111 |
Color Harmonies of #133C8D
Complementary color
Monochromatic Colors of #133C8D
Black with #133C8D
Text Example
Text Example
White with #133C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C8D; }
p { color: rgb(19,60,141); }
H1.HeaderClassName
{
color: #133C8D;
}
.AnyTagClassName
{
color: #133C8D;
}
</style>
background-color css
<style>
a { background-color: #133C8D; }
a { background-color: rgb(19,60,141); }
div.DivClassName
{
background-color: #133C8D;
}
.BgClassName
{
background-color: #133C8D;
}
</style>
border-color css
<style>
span { border-color: #133C8D; }
span { border-color: rgb(19,60,141); }
td.TdClassName
{
border-color: #133C8D;
}
.TagClassName
{
border-color: #133C8D;
}
</style>