Shades of Smalt #07409B
Tints of Smalt #07409B
RGB
CMYK
RGB Variations
Color information
#07409B (or 0x07409B) is known color: Smalt. HEX triplet: 07, 40 and 9B. RGB value is (7,64,155). Sum of RGB (Red+Green+Blue) = 7+64+155=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #07409B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07409B is #F8BF64. Grayscale: #383838. Windows color (decimal): -16301925 or 10174471. OLE color: 10174471.
HSL color Cylindrical-coordinate representation of color #07409B: hue angle of 216.89º 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 #07409B is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 64 | 155 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.39 |
| HSL | 216.89º | 0.91% | 0.32% | - |
| HSV(B) | 216.89º | 0.95% | 0.61% | - |
| XYZ | 7.84 | 6.08 | 31.77 | - |
| YUV | 57.33 | 183.12 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 155 | 0.95 | 0.59 | 0 | 0.39 | 216.89 | 0.91 | 0.32 |
| Hex | 7 | 40 | 9B | 5F | 3B | 0 | 27 | D9 | 5B | 20 |
| Octal | 7 | 100 | 233 | 137 | 73 | 0 | 47 | 331 | 133 | 40 |
| Binary | 111 | 1000000 | 10011011 | 1011111 | 111011 | 0 | 100111 | 11011001 | 1011011 | 100000 |
Color Harmonies of #07409B
Complementary color
Monochromatic Colors of #07409B
Black with #07409B
Text Example
Text Example
White with #07409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07409B; }
p { color: rgb(7,64,155); }
H1.HeaderClassName
{
color: #07409B;
}
.AnyTagClassName
{
color: #07409B;
}
</style>
background-color css
<style>
a { background-color: #07409B; }
a { background-color: rgb(7,64,155); }
div.DivClassName
{
background-color: #07409B;
}
.BgClassName
{
background-color: #07409B;
}
</style>
border-color css
<style>
span { border-color: #07409B; }
span { border-color: rgb(7,64,155); }
td.TdClassName
{
border-color: #07409B;
}
.TagClassName
{
border-color: #07409B;
}
</style>