Shades of Smalt #07399B
Tints of Smalt #07399B
RGB
CMYK
RGB Variations
Color information
#07399B (or 0x07399B) is known color: Smalt. HEX triplet: 07, 39 and 9B. RGB value is (7,57,155). Sum of RGB (Red+Green+Blue) = 7+57+155=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #07399B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07399B is #F8C664. Grayscale: #343434. Windows color (decimal): -16303717 or 10172679. OLE color: 10172679.
HSL color Cylindrical-coordinate representation of color #07399B: hue angle of 219.73º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07399B is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 57 | 155 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.39 |
| HSL | 219.73º | 0.91% | 0.32% | - |
| HSV(B) | 219.73º | 0.95% | 0.61% | - |
| XYZ | 7.47 | 5.34 | 31.65 | - |
| YUV | 53.22 | 185.44 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 57 | 155 | 0.95 | 0.63 | 0 | 0.39 | 219.73 | 0.91 | 0.32 |
| Hex | 7 | 39 | 9B | 5F | 3F | 0 | 27 | DC | 5B | 20 |
| Octal | 7 | 71 | 233 | 137 | 77 | 0 | 47 | 334 | 133 | 40 |
| Binary | 111 | 111001 | 10011011 | 1011111 | 111111 | 0 | 100111 | 11011100 | 1011011 | 100000 |
Color Harmonies of #07399B
Complementary color
Monochromatic Colors of #07399B
Black with #07399B
Text Example
Text Example
White with #07399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07399B; }
p { color: rgb(7,57,155); }
H1.HeaderClassName
{
color: #07399B;
}
.AnyTagClassName
{
color: #07399B;
}
</style>
background-color css
<style>
a { background-color: #07399B; }
a { background-color: rgb(7,57,155); }
div.DivClassName
{
background-color: #07399B;
}
.BgClassName
{
background-color: #07399B;
}
</style>
border-color css
<style>
span { border-color: #07399B; }
span { border-color: rgb(7,57,155); }
td.TdClassName
{
border-color: #07399B;
}
.TagClassName
{
border-color: #07399B;
}
</style>