Shades of Smalt #073183
Tints of Smalt #073183
RGB
CMYK
RGB Variations
Color information
#073183 (or 0x073183) is known color: Smalt. HEX triplet: 07, 31 and 83. RGB value is (7,49,131). Sum of RGB (Red+Green+Blue) = 7+49+131=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 131 (51.56% from 255 or 70.05% from 187); Max value from RGB is 131 - color contains mainly: blue. Hex color #073183 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073183 is #F8CE7C. Grayscale: #2D2D2D. Windows color (decimal): -16305789 or 8597767. OLE color: 8597767.
HSL color Cylindrical-coordinate representation of color #073183: hue angle of 219.68º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073183 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 49 | 131 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.49 |
| HSL | 219.68º | 0.9% | 0.27% | - |
| HSV(B) | 219.68º | 0.95% | 0.51% | - |
| XYZ | 5.28 | 3.88 | 21.94 | - |
| YUV | 45.79 | 176.09 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 49 | 131 | 0.95 | 0.63 | 0 | 0.49 | 219.68 | 0.9 | 0.27 |
| Hex | 7 | 31 | 83 | 5F | 3F | 0 | 31 | DC | 5A | 1B |
| Octal | 7 | 61 | 203 | 137 | 77 | 0 | 61 | 334 | 132 | 33 |
| Binary | 111 | 110001 | 10000011 | 1011111 | 111111 | 0 | 110001 | 11011100 | 1011010 | 11011 |
Color Harmonies of #073183
Complementary color
Monochromatic Colors of #073183
Black with #073183
Text Example
Text Example
White with #073183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073183; }
p { color: rgb(7,49,131); }
H1.HeaderClassName
{
color: #073183;
}
.AnyTagClassName
{
color: #073183;
}
</style>
background-color css
<style>
a { background-color: #073183; }
a { background-color: rgb(7,49,131); }
div.DivClassName
{
background-color: #073183;
}
.BgClassName
{
background-color: #073183;
}
</style>
border-color css
<style>
span { border-color: #073183; }
span { border-color: rgb(7,49,131); }
td.TdClassName
{
border-color: #073183;
}
.TagClassName
{
border-color: #073183;
}
</style>