Shades of Smalt #07359A
Tints of Smalt #07359A
RGB
CMYK
RGB Variations
Color information
#07359A (or 0x07359A) is known color: Smalt. HEX triplet: 07, 35 and 9A. RGB value is (7,53,154). Sum of RGB (Red+Green+Blue) = 7+53+154=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 154 (60.55% from 255 or 71.96% from 214); Max value from RGB is 154 - color contains mainly: blue. Hex color #07359A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07359A is #F8CA65. Grayscale: #323232. Windows color (decimal): -16304742 or 10106119. OLE color: 10106119.
HSL color Cylindrical-coordinate representation of color #07359A: hue angle of 221.22º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07359A is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 53 | 154 | - |
| CMYK | 0.95 | 0.66 | 0 | 0.40 |
| HSL | 221.22º | 0.91% | 0.32% | - |
| HSV(B) | 221.22º | 0.95% | 0.6% | - |
| XYZ | 7.19 | 4.92 | 31.14 | - |
| YUV | 50.76 | 186.26 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 154 | 0.95 | 0.66 | 0 | 0.40 | 221.22 | 0.91 | 0.32 |
| Hex | 7 | 35 | 9A | 5F | 42 | 0 | 28 | DD | 5B | 20 |
| Octal | 7 | 65 | 232 | 137 | 102 | 0 | 50 | 335 | 133 | 40 |
| Binary | 111 | 110101 | 10011010 | 1011111 | 1000010 | 0 | 101000 | 11011101 | 1011011 | 100000 |
Color Harmonies of #07359A
Complementary color
Monochromatic Colors of #07359A
Black with #07359A
Text Example
Text Example
White with #07359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07359A; }
p { color: rgb(7,53,154); }
H1.HeaderClassName
{
color: #07359A;
}
.AnyTagClassName
{
color: #07359A;
}
</style>
background-color css
<style>
a { background-color: #07359A; }
a { background-color: rgb(7,53,154); }
div.DivClassName
{
background-color: #07359A;
}
.BgClassName
{
background-color: #07359A;
}
</style>
border-color css
<style>
span { border-color: #07359A; }
span { border-color: rgb(7,53,154); }
td.TdClassName
{
border-color: #07359A;
}
.TagClassName
{
border-color: #07359A;
}
</style>