Shades of Smalt #133085
Tints of Smalt #133085
RGB
CMYK
RGB Variations
Color information
#133085 (or 0x133085) is known color: Smalt. HEX triplet: 13, 30 and 85. RGB value is (19,48,133). Sum of RGB (Red+Green+Blue) = 19+48+133=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 133 (52.34% from 255 or 66.5% from 200); Max value from RGB is 133 - color contains mainly: blue. Hex color #133085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133085 is #ECCF7A. Grayscale: #303030. Windows color (decimal): -15519611 or 8728595. OLE color: 8728595.
HSL color Cylindrical-coordinate representation of color #133085: hue angle of 224.74º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #133085 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 48 | 133 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.48 |
| HSL | 224.74º | 0.75% | 0.3% | - |
| HSV(B) | 224.74º | 0.86% | 0.52% | - |
| XYZ | 5.56 | 3.95 | 22.66 | - |
| YUV | 49.02 | 175.39 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 133 | 0.86 | 0.64 | 0 | 0.48 | 224.74 | 0.75 | 0.3 |
| Hex | 13 | 30 | 85 | 56 | 40 | 0 | 30 | E1 | 4B | 1E |
| Octal | 23 | 60 | 205 | 126 | 100 | 0 | 60 | 341 | 113 | 36 |
| Binary | 10011 | 110000 | 10000101 | 1010110 | 1000000 | 0 | 110000 | 11100001 | 1001011 | 11110 |
Color Harmonies of #133085
Complementary color
Monochromatic Colors of #133085
Black with #133085
Text Example
Text Example
White with #133085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133085; }
p { color: rgb(19,48,133); }
H1.HeaderClassName
{
color: #133085;
}
.AnyTagClassName
{
color: #133085;
}
</style>
background-color css
<style>
a { background-color: #133085; }
a { background-color: rgb(19,48,133); }
div.DivClassName
{
background-color: #133085;
}
.BgClassName
{
background-color: #133085;
}
</style>
border-color css
<style>
span { border-color: #133085; }
span { border-color: rgb(19,48,133); }
td.TdClassName
{
border-color: #133085;
}
.TagClassName
{
border-color: #133085;
}
</style>