Shades of Smalt #004391
Tints of Smalt #004391
RGB
CMYK
RGB Variations
Color information
#004391 (or 0x004391) is known color: Smalt. HEX triplet: 00, 43 and 91. RGB value is (0,67,145). Sum of RGB (Red+Green+Blue) = 0+67+145=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 145 (57.03% from 255 or 68.40% from 212); Max value from RGB is 145 - color contains mainly: blue. Hex color #004391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004391 is #FFBC6E. Grayscale: #373737. Windows color (decimal): -16759919 or 9519872. OLE color: 9519872.
HSL color Cylindrical-coordinate representation of color #004391: hue angle of 212.28º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004391 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 67 | 145 | - |
| CMYK | 1 | 0.54 | 0 | 0.43 |
| HSL | 212.28º | 1% | 0.28% | - |
| HSV(B) | 212.28º | 1% | 0.57% | - |
| XYZ | 7.12 | 6.06 | 27.58 | - |
| YUV | 55.86 | 178.3 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 145 | 1 | 0.54 | 0 | 0.43 | 212.28 | 1 | 0.28 |
| Hex | 0 | 43 | 91 | 64 | 36 | 0 | 2B | D4 | 64 | 1C |
| Octal | 0 | 103 | 221 | 144 | 66 | 0 | 53 | 324 | 144 | 34 |
| Binary | 0 | 1000011 | 10010001 | 1100100 | 110110 | 0 | 101011 | 11010100 | 1100100 | 11100 |
Color Harmonies of #004391
Complementary color
Monochromatic Colors of #004391
Black with #004391
Text Example
Text Example
White with #004391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004391; }
p { color: rgb(0,67,145); }
H1.HeaderClassName
{
color: #004391;
}
.AnyTagClassName
{
color: #004391;
}
</style>
background-color css
<style>
a { background-color: #004391; }
a { background-color: rgb(0,67,145); }
div.DivClassName
{
background-color: #004391;
}
.BgClassName
{
background-color: #004391;
}
</style>
border-color css
<style>
span { border-color: #004391; }
span { border-color: rgb(0,67,145); }
td.TdClassName
{
border-color: #004391;
}
.TagClassName
{
border-color: #004391;
}
</style>