Shades of Smalt #074095
Tints of Smalt #074095
RGB
CMYK
RGB Variations
Color information
#074095 (or 0x074095) is known color: Smalt. HEX triplet: 07, 40 and 95. RGB value is (7,64,149). Sum of RGB (Red+Green+Blue) = 7+64+149=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #074095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074095 is #F8BF6A. Grayscale: #383838. Windows color (decimal): -16301931 or 9781255. OLE color: 9781255.
HSL color Cylindrical-coordinate representation of color #074095: hue angle of 215.92º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074095 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 64 | 149 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.42 |
| HSL | 215.92º | 0.91% | 0.31% | - |
| HSV(B) | 215.92º | 0.95% | 0.58% | - |
| XYZ | 7.35 | 5.88 | 29.18 | - |
| YUV | 56.65 | 180.12 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 149 | 0.95 | 0.57 | 0 | 0.42 | 215.92 | 0.91 | 0.31 |
| Hex | 7 | 40 | 95 | 5F | 39 | 0 | 2A | D8 | 5B | 1F |
| Octal | 7 | 100 | 225 | 137 | 71 | 0 | 52 | 330 | 133 | 37 |
| Binary | 111 | 1000000 | 10010101 | 1011111 | 111001 | 0 | 101010 | 11011000 | 1011011 | 11111 |
Color Harmonies of #074095
Complementary color
Monochromatic Colors of #074095
Black with #074095
Text Example
Text Example
White with #074095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074095; }
p { color: rgb(7,64,149); }
H1.HeaderClassName
{
color: #074095;
}
.AnyTagClassName
{
color: #074095;
}
</style>
background-color css
<style>
a { background-color: #074095; }
a { background-color: rgb(7,64,149); }
div.DivClassName
{
background-color: #074095;
}
.BgClassName
{
background-color: #074095;
}
</style>
border-color css
<style>
span { border-color: #074095; }
span { border-color: rgb(7,64,149); }
td.TdClassName
{
border-color: #074095;
}
.TagClassName
{
border-color: #074095;
}
</style>