Shades of Smalt #004392
Tints of Smalt #004392
RGB
CMYK
RGB Variations
Color information
#004392 (or 0x004392) is known color: Smalt. HEX triplet: 00, 43 and 92. RGB value is (0,67,146). Sum of RGB (Red+Green+Blue) = 0+67+146=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 146 (57.42% from 255 or 68.54% from 213); Max value from RGB is 146 - color contains mainly: blue. Hex color #004392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004392 is #FFBC6D. Grayscale: #373737. Windows color (decimal): -16759918 or 9585408. OLE color: 9585408.
HSL color Cylindrical-coordinate representation of color #004392: hue angle of 212.47º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004392 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 67 | 146 | - |
| CMYK | 1 | 0.54 | 0 | 0.43 |
| HSL | 212.47º | 1% | 0.29% | - |
| HSV(B) | 212.47º | 1% | 0.57% | - |
| XYZ | 7.2 | 6.09 | 27.99 | - |
| YUV | 55.97 | 178.8 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 146 | 1 | 0.54 | 0 | 0.43 | 212.47 | 1 | 0.29 |
| Hex | 0 | 43 | 92 | 64 | 36 | 0 | 2B | D4 | 64 | 1D |
| Octal | 0 | 103 | 222 | 144 | 66 | 0 | 53 | 324 | 144 | 35 |
| Binary | 0 | 1000011 | 10010010 | 1100100 | 110110 | 0 | 101011 | 11010100 | 1100100 | 11101 |
Color Harmonies of #004392
Complementary color
Monochromatic Colors of #004392
Black with #004392
Text Example
Text Example
White with #004392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004392; }
p { color: rgb(0,67,146); }
H1.HeaderClassName
{
color: #004392;
}
.AnyTagClassName
{
color: #004392;
}
</style>
background-color css
<style>
a { background-color: #004392; }
a { background-color: rgb(0,67,146); }
div.DivClassName
{
background-color: #004392;
}
.BgClassName
{
background-color: #004392;
}
</style>
border-color css
<style>
span { border-color: #004392; }
span { border-color: rgb(0,67,146); }
td.TdClassName
{
border-color: #004392;
}
.TagClassName
{
border-color: #004392;
}
</style>