Shades of Smalt #07298A
Tints of Smalt #07298A
RGB
CMYK
RGB Variations
Color information
#07298A (or 0x07298A) is known color: Smalt. HEX triplet: 07, 29 and 8A. RGB value is (7,41,138). Sum of RGB (Red+Green+Blue) = 7+41+138=186 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.76% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 138 (54.30% from 255 or 74.19% from 186); Max value from RGB is 138 - color contains mainly: blue. Hex color #07298A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07298A is #F8D675. Grayscale: #292929. Windows color (decimal): -16307830 or 9054471. OLE color: 9054471.
HSL color Cylindrical-coordinate representation of color #07298A: hue angle of 224.43º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07298A is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 41 | 138 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.46 |
| HSL | 224.43º | 0.9% | 0.28% | - |
| HSV(B) | 224.43º | 0.95% | 0.54% | - |
| XYZ | 5.47 | 3.47 | 24.43 | - |
| YUV | 41.89 | 182.24 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 41 | 138 | 0.95 | 0.70 | 0 | 0.46 | 224.43 | 0.9 | 0.28 |
| Hex | 7 | 29 | 8A | 5F | 46 | 0 | 2E | E0 | 5A | 1C |
| Octal | 7 | 51 | 212 | 137 | 106 | 0 | 56 | 340 | 132 | 34 |
| Binary | 111 | 101001 | 10001010 | 1011111 | 1000110 | 0 | 101110 | 11100000 | 1011010 | 11100 |
Color Harmonies of #07298A
Complementary color
Monochromatic Colors of #07298A
Black with #07298A
Text Example
Text Example
White with #07298A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07298A; }
p { color: rgb(7,41,138); }
H1.HeaderClassName
{
color: #07298A;
}
.AnyTagClassName
{
color: #07298A;
}
</style>
background-color css
<style>
a { background-color: #07298A; }
a { background-color: rgb(7,41,138); }
div.DivClassName
{
background-color: #07298A;
}
.BgClassName
{
background-color: #07298A;
}
</style>
border-color css
<style>
span { border-color: #07298A; }
span { border-color: rgb(7,41,138); }
td.TdClassName
{
border-color: #07298A;
}
.TagClassName
{
border-color: #07298A;
}
</style>