Shades of Smalt #073092
Tints of Smalt #073092
RGB
CMYK
RGB Variations
Color information
#073092 (or 0x073092) is known color: Smalt. HEX triplet: 07, 30 and 92. RGB value is (7,48,146). Sum of RGB (Red+Green+Blue) = 7+48+146=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 146 (57.42% from 255 or 72.64% from 201); Max value from RGB is 146 - color contains mainly: blue. Hex color #073092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073092 is #F8CF6D. Grayscale: #2E2E2E. Windows color (decimal): -16306030 or 9580551. OLE color: 9580551.
HSL color Cylindrical-coordinate representation of color #073092: hue angle of 222.3º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073092 is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 48 | 146 | - |
| CMYK | 0.95 | 0.67 | 0 | 0.43 |
| HSL | 222.3º | 0.91% | 0.3% | - |
| HSV(B) | 222.3º | 0.95% | 0.57% | - |
| XYZ | 6.33 | 4.23 | 27.68 | - |
| YUV | 46.91 | 183.92 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 146 | 0.95 | 0.67 | 0 | 0.43 | 222.3 | 0.91 | 0.3 |
| Hex | 7 | 30 | 92 | 5F | 43 | 0 | 2B | DE | 5B | 1E |
| Octal | 7 | 60 | 222 | 137 | 103 | 0 | 53 | 336 | 133 | 36 |
| Binary | 111 | 110000 | 10010010 | 1011111 | 1000011 | 0 | 101011 | 11011110 | 1011011 | 11110 |
Color Harmonies of #073092
Complementary color
Monochromatic Colors of #073092
Black with #073092
Text Example
Text Example
White with #073092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073092; }
p { color: rgb(7,48,146); }
H1.HeaderClassName
{
color: #073092;
}
.AnyTagClassName
{
color: #073092;
}
</style>
background-color css
<style>
a { background-color: #073092; }
a { background-color: rgb(7,48,146); }
div.DivClassName
{
background-color: #073092;
}
.BgClassName
{
background-color: #073092;
}
</style>
border-color css
<style>
span { border-color: #073092; }
span { border-color: rgb(7,48,146); }
td.TdClassName
{
border-color: #073092;
}
.TagClassName
{
border-color: #073092;
}
</style>