Shades of Smalt #074097
Tints of Smalt #074097
RGB
CMYK
RGB Variations
Color information
#074097 (or 0x074097) is known color: Smalt. HEX triplet: 07, 40 and 97. RGB value is (7,64,151). Sum of RGB (Red+Green+Blue) = 7+64+151=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 151 (59.38% from 255 or 68.02% from 222); Max value from RGB is 151 - color contains mainly: blue. Hex color #074097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074097 is #F8BF68. Grayscale: #383838. Windows color (decimal): -16301929 or 9912327. OLE color: 9912327.
HSL color Cylindrical-coordinate representation of color #074097: hue angle of 216.25º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074097 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 64 | 151 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.41 |
| HSL | 216.25º | 0.91% | 0.31% | - |
| HSV(B) | 216.25º | 0.95% | 0.59% | - |
| XYZ | 7.51 | 5.95 | 30.03 | - |
| YUV | 56.88 | 181.12 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 151 | 0.95 | 0.58 | 0 | 0.41 | 216.25 | 0.91 | 0.31 |
| Hex | 7 | 40 | 97 | 5F | 3A | 0 | 29 | D8 | 5B | 1F |
| Octal | 7 | 100 | 227 | 137 | 72 | 0 | 51 | 330 | 133 | 37 |
| Binary | 111 | 1000000 | 10010111 | 1011111 | 111010 | 0 | 101001 | 11011000 | 1011011 | 11111 |
Color Harmonies of #074097
Complementary color
Monochromatic Colors of #074097
Black with #074097
Text Example
Text Example
White with #074097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074097; }
p { color: rgb(7,64,151); }
H1.HeaderClassName
{
color: #074097;
}
.AnyTagClassName
{
color: #074097;
}
</style>
background-color css
<style>
a { background-color: #074097; }
a { background-color: rgb(7,64,151); }
div.DivClassName
{
background-color: #074097;
}
.BgClassName
{
background-color: #074097;
}
</style>
border-color css
<style>
span { border-color: #074097; }
span { border-color: rgb(7,64,151); }
td.TdClassName
{
border-color: #074097;
}
.TagClassName
{
border-color: #074097;
}
</style>