Shades of Smalt #07358A
Tints of Smalt #07358A
RGB
CMYK
RGB Variations
Color information
#07358A (or 0x07358A) is known color: Smalt. HEX triplet: 07, 35 and 8A. RGB value is (7,53,138). Sum of RGB (Red+Green+Blue) = 7+53+138=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 138 (54.30% from 255 or 69.70% from 198); Max value from RGB is 138 - color contains mainly: blue. Hex color #07358A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07358A is #F8CA75. Grayscale: #303030. Windows color (decimal): -16304758 or 9057543. OLE color: 9057543.
HSL color Cylindrical-coordinate representation of color #07358A: hue angle of 218.93º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07358A is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 53 | 138 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.46 |
| HSL | 218.93º | 0.9% | 0.28% | - |
| HSV(B) | 218.93º | 0.95% | 0.54% | - |
| XYZ | 5.95 | 4.43 | 24.59 | - |
| YUV | 48.94 | 178.26 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 138 | 0.95 | 0.62 | 0 | 0.46 | 218.93 | 0.9 | 0.28 |
| Hex | 7 | 35 | 8A | 5F | 3E | 0 | 2E | DB | 5A | 1C |
| Octal | 7 | 65 | 212 | 137 | 76 | 0 | 56 | 333 | 132 | 34 |
| Binary | 111 | 110101 | 10001010 | 1011111 | 111110 | 0 | 101110 | 11011011 | 1011010 | 11100 |
Color Harmonies of #07358A
Complementary color
Monochromatic Colors of #07358A
Black with #07358A
Text Example
Text Example
White with #07358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07358A; }
p { color: rgb(7,53,138); }
H1.HeaderClassName
{
color: #07358A;
}
.AnyTagClassName
{
color: #07358A;
}
</style>
background-color css
<style>
a { background-color: #07358A; }
a { background-color: rgb(7,53,138); }
div.DivClassName
{
background-color: #07358A;
}
.BgClassName
{
background-color: #07358A;
}
</style>
border-color css
<style>
span { border-color: #07358A; }
span { border-color: rgb(7,53,138); }
td.TdClassName
{
border-color: #07358A;
}
.TagClassName
{
border-color: #07358A;
}
</style>