Shades of Smalt #133D92
Tints of Smalt #133D92
RGB
CMYK
RGB Variations
Color information
#133D92 (or 0x133D92) is known color: Smalt. HEX triplet: 13, 3D and 92. RGB value is (19,61,146). Sum of RGB (Red+Green+Blue) = 19+61+146=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #133D92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133D92 is #ECC26D. Grayscale: #393939. Windows color (decimal): -15516270 or 9583891. OLE color: 9583891.
HSL color Cylindrical-coordinate representation of color #133D92: hue angle of 220.16º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133D92 is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 61 | 146 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.43 |
| HSL | 220.16º | 0.77% | 0.32% | - |
| HSV(B) | 220.16º | 0.87% | 0.57% | - |
| XYZ | 7.13 | 5.55 | 27.89 | - |
| YUV | 58.13 | 177.59 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 146 | 0.87 | 0.58 | 0 | 0.43 | 220.16 | 0.77 | 0.32 |
| Hex | 13 | 3D | 92 | 57 | 3A | 0 | 2B | DC | 4D | 20 |
| Octal | 23 | 75 | 222 | 127 | 72 | 0 | 53 | 334 | 115 | 40 |
| Binary | 10011 | 111101 | 10010010 | 1010111 | 111010 | 0 | 101011 | 11011100 | 1001101 | 100000 |
Color Harmonies of #133D92
Complementary color
Monochromatic Colors of #133D92
Black with #133D92
Text Example
Text Example
White with #133D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D92; }
p { color: rgb(19,61,146); }
H1.HeaderClassName
{
color: #133D92;
}
.AnyTagClassName
{
color: #133D92;
}
</style>
background-color css
<style>
a { background-color: #133D92; }
a { background-color: rgb(19,61,146); }
div.DivClassName
{
background-color: #133D92;
}
.BgClassName
{
background-color: #133D92;
}
</style>
border-color css
<style>
span { border-color: #133D92; }
span { border-color: rgb(19,61,146); }
td.TdClassName
{
border-color: #133D92;
}
.TagClassName
{
border-color: #133D92;
}
</style>