Shades of Smalt #004191
Tints of Smalt #004191
RGB
CMYK
RGB Variations
Color information
#004191 (or 0x004191) is known color: Smalt. HEX triplet: 00, 41 and 91. RGB value is (0,65,145). Sum of RGB (Red+Green+Blue) = 0+65+145=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 145 (57.03% from 255 or 69.05% from 210); Max value from RGB is 145 - color contains mainly: blue. Hex color #004191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004191 is #FFBE6E. Grayscale: #363636. Windows color (decimal): -16760431 or 9519360. OLE color: 9519360.
HSL color Cylindrical-coordinate representation of color #004191: hue angle of 213.1º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004191 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 65 | 145 | - |
| CMYK | 1 | 0.55 | 0 | 0.43 |
| HSL | 213.1º | 1% | 0.28% | - |
| HSV(B) | 213.1º | 1% | 0.57% | - |
| XYZ | 7 | 5.82 | 27.54 | - |
| YUV | 54.69 | 178.97 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 145 | 1 | 0.55 | 0 | 0.43 | 213.1 | 1 | 0.28 |
| Hex | 0 | 41 | 91 | 64 | 37 | 0 | 2B | D5 | 64 | 1C |
| Octal | 0 | 101 | 221 | 144 | 67 | 0 | 53 | 325 | 144 | 34 |
| Binary | 0 | 1000001 | 10010001 | 1100100 | 110111 | 0 | 101011 | 11010101 | 1100100 | 11100 |
Color Harmonies of #004191
Complementary color
Monochromatic Colors of #004191
Black with #004191
Text Example
Text Example
White with #004191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004191; }
p { color: rgb(0,65,145); }
H1.HeaderClassName
{
color: #004191;
}
.AnyTagClassName
{
color: #004191;
}
</style>
background-color css
<style>
a { background-color: #004191; }
a { background-color: rgb(0,65,145); }
div.DivClassName
{
background-color: #004191;
}
.BgClassName
{
background-color: #004191;
}
</style>
border-color css
<style>
span { border-color: #004191; }
span { border-color: rgb(0,65,145); }
td.TdClassName
{
border-color: #004191;
}
.TagClassName
{
border-color: #004191;
}
</style>