Shades of Smalt #004495
Tints of Smalt #004495
RGB
CMYK
RGB Variations
Color information
#004495 (or 0x004495) is known color: Smalt. HEX triplet: 00, 44 and 95. RGB value is (0,68,149). Sum of RGB (Red+Green+Blue) = 0+68+149=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 149 (58.59% from 255 or 68.66% from 217); Max value from RGB is 149 - color contains mainly: blue. Hex color #004495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004495 is #FFBB6A. Grayscale: #383838. Windows color (decimal): -16759659 or 9782272. OLE color: 9782272.
HSL color Cylindrical-coordinate representation of color #004495: hue angle of 212.62º 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 #004495 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 68 | 149 | - |
| CMYK | 1 | 0.54 | 0 | 0.42 |
| HSL | 212.62º | 1% | 0.29% | - |
| HSV(B) | 212.62º | 1% | 0.58% | - |
| XYZ | 7.49 | 6.3 | 29.26 | - |
| YUV | 56.9 | 179.97 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 68 | 149 | 1 | 0.54 | 0 | 0.42 | 212.62 | 1 | 0.29 |
| Hex | 0 | 44 | 95 | 64 | 36 | 0 | 2A | D5 | 64 | 1D |
| Octal | 0 | 104 | 225 | 144 | 66 | 0 | 52 | 325 | 144 | 35 |
| Binary | 0 | 1000100 | 10010101 | 1100100 | 110110 | 0 | 101010 | 11010101 | 1100100 | 11101 |
Color Harmonies of #004495
Complementary color
Monochromatic Colors of #004495
Black with #004495
Text Example
Text Example
White with #004495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004495; }
p { color: rgb(0,68,149); }
H1.HeaderClassName
{
color: #004495;
}
.AnyTagClassName
{
color: #004495;
}
</style>
background-color css
<style>
a { background-color: #004495; }
a { background-color: rgb(0,68,149); }
div.DivClassName
{
background-color: #004495;
}
.BgClassName
{
background-color: #004495;
}
</style>
border-color css
<style>
span { border-color: #004495; }
span { border-color: rgb(0,68,149); }
td.TdClassName
{
border-color: #004495;
}
.TagClassName
{
border-color: #004495;
}
</style>