Shades of Smalt #004099
Tints of Smalt #004099
RGB
CMYK
RGB Variations
Color information
#004099 (or 0x004099) is known color: Smalt. HEX triplet: 00, 40 and 99. RGB value is (0,64,153). Sum of RGB (Red+Green+Blue) = 0+64+153=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #004099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004099 is #FFBF66. Grayscale: #363636. Windows color (decimal): -16760679 or 10043392. OLE color: 10043392.
HSL color Cylindrical-coordinate representation of color #004099: hue angle of 214.9º 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 #004099 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 64 | 153 | - |
| CMYK | 1 | 0.58 | 0 | 0.4 |
| HSL | 214.9º | 1% | 0.3% | - |
| HSV(B) | 214.9º | 1% | 0.6% | - |
| XYZ | 7.58 | 5.97 | 30.89 | - |
| YUV | 55.01 | 183.3 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 153 | 1 | 0.58 | 0 | 0.4 | 214.9 | 1 | 0.3 |
| Hex | 0 | 40 | 99 | 64 | 3A | 0 | 28 | D7 | 64 | 1E |
| Octal | 0 | 100 | 231 | 144 | 72 | 0 | 50 | 327 | 144 | 36 |
| Binary | 0 | 1000000 | 10011001 | 1100100 | 111010 | 0 | 101000 | 11010111 | 1100100 | 11110 |
Color Harmonies of #004099
Complementary color
Monochromatic Colors of #004099
Black with #004099
Text Example
Text Example
White with #004099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004099; }
p { color: rgb(0,64,153); }
H1.HeaderClassName
{
color: #004099;
}
.AnyTagClassName
{
color: #004099;
}
</style>
background-color css
<style>
a { background-color: #004099; }
a { background-color: rgb(0,64,153); }
div.DivClassName
{
background-color: #004099;
}
.BgClassName
{
background-color: #004099;
}
</style>
border-color css
<style>
span { border-color: #004099; }
span { border-color: rgb(0,64,153); }
td.TdClassName
{
border-color: #004099;
}
.TagClassName
{
border-color: #004099;
}
</style>