Shades of Smalt #073F9F
Tints of Smalt #073F9F
RGB
CMYK
RGB Variations
Color information
#073F9F (or 0x073F9F) is known color: Smalt. HEX triplet: 07, 3F and 9F. RGB value is (7,63,159). Sum of RGB (Red+Green+Blue) = 7+63+159=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 159 (62.5% from 255 or 69.43% from 229); Max value from RGB is 159 - color contains mainly: blue. Hex color #073F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073F9F is #F8C060. Grayscale: #383838. Windows color (decimal): -16302177 or 10436359. OLE color: 10436359.
HSL color Cylindrical-coordinate representation of color #073F9F: hue angle of 217.89º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073F9F is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 63 | 159 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.38 |
| HSL | 217.89º | 0.92% | 0.33% | - |
| HSV(B) | 217.89º | 0.96% | 0.62% | - |
| XYZ | 8.12 | 6.1 | 33.55 | - |
| YUV | 57.2 | 185.45 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 159 | 0.96 | 0.60 | 0 | 0.38 | 217.89 | 0.92 | 0.33 |
| Hex | 7 | 3F | 9F | 60 | 3C | 0 | 26 | DA | 5C | 21 |
| Octal | 7 | 77 | 237 | 140 | 74 | 0 | 46 | 332 | 134 | 41 |
| Binary | 111 | 111111 | 10011111 | 1100000 | 111100 | 0 | 100110 | 11011010 | 1011100 | 100001 |
Color Harmonies of #073F9F
Complementary color
Monochromatic Colors of #073F9F
Black with #073F9F
Text Example
Text Example
White with #073F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073F9F; }
p { color: rgb(7,63,159); }
H1.HeaderClassName
{
color: #073F9F;
}
.AnyTagClassName
{
color: #073F9F;
}
</style>
background-color css
<style>
a { background-color: #073F9F; }
a { background-color: rgb(7,63,159); }
div.DivClassName
{
background-color: #073F9F;
}
.BgClassName
{
background-color: #073F9F;
}
</style>
border-color css
<style>
span { border-color: #073F9F; }
span { border-color: rgb(7,63,159); }
td.TdClassName
{
border-color: #073F9F;
}
.TagClassName
{
border-color: #073F9F;
}
</style>