Shades of Smalt #072A98
Tints of Smalt #072A98
RGB
CMYK
RGB Variations
Color information
#072A98 (or 0x072A98) is known color: Smalt. HEX triplet: 07, 2A and 98. RGB value is (7,42,152). Sum of RGB (Red+Green+Blue) = 7+42+152=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 152 (59.77% from 255 or 75.62% from 201); Max value from RGB is 152 - color contains mainly: blue. Hex color #072A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072A98 is #F8D567. Grayscale: #2B2B2B. Windows color (decimal): -16307560 or 9972231. OLE color: 9972231.
HSL color Cylindrical-coordinate representation of color #072A98: hue angle of 225.52º 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 #072A98 is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 42 | 152 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.40 |
| HSL | 225.52º | 0.91% | 0.31% | - |
| HSV(B) | 225.52º | 0.95% | 0.6% | - |
| XYZ | 6.58 | 3.97 | 30.12 | - |
| YUV | 44.08 | 188.9 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 42 | 152 | 0.95 | 0.72 | 0 | 0.40 | 225.52 | 0.91 | 0.31 |
| Hex | 7 | 2A | 98 | 5F | 48 | 0 | 28 | E2 | 5B | 1F |
| Octal | 7 | 52 | 230 | 137 | 110 | 0 | 50 | 342 | 133 | 37 |
| Binary | 111 | 101010 | 10011000 | 1011111 | 1001000 | 0 | 101000 | 11100010 | 1011011 | 11111 |
Color Harmonies of #072A98
Complementary color
Monochromatic Colors of #072A98
Black with #072A98
Text Example
Text Example
White with #072A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072A98; }
p { color: rgb(7,42,152); }
H1.HeaderClassName
{
color: #072A98;
}
.AnyTagClassName
{
color: #072A98;
}
</style>
background-color css
<style>
a { background-color: #072A98; }
a { background-color: rgb(7,42,152); }
div.DivClassName
{
background-color: #072A98;
}
.BgClassName
{
background-color: #072A98;
}
</style>
border-color css
<style>
span { border-color: #072A98; }
span { border-color: rgb(7,42,152); }
td.TdClassName
{
border-color: #072A98;
}
.TagClassName
{
border-color: #072A98;
}
</style>