Shades of Smalt #074195
Tints of Smalt #074195
RGB
CMYK
RGB Variations
Color information
#074195 (or 0x074195) is known color: Smalt. HEX triplet: 07, 41 and 95. RGB value is (7,65,149). Sum of RGB (Red+Green+Blue) = 7+65+149=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #074195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074195 is #F8BE6A. Grayscale: #383838. Windows color (decimal): -16301675 or 9781511. OLE color: 9781511.
HSL color Cylindrical-coordinate representation of color #074195: hue angle of 215.49º 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 #074195 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 65 | 149 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.42 |
| HSL | 215.49º | 0.91% | 0.31% | - |
| HSV(B) | 215.49º | 0.95% | 0.58% | - |
| XYZ | 7.4 | 6 | 29.2 | - |
| YUV | 57.23 | 179.78 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 149 | 0.95 | 0.56 | 0 | 0.42 | 215.49 | 0.91 | 0.31 |
| Hex | 7 | 41 | 95 | 5F | 38 | 0 | 2A | D7 | 5B | 1F |
| Octal | 7 | 101 | 225 | 137 | 70 | 0 | 52 | 327 | 133 | 37 |
| Binary | 111 | 1000001 | 10010101 | 1011111 | 111000 | 0 | 101010 | 11010111 | 1011011 | 11111 |
Color Harmonies of #074195
Complementary color
Monochromatic Colors of #074195
Black with #074195
Text Example
Text Example
White with #074195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074195; }
p { color: rgb(7,65,149); }
H1.HeaderClassName
{
color: #074195;
}
.AnyTagClassName
{
color: #074195;
}
</style>
background-color css
<style>
a { background-color: #074195; }
a { background-color: rgb(7,65,149); }
div.DivClassName
{
background-color: #074195;
}
.BgClassName
{
background-color: #074195;
}
</style>
border-color css
<style>
span { border-color: #074195; }
span { border-color: rgb(7,65,149); }
td.TdClassName
{
border-color: #074195;
}
.TagClassName
{
border-color: #074195;
}
</style>