Shades of Smalt #07389F
Tints of Smalt #07389F
RGB
CMYK
RGB Variations
Color information
#07389F (or 0x07389F) is known color: Smalt. HEX triplet: 07, 38 and 9F. RGB value is (7,56,159). Sum of RGB (Red+Green+Blue) = 7+56+159=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 159 (62.5% from 255 or 71.62% from 222); Max value from RGB is 159 - color contains mainly: blue. Hex color #07389F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07389F is #F8C760. Grayscale: #343434. Windows color (decimal): -16303969 or 10434567. OLE color: 10434567.
HSL color Cylindrical-coordinate representation of color #07389F: hue angle of 220.66º 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 #07389F is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 56 | 159 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.38 |
| HSL | 220.66º | 0.92% | 0.33% | - |
| HSV(B) | 220.66º | 0.96% | 0.62% | - |
| XYZ | 7.76 | 5.38 | 33.43 | - |
| YUV | 53.09 | 187.77 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 159 | 0.96 | 0.65 | 0 | 0.38 | 220.66 | 0.92 | 0.33 |
| Hex | 7 | 38 | 9F | 60 | 41 | 0 | 26 | DD | 5C | 21 |
| Octal | 7 | 70 | 237 | 140 | 101 | 0 | 46 | 335 | 134 | 41 |
| Binary | 111 | 111000 | 10011111 | 1100000 | 1000001 | 0 | 100110 | 11011101 | 1011100 | 100001 |
Color Harmonies of #07389F
Complementary color
Monochromatic Colors of #07389F
Black with #07389F
Text Example
Text Example
White with #07389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07389F; }
p { color: rgb(7,56,159); }
H1.HeaderClassName
{
color: #07389F;
}
.AnyTagClassName
{
color: #07389F;
}
</style>
background-color css
<style>
a { background-color: #07389F; }
a { background-color: rgb(7,56,159); }
div.DivClassName
{
background-color: #07389F;
}
.BgClassName
{
background-color: #07389F;
}
</style>
border-color css
<style>
span { border-color: #07389F; }
span { border-color: rgb(7,56,159); }
td.TdClassName
{
border-color: #07389F;
}
.TagClassName
{
border-color: #07389F;
}
</style>