Shades of Smalt #07359D
Tints of Smalt #07359D
RGB
CMYK
RGB Variations
Color information
#07359D (or 0x07359D) is known color: Smalt. HEX triplet: 07, 35 and 9D. RGB value is (7,53,157). Sum of RGB (Red+Green+Blue) = 7+53+157=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 157 (61.72% from 255 or 72.35% from 217); Max value from RGB is 157 - color contains mainly: blue. Hex color #07359D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07359D is #F8CA62. Grayscale: #323232. Windows color (decimal): -16304739 or 10302727. OLE color: 10302727.
HSL color Cylindrical-coordinate representation of color #07359D: hue angle of 221.6º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07359D is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 53 | 157 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.38 |
| HSL | 221.6º | 0.91% | 0.32% | - |
| HSV(B) | 221.6º | 0.96% | 0.62% | - |
| XYZ | 7.45 | 5.03 | 32.48 | - |
| YUV | 51.1 | 187.76 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 157 | 0.96 | 0.66 | 0 | 0.38 | 221.6 | 0.91 | 0.32 |
| Hex | 7 | 35 | 9D | 60 | 42 | 0 | 26 | DE | 5B | 20 |
| Octal | 7 | 65 | 235 | 140 | 102 | 0 | 46 | 336 | 133 | 40 |
| Binary | 111 | 110101 | 10011101 | 1100000 | 1000010 | 0 | 100110 | 11011110 | 1011011 | 100000 |
Color Harmonies of #07359D
Complementary color
Monochromatic Colors of #07359D
Black with #07359D
Text Example
Text Example
White with #07359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07359D; }
p { color: rgb(7,53,157); }
H1.HeaderClassName
{
color: #07359D;
}
.AnyTagClassName
{
color: #07359D;
}
</style>
background-color css
<style>
a { background-color: #07359D; }
a { background-color: rgb(7,53,157); }
div.DivClassName
{
background-color: #07359D;
}
.BgClassName
{
background-color: #07359D;
}
</style>
border-color css
<style>
span { border-color: #07359D; }
span { border-color: rgb(7,53,157); }
td.TdClassName
{
border-color: #07359D;
}
.TagClassName
{
border-color: #07359D;
}
</style>