Shades of Smalt #133B8C
Tints of Smalt #133B8C
RGB
CMYK
RGB Variations
Color information
#133B8C (or 0x133B8C) is known color: Smalt. HEX triplet: 13, 3B and 8C. RGB value is (19,59,140). Sum of RGB (Red+Green+Blue) = 19+59+140=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 140 (55.08% from 255 or 64.22% from 218); Max value from RGB is 140 - color contains mainly: blue. Hex color #133B8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133B8C is #ECC473. Grayscale: #373737. Windows color (decimal): -15516788 or 9190163. OLE color: 9190163.
HSL color Cylindrical-coordinate representation of color #133B8C: hue angle of 220.17º 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 #133B8C is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 59 | 140 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.45 |
| HSL | 220.17º | 0.76% | 0.31% | - |
| HSV(B) | 220.17º | 0.86% | 0.55% | - |
| XYZ | 6.57 | 5.16 | 25.46 | - |
| YUV | 56.27 | 175.25 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 140 | 0.86 | 0.58 | 0 | 0.45 | 220.17 | 0.76 | 0.31 |
| Hex | 13 | 3B | 8C | 56 | 3A | 0 | 2D | DC | 4C | 1F |
| Octal | 23 | 73 | 214 | 126 | 72 | 0 | 55 | 334 | 114 | 37 |
| Binary | 10011 | 111011 | 10001100 | 1010110 | 111010 | 0 | 101101 | 11011100 | 1001100 | 11111 |
Color Harmonies of #133B8C
Complementary color
Monochromatic Colors of #133B8C
Black with #133B8C
Text Example
Text Example
White with #133B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133B8C; }
p { color: rgb(19,59,140); }
H1.HeaderClassName
{
color: #133B8C;
}
.AnyTagClassName
{
color: #133B8C;
}
</style>
background-color css
<style>
a { background-color: #133B8C; }
a { background-color: rgb(19,59,140); }
div.DivClassName
{
background-color: #133B8C;
}
.BgClassName
{
background-color: #133B8C;
}
</style>
border-color css
<style>
span { border-color: #133B8C; }
span { border-color: rgb(19,59,140); }
td.TdClassName
{
border-color: #133B8C;
}
.TagClassName
{
border-color: #133B8C;
}
</style>