Shades of Smalt #074098
Tints of Smalt #074098
RGB
CMYK
RGB Variations
Color information
#074098 (or 0x074098) is known color: Smalt. HEX triplet: 07, 40 and 98. RGB value is (7,64,152). Sum of RGB (Red+Green+Blue) = 7+64+152=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 152 (59.77% from 255 or 68.16% from 223); Max value from RGB is 152 - color contains mainly: blue. Hex color #074098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074098 is #F8BF67. Grayscale: #383838. Windows color (decimal): -16301928 or 9977863. OLE color: 9977863.
HSL color Cylindrical-coordinate representation of color #074098: hue angle of 216.41º 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 #074098 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 64 | 152 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.40 |
| HSL | 216.41º | 0.91% | 0.31% | - |
| HSV(B) | 216.41º | 0.95% | 0.6% | - |
| XYZ | 7.59 | 5.98 | 30.46 | - |
| YUV | 56.99 | 181.62 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 152 | 0.95 | 0.58 | 0 | 0.40 | 216.41 | 0.91 | 0.31 |
| Hex | 7 | 40 | 98 | 5F | 3A | 0 | 28 | D8 | 5B | 1F |
| Octal | 7 | 100 | 230 | 137 | 72 | 0 | 50 | 330 | 133 | 37 |
| Binary | 111 | 1000000 | 10011000 | 1011111 | 111010 | 0 | 101000 | 11011000 | 1011011 | 11111 |
Color Harmonies of #074098
Complementary color
Monochromatic Colors of #074098
Black with #074098
Text Example
Text Example
White with #074098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074098; }
p { color: rgb(7,64,152); }
H1.HeaderClassName
{
color: #074098;
}
.AnyTagClassName
{
color: #074098;
}
</style>
background-color css
<style>
a { background-color: #074098; }
a { background-color: rgb(7,64,152); }
div.DivClassName
{
background-color: #074098;
}
.BgClassName
{
background-color: #074098;
}
</style>
border-color css
<style>
span { border-color: #074098; }
span { border-color: rgb(7,64,152); }
td.TdClassName
{
border-color: #074098;
}
.TagClassName
{
border-color: #074098;
}
</style>