Shades of Smalt #073383
Tints of Smalt #073383
RGB
CMYK
RGB Variations
Color information
#073383 (or 0x073383) is known color: Smalt. HEX triplet: 07, 33 and 83. RGB value is (7,51,131). Sum of RGB (Red+Green+Blue) = 7+51+131=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 131 (51.56% from 255 or 69.31% from 189); Max value from RGB is 131 - color contains mainly: blue. Hex color #073383 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073383 is #F8CC7C. Grayscale: #2E2E2E. Windows color (decimal): -16305277 or 8598279. OLE color: 8598279.
HSL color Cylindrical-coordinate representation of color #073383: hue angle of 218.71º 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 #073383 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 51 | 131 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.49 |
| HSL | 218.71º | 0.9% | 0.27% | - |
| HSV(B) | 218.71º | 0.95% | 0.51% | - |
| XYZ | 5.37 | 4.05 | 21.97 | - |
| YUV | 46.96 | 175.42 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 51 | 131 | 0.95 | 0.61 | 0 | 0.49 | 218.71 | 0.9 | 0.27 |
| Hex | 7 | 33 | 83 | 5F | 3D | 0 | 31 | DB | 5A | 1B |
| Octal | 7 | 63 | 203 | 137 | 75 | 0 | 61 | 333 | 132 | 33 |
| Binary | 111 | 110011 | 10000011 | 1011111 | 111101 | 0 | 110001 | 11011011 | 1011010 | 11011 |
Color Harmonies of #073383
Complementary color
Monochromatic Colors of #073383
Black with #073383
Text Example
Text Example
White with #073383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073383; }
p { color: rgb(7,51,131); }
H1.HeaderClassName
{
color: #073383;
}
.AnyTagClassName
{
color: #073383;
}
</style>
background-color css
<style>
a { background-color: #073383; }
a { background-color: rgb(7,51,131); }
div.DivClassName
{
background-color: #073383;
}
.BgClassName
{
background-color: #073383;
}
</style>
border-color css
<style>
span { border-color: #073383; }
span { border-color: rgb(7,51,131); }
td.TdClassName
{
border-color: #073383;
}
.TagClassName
{
border-color: #073383;
}
</style>