Shades of Smalt #13358C
Tints of Smalt #13358C
RGB
CMYK
RGB Variations
Color information
#13358C (or 0x13358C) is known color: Smalt. HEX triplet: 13, 35 and 8C. RGB value is (19,53,140). Sum of RGB (Red+Green+Blue) = 19+53+140=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 140 (55.08% from 255 or 66.04% from 212); Max value from RGB is 140 - color contains mainly: blue. Hex color #13358C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13358C is #ECCA73. Grayscale: #343434. Windows color (decimal): -15518324 or 9188627. OLE color: 9188627.
HSL color Cylindrical-coordinate representation of color #13358C: hue angle of 223.14º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13358C is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 53 | 140 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.45 |
| HSL | 223.14º | 0.76% | 0.31% | - |
| HSV(B) | 223.14º | 0.86% | 0.55% | - |
| XYZ | 6.28 | 4.58 | 25.36 | - |
| YUV | 52.75 | 177.24 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 53 | 140 | 0.86 | 0.62 | 0 | 0.45 | 223.14 | 0.76 | 0.31 |
| Hex | 13 | 35 | 8C | 56 | 3E | 0 | 2D | DF | 4C | 1F |
| Octal | 23 | 65 | 214 | 126 | 76 | 0 | 55 | 337 | 114 | 37 |
| Binary | 10011 | 110101 | 10001100 | 1010110 | 111110 | 0 | 101101 | 11011111 | 1001100 | 11111 |
Color Harmonies of #13358C
Complementary color
Monochromatic Colors of #13358C
Black with #13358C
Text Example
Text Example
White with #13358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13358C; }
p { color: rgb(19,53,140); }
H1.HeaderClassName
{
color: #13358C;
}
.AnyTagClassName
{
color: #13358C;
}
</style>
background-color css
<style>
a { background-color: #13358C; }
a { background-color: rgb(19,53,140); }
div.DivClassName
{
background-color: #13358C;
}
.BgClassName
{
background-color: #13358C;
}
</style>
border-color css
<style>
span { border-color: #13358C; }
span { border-color: rgb(19,53,140); }
td.TdClassName
{
border-color: #13358C;
}
.TagClassName
{
border-color: #13358C;
}
</style>