Shades of Smalt #07399C
Tints of Smalt #07399C
RGB
CMYK
RGB Variations
Color information
#07399C (or 0x07399C) is known color: Smalt. HEX triplet: 07, 39 and 9C. RGB value is (7,57,156). Sum of RGB (Red+Green+Blue) = 7+57+156=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 156 (61.33% from 255 or 70.91% from 220); Max value from RGB is 156 - color contains mainly: blue. Hex color #07399C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07399C is #F8C663. Grayscale: #343434. Windows color (decimal): -16303716 or 10238215. OLE color: 10238215.
HSL color Cylindrical-coordinate representation of color #07399C: hue angle of 219.87º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07399C is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 57 | 156 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.39 |
| HSL | 219.87º | 0.91% | 0.32% | - |
| HSV(B) | 219.87º | 0.96% | 0.61% | - |
| XYZ | 7.55 | 5.37 | 32.09 | - |
| YUV | 53.34 | 185.94 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 57 | 156 | 0.96 | 0.63 | 0 | 0.39 | 219.87 | 0.91 | 0.32 |
| Hex | 7 | 39 | 9C | 60 | 3F | 0 | 27 | DC | 5B | 20 |
| Octal | 7 | 71 | 234 | 140 | 77 | 0 | 47 | 334 | 133 | 40 |
| Binary | 111 | 111001 | 10011100 | 1100000 | 111111 | 0 | 100111 | 11011100 | 1011011 | 100000 |
Color Harmonies of #07399C
Complementary color
Monochromatic Colors of #07399C
Black with #07399C
Text Example
Text Example
White with #07399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07399C; }
p { color: rgb(7,57,156); }
H1.HeaderClassName
{
color: #07399C;
}
.AnyTagClassName
{
color: #07399C;
}
</style>
background-color css
<style>
a { background-color: #07399C; }
a { background-color: rgb(7,57,156); }
div.DivClassName
{
background-color: #07399C;
}
.BgClassName
{
background-color: #07399C;
}
</style>
border-color css
<style>
span { border-color: #07399C; }
span { border-color: rgb(7,57,156); }
td.TdClassName
{
border-color: #07399C;
}
.TagClassName
{
border-color: #07399C;
}
</style>