Shades of Smalt #074090
Tints of Smalt #074090
RGB
CMYK
RGB Variations
Color information
#074090 (or 0x074090) is known color: Smalt. HEX triplet: 07, 40 and 90. RGB value is (7,64,144). Sum of RGB (Red+Green+Blue) = 7+64+144=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 144 (56.64% from 255 or 66.98% from 215); Max value from RGB is 144 - color contains mainly: blue. Hex color #074090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074090 is #F8BF6F. Grayscale: #373737. Windows color (decimal): -16301936 or 9453575. OLE color: 9453575.
HSL color Cylindrical-coordinate representation of color #074090: hue angle of 215.04º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074090 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 64 | 144 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.44 |
| HSL | 215.04º | 0.91% | 0.3% | - |
| HSV(B) | 215.04º | 0.95% | 0.56% | - |
| XYZ | 6.96 | 5.73 | 27.12 | - |
| YUV | 56.08 | 177.62 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 144 | 0.95 | 0.56 | 0 | 0.44 | 215.04 | 0.91 | 0.3 |
| Hex | 7 | 40 | 90 | 5F | 38 | 0 | 2C | D7 | 5B | 1E |
| Octal | 7 | 100 | 220 | 137 | 70 | 0 | 54 | 327 | 133 | 36 |
| Binary | 111 | 1000000 | 10010000 | 1011111 | 111000 | 0 | 101100 | 11010111 | 1011011 | 11110 |
Color Harmonies of #074090
Complementary color
Monochromatic Colors of #074090
Black with #074090
Text Example
Text Example
White with #074090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074090; }
p { color: rgb(7,64,144); }
H1.HeaderClassName
{
color: #074090;
}
.AnyTagClassName
{
color: #074090;
}
</style>
background-color css
<style>
a { background-color: #074090; }
a { background-color: rgb(7,64,144); }
div.DivClassName
{
background-color: #074090;
}
.BgClassName
{
background-color: #074090;
}
</style>
border-color css
<style>
span { border-color: #074090; }
span { border-color: rgb(7,64,144); }
td.TdClassName
{
border-color: #074090;
}
.TagClassName
{
border-color: #074090;
}
</style>