Shades of Smalt #004096
Tints of Smalt #004096
RGB
CMYK
RGB Variations
Color information
#004096 (or 0x004096) is known color: Smalt. HEX triplet: 00, 40 and 96. RGB value is (0,64,150). Sum of RGB (Red+Green+Blue) = 0+64+150=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 150 (58.98% from 255 or 70.09% from 214); Max value from RGB is 150 - color contains mainly: blue. Hex color #004096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004096 is #FFBF69. Grayscale: #363636. Windows color (decimal): -16760682 or 9846784. OLE color: 9846784.
HSL color Cylindrical-coordinate representation of color #004096: hue angle of 214.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004096 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 64 | 150 | - |
| CMYK | 1 | 0.57 | 0 | 0.41 |
| HSL | 214.4º | 1% | 0.29% | - |
| HSV(B) | 214.4º | 1% | 0.59% | - |
| XYZ | 7.34 | 5.87 | 29.6 | - |
| YUV | 54.67 | 181.8 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 150 | 1 | 0.57 | 0 | 0.41 | 214.4 | 1 | 0.29 |
| Hex | 0 | 40 | 96 | 64 | 39 | 0 | 29 | D6 | 64 | 1D |
| Octal | 0 | 100 | 226 | 144 | 71 | 0 | 51 | 326 | 144 | 35 |
| Binary | 0 | 1000000 | 10010110 | 1100100 | 111001 | 0 | 101001 | 11010110 | 1100100 | 11101 |
Color Harmonies of #004096
Complementary color
Monochromatic Colors of #004096
Black with #004096
Text Example
Text Example
White with #004096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004096; }
p { color: rgb(0,64,150); }
H1.HeaderClassName
{
color: #004096;
}
.AnyTagClassName
{
color: #004096;
}
</style>
background-color css
<style>
a { background-color: #004096; }
a { background-color: rgb(0,64,150); }
div.DivClassName
{
background-color: #004096;
}
.BgClassName
{
background-color: #004096;
}
</style>
border-color css
<style>
span { border-color: #004096; }
span { border-color: rgb(0,64,150); }
td.TdClassName
{
border-color: #004096;
}
.TagClassName
{
border-color: #004096;
}
</style>