Shades of Smalt #004199
Tints of Smalt #004199
RGB
CMYK
RGB Variations
Color information
#004199 (or 0x004199) is known color: Smalt. HEX triplet: 00, 41 and 99. RGB value is (0,65,153). Sum of RGB (Red+Green+Blue) = 0+65+153=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #004199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004199 is #FFBE66. Grayscale: #373737. Windows color (decimal): -16760423 or 10043648. OLE color: 10043648.
HSL color Cylindrical-coordinate representation of color #004199: hue angle of 214.51º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004199 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 65 | 153 | - |
| CMYK | 1 | 0.58 | 0 | 0.4 |
| HSL | 214.51º | 1% | 0.3% | - |
| HSV(B) | 214.51º | 1% | 0.6% | - |
| XYZ | 7.64 | 6.08 | 30.91 | - |
| YUV | 55.6 | 182.97 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 153 | 1 | 0.58 | 0 | 0.4 | 214.51 | 1 | 0.3 |
| Hex | 0 | 41 | 99 | 64 | 3A | 0 | 28 | D7 | 64 | 1E |
| Octal | 0 | 101 | 231 | 144 | 72 | 0 | 50 | 327 | 144 | 36 |
| Binary | 0 | 1000001 | 10011001 | 1100100 | 111010 | 0 | 101000 | 11010111 | 1100100 | 11110 |
Color Harmonies of #004199
Complementary color
Monochromatic Colors of #004199
Black with #004199
Text Example
Text Example
White with #004199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004199; }
p { color: rgb(0,65,153); }
H1.HeaderClassName
{
color: #004199;
}
.AnyTagClassName
{
color: #004199;
}
</style>
background-color css
<style>
a { background-color: #004199; }
a { background-color: rgb(0,65,153); }
div.DivClassName
{
background-color: #004199;
}
.BgClassName
{
background-color: #004199;
}
</style>
border-color css
<style>
span { border-color: #004199; }
span { border-color: rgb(0,65,153); }
td.TdClassName
{
border-color: #004199;
}
.TagClassName
{
border-color: #004199;
}
</style>