Shades of Smalt #004095
Tints of Smalt #004095
RGB
CMYK
RGB Variations
Color information
#004095 (or 0x004095) is known color: Smalt. HEX triplet: 00, 40 and 95. RGB value is (0,64,149). Sum of RGB (Red+Green+Blue) = 0+64+149=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 149 (58.59% from 255 or 69.95% from 213); Max value from RGB is 149 - color contains mainly: blue. Hex color #004095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004095 is #FFBF6A. Grayscale: #363636. Windows color (decimal): -16760683 or 9781248. OLE color: 9781248.
HSL color Cylindrical-coordinate representation of color #004095: hue angle of 214.23º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004095 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 64 | 149 | - |
| CMYK | 1 | 0.57 | 0 | 0.42 |
| HSL | 214.23º | 1% | 0.29% | - |
| HSV(B) | 214.23º | 1% | 0.58% | - |
| XYZ | 7.26 | 5.84 | 29.18 | - |
| YUV | 54.55 | 181.3 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 149 | 1 | 0.57 | 0 | 0.42 | 214.23 | 1 | 0.29 |
| Hex | 0 | 40 | 95 | 64 | 39 | 0 | 2A | D6 | 64 | 1D |
| Octal | 0 | 100 | 225 | 144 | 71 | 0 | 52 | 326 | 144 | 35 |
| Binary | 0 | 1000000 | 10010101 | 1100100 | 111001 | 0 | 101010 | 11010110 | 1100100 | 11101 |
Color Harmonies of #004095
Complementary color
Monochromatic Colors of #004095
Black with #004095
Text Example
Text Example
White with #004095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004095; }
p { color: rgb(0,64,149); }
H1.HeaderClassName
{
color: #004095;
}
.AnyTagClassName
{
color: #004095;
}
</style>
background-color css
<style>
a { background-color: #004095; }
a { background-color: rgb(0,64,149); }
div.DivClassName
{
background-color: #004095;
}
.BgClassName
{
background-color: #004095;
}
</style>
border-color css
<style>
span { border-color: #004095; }
span { border-color: rgb(0,64,149); }
td.TdClassName
{
border-color: #004095;
}
.TagClassName
{
border-color: #004095;
}
</style>