Shades of Smalt #003182
Tints of Smalt #003182
RGB
CMYK
RGB Variations
Color information
#003182 (or 0x003182) is known color: Smalt. HEX triplet: 00, 31 and 82. RGB value is (0,49,130). Sum of RGB (Red+Green+Blue) = 0+49+130=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 130 (51.17% from 255 or 72.63% from 179); Max value from RGB is 130 - color contains mainly: blue. Hex color #003182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003182 is #FFCE7D. Grayscale: #2B2B2B. Windows color (decimal): -16764542 or 8532224. OLE color: 8532224.
HSL color Cylindrical-coordinate representation of color #003182: hue angle of 217.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003182 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 49 | 130 | - |
| CMYK | 1 | 0.62 | 0 | 0.49 |
| HSL | 217.38º | 1% | 0.25% | - |
| HSV(B) | 217.38º | 1% | 0.51% | - |
| XYZ | 5.13 | 3.81 | 21.58 | - |
| YUV | 43.58 | 176.77 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 130 | 1 | 0.62 | 0 | 0.49 | 217.38 | 1 | 0.25 |
| Hex | 0 | 31 | 82 | 64 | 3E | 0 | 31 | D9 | 64 | 19 |
| Octal | 0 | 61 | 202 | 144 | 76 | 0 | 61 | 331 | 144 | 31 |
| Binary | 0 | 110001 | 10000010 | 1100100 | 111110 | 0 | 110001 | 11011001 | 1100100 | 11001 |
Color Harmonies of #003182
Complementary color
Monochromatic Colors of #003182
Black with #003182
Text Example
Text Example
White with #003182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003182; }
p { color: rgb(0,49,130); }
H1.HeaderClassName
{
color: #003182;
}
.AnyTagClassName
{
color: #003182;
}
</style>
background-color css
<style>
a { background-color: #003182; }
a { background-color: rgb(0,49,130); }
div.DivClassName
{
background-color: #003182;
}
.BgClassName
{
background-color: #003182;
}
</style>
border-color css
<style>
span { border-color: #003182; }
span { border-color: rgb(0,49,130); }
td.TdClassName
{
border-color: #003182;
}
.TagClassName
{
border-color: #003182;
}
</style>