Shades of Smalt #07358C
Tints of Smalt #07358C
RGB
CMYK
RGB Variations
Color information
#07358C (or 0x07358C) is known color: Smalt. HEX triplet: 07, 35 and 8C. RGB value is (7,53,140). Sum of RGB (Red+Green+Blue) = 7+53+140=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 140 (55.08% from 255 or 70% from 200); Max value from RGB is 140 - color contains mainly: blue. Hex color #07358C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07358C is #F8CA73. Grayscale: #303030. Windows color (decimal): -16304756 or 9188615. OLE color: 9188615.
HSL color Cylindrical-coordinate representation of color #07358C: hue angle of 219.25º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07358C is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 53 | 140 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.45 |
| HSL | 219.25º | 0.9% | 0.29% | - |
| HSV(B) | 219.25º | 0.95% | 0.55% | - |
| XYZ | 6.09 | 4.48 | 25.36 | - |
| YUV | 49.16 | 179.26 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 140 | 0.95 | 0.62 | 0 | 0.45 | 219.25 | 0.9 | 0.29 |
| Hex | 7 | 35 | 8C | 5F | 3E | 0 | 2D | DB | 5A | 1D |
| Octal | 7 | 65 | 214 | 137 | 76 | 0 | 55 | 333 | 132 | 35 |
| Binary | 111 | 110101 | 10001100 | 1011111 | 111110 | 0 | 101101 | 11011011 | 1011010 | 11101 |
Color Harmonies of #07358C
Complementary color
Monochromatic Colors of #07358C
Black with #07358C
Text Example
Text Example
White with #07358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07358C; }
p { color: rgb(7,53,140); }
H1.HeaderClassName
{
color: #07358C;
}
.AnyTagClassName
{
color: #07358C;
}
</style>
background-color css
<style>
a { background-color: #07358C; }
a { background-color: rgb(7,53,140); }
div.DivClassName
{
background-color: #07358C;
}
.BgClassName
{
background-color: #07358C;
}
</style>
border-color css
<style>
span { border-color: #07358C; }
span { border-color: rgb(7,53,140); }
td.TdClassName
{
border-color: #07358C;
}
.TagClassName
{
border-color: #07358C;
}
</style>