Shades of Smalt #13298C
Tints of Smalt #13298C
RGB
CMYK
RGB Variations
Color information
#13298C (or 0x13298C) is known color: Smalt. HEX triplet: 13, 29 and 8C. RGB value is (19,41,140). Sum of RGB (Red+Green+Blue) = 19+41+140=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 140 (55.08% from 255 or 70% from 200); Max value from RGB is 140 - color contains mainly: blue. Hex color #13298C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13298C is #ECD673. Grayscale: #2D2D2D. Windows color (decimal): -15521396 or 9185555. OLE color: 9185555.
HSL color Cylindrical-coordinate representation of color #13298C: hue angle of 229.09º 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 #13298C is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 41 | 140 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.45 |
| HSL | 229.09º | 0.76% | 0.31% | - |
| HSV(B) | 229.09º | 0.86% | 0.55% | - |
| XYZ | 5.8 | 3.62 | 25.2 | - |
| YUV | 45.71 | 181.21 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 140 | 0.86 | 0.71 | 0 | 0.45 | 229.09 | 0.76 | 0.31 |
| Hex | 13 | 29 | 8C | 56 | 47 | 0 | 2D | E5 | 4C | 1F |
| Octal | 23 | 51 | 214 | 126 | 107 | 0 | 55 | 345 | 114 | 37 |
| Binary | 10011 | 101001 | 10001100 | 1010110 | 1000111 | 0 | 101101 | 11100101 | 1001100 | 11111 |
Color Harmonies of #13298C
Complementary color
Monochromatic Colors of #13298C
Black with #13298C
Text Example
Text Example
White with #13298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13298C; }
p { color: rgb(19,41,140); }
H1.HeaderClassName
{
color: #13298C;
}
.AnyTagClassName
{
color: #13298C;
}
</style>
background-color css
<style>
a { background-color: #13298C; }
a { background-color: rgb(19,41,140); }
div.DivClassName
{
background-color: #13298C;
}
.BgClassName
{
background-color: #13298C;
}
</style>
border-color css
<style>
span { border-color: #13298C; }
span { border-color: rgb(19,41,140); }
td.TdClassName
{
border-color: #13298C;
}
.TagClassName
{
border-color: #13298C;
}
</style>