Shades of Smalt #074099
Tints of Smalt #074099
RGB
CMYK
RGB Variations
Color information
#074099 (or 0x074099) is known color: Smalt. HEX triplet: 07, 40 and 99. RGB value is (7,64,153). Sum of RGB (Red+Green+Blue) = 7+64+153=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #074099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074099 is #F8BF66. Grayscale: #383838. Windows color (decimal): -16301927 or 10043399. OLE color: 10043399.
HSL color Cylindrical-coordinate representation of color #074099: hue angle of 216.58º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074099 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 7 | 64 | 153 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.4 |
| HSL | 216.58º | 0.91% | 0.31% | - |
| HSV(B) | 216.58º | 0.95% | 0.6% | - |
| XYZ | 7.67 | 6.01 | 30.89 | - |
| YUV | 57.1 | 182.12 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 153 | 0.95 | 0.58 | 0 | 0.4 | 216.58 | 0.91 | 0.31 |
| Hex | 7 | 40 | 99 | 5F | 3A | 0 | 28 | D9 | 5B | 1F |
| Octal | 7 | 100 | 231 | 137 | 72 | 0 | 50 | 331 | 133 | 37 |
| Binary | 111 | 1000000 | 10011001 | 1011111 | 111010 | 0 | 101000 | 11011001 | 1011011 | 11111 |
Color Harmonies of #074099
Complementary color
Monochromatic Colors of #074099
Black with #074099
Text Example
Text Example
White with #074099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074099; }
p { color: rgb(7,64,153); }
H1.HeaderClassName
{
color: #074099;
}
.AnyTagClassName
{
color: #074099;
}
</style>
background-color css
<style>
a { background-color: #074099; }
a { background-color: rgb(7,64,153); }
div.DivClassName
{
background-color: #074099;
}
.BgClassName
{
background-color: #074099;
}
</style>
border-color css
<style>
span { border-color: #074099; }
span { border-color: rgb(7,64,153); }
td.TdClassName
{
border-color: #074099;
}
.TagClassName
{
border-color: #074099;
}
</style>