Shades of Smalt #073898
Tints of Smalt #073898
RGB
CMYK
RGB Variations
Color information
#073898 (or 0x073898) is known color: Smalt. HEX triplet: 07, 38 and 98. RGB value is (7,56,152). Sum of RGB (Red+Green+Blue) = 7+56+152=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 152 (59.77% from 255 or 70.70% from 215); Max value from RGB is 152 - color contains mainly: blue. Hex color #073898 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073898 is #F8C767. Grayscale: #333333. Windows color (decimal): -16303976 or 9975815. OLE color: 9975815.
HSL color Cylindrical-coordinate representation of color #073898: hue angle of 219.72º 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 #073898 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 56 | 152 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.40 |
| HSL | 219.72º | 0.91% | 0.31% | - |
| HSV(B) | 219.72º | 0.95% | 0.6% | - |
| XYZ | 7.17 | 5.14 | 30.32 | - |
| YUV | 52.29 | 184.27 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 152 | 0.95 | 0.63 | 0 | 0.40 | 219.72 | 0.91 | 0.31 |
| Hex | 7 | 38 | 98 | 5F | 3F | 0 | 28 | DC | 5B | 1F |
| Octal | 7 | 70 | 230 | 137 | 77 | 0 | 50 | 334 | 133 | 37 |
| Binary | 111 | 111000 | 10011000 | 1011111 | 111111 | 0 | 101000 | 11011100 | 1011011 | 11111 |
Color Harmonies of #073898
Complementary color
Monochromatic Colors of #073898
Black with #073898
Text Example
Text Example
White with #073898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073898; }
p { color: rgb(7,56,152); }
H1.HeaderClassName
{
color: #073898;
}
.AnyTagClassName
{
color: #073898;
}
</style>
background-color css
<style>
a { background-color: #073898; }
a { background-color: rgb(7,56,152); }
div.DivClassName
{
background-color: #073898;
}
.BgClassName
{
background-color: #073898;
}
</style>
border-color css
<style>
span { border-color: #073898; }
span { border-color: rgb(7,56,152); }
td.TdClassName
{
border-color: #073898;
}
.TagClassName
{
border-color: #073898;
}
</style>