Shades of Smalt #072898
Tints of Smalt #072898
RGB
CMYK
RGB Variations
Color information
#072898 (or 0x072898) is known color: Smalt. HEX triplet: 07, 28 and 98. RGB value is (7,40,152). Sum of RGB (Red+Green+Blue) = 7+40+152=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 152 (59.77% from 255 or 76.38% from 199); Max value from RGB is 152 - color contains mainly: blue. Hex color #072898 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072898 is #F8D767. Grayscale: #2A2A2A. Windows color (decimal): -16308072 or 9971719. OLE color: 9971719.
HSL color Cylindrical-coordinate representation of color #072898: hue angle of 226.34º 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 #072898 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 40 | 152 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.40 |
| HSL | 226.34º | 0.91% | 0.31% | - |
| HSV(B) | 226.34º | 0.95% | 0.6% | - |
| XYZ | 6.51 | 3.83 | 30.1 | - |
| YUV | 42.9 | 189.57 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 152 | 0.95 | 0.74 | 0 | 0.40 | 226.34 | 0.91 | 0.31 |
| Hex | 7 | 28 | 98 | 5F | 4A | 0 | 28 | E2 | 5B | 1F |
| Octal | 7 | 50 | 230 | 137 | 112 | 0 | 50 | 342 | 133 | 37 |
| Binary | 111 | 101000 | 10011000 | 1011111 | 1001010 | 0 | 101000 | 11100010 | 1011011 | 11111 |
Color Harmonies of #072898
Complementary color
Monochromatic Colors of #072898
Black with #072898
Text Example
Text Example
White with #072898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072898; }
p { color: rgb(7,40,152); }
H1.HeaderClassName
{
color: #072898;
}
.AnyTagClassName
{
color: #072898;
}
</style>
background-color css
<style>
a { background-color: #072898; }
a { background-color: rgb(7,40,152); }
div.DivClassName
{
background-color: #072898;
}
.BgClassName
{
background-color: #072898;
}
</style>
border-color css
<style>
span { border-color: #072898; }
span { border-color: rgb(7,40,152); }
td.TdClassName
{
border-color: #072898;
}
.TagClassName
{
border-color: #072898;
}
</style>