Shades of Smalt #133D93
Tints of Smalt #133D93
RGB
CMYK
RGB Variations
Color information
#133D93 (or 0x133D93) is known color: Smalt. HEX triplet: 13, 3D and 93. RGB value is (19,61,147). Sum of RGB (Red+Green+Blue) = 19+61+147=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 147 (57.81% from 255 or 64.76% from 227); Max value from RGB is 147 - color contains mainly: blue. Hex color #133D93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133D93 is #ECC26C. Grayscale: #393939. Windows color (decimal): -15516269 or 9649427. OLE color: 9649427.
HSL color Cylindrical-coordinate representation of color #133D93: hue angle of 220.31º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133D93 is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 61 | 147 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.42 |
| HSL | 220.31º | 0.77% | 0.33% | - |
| HSV(B) | 220.31º | 0.87% | 0.58% | - |
| XYZ | 7.2 | 5.58 | 28.3 | - |
| YUV | 58.25 | 178.09 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 147 | 0.87 | 0.59 | 0 | 0.42 | 220.31 | 0.77 | 0.33 |
| Hex | 13 | 3D | 93 | 57 | 3B | 0 | 2A | DC | 4D | 21 |
| Octal | 23 | 75 | 223 | 127 | 73 | 0 | 52 | 334 | 115 | 41 |
| Binary | 10011 | 111101 | 10010011 | 1010111 | 111011 | 0 | 101010 | 11011100 | 1001101 | 100001 |
Color Harmonies of #133D93
Complementary color
Monochromatic Colors of #133D93
Black with #133D93
Text Example
Text Example
White with #133D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D93; }
p { color: rgb(19,61,147); }
H1.HeaderClassName
{
color: #133D93;
}
.AnyTagClassName
{
color: #133D93;
}
</style>
background-color css
<style>
a { background-color: #133D93; }
a { background-color: rgb(19,61,147); }
div.DivClassName
{
background-color: #133D93;
}
.BgClassName
{
background-color: #133D93;
}
</style>
border-color css
<style>
span { border-color: #133D93; }
span { border-color: rgb(19,61,147); }
td.TdClassName
{
border-color: #133D93;
}
.TagClassName
{
border-color: #133D93;
}
</style>