Shades of Smalt #07429B
Tints of Smalt #07429B
RGB
CMYK
RGB Variations
Color information
#07429B (or 0x07429B) is known color: Smalt. HEX triplet: 07, 42 and 9B. RGB value is (7,66,155). Sum of RGB (Red+Green+Blue) = 7+66+155=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #07429B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07429B is #F8BD64. Grayscale: #3A3A3A. Windows color (decimal): -16301413 or 10174983. OLE color: 10174983.
HSL color Cylindrical-coordinate representation of color #07429B: hue angle of 216.08º 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 #07429B is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 66 | 155 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.39 |
| HSL | 216.08º | 0.91% | 0.32% | - |
| HSV(B) | 216.08º | 0.95% | 0.61% | - |
| XYZ | 7.95 | 6.31 | 31.81 | - |
| YUV | 58.51 | 182.45 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 155 | 0.95 | 0.57 | 0 | 0.39 | 216.08 | 0.91 | 0.32 |
| Hex | 7 | 42 | 9B | 5F | 39 | 0 | 27 | D8 | 5B | 20 |
| Octal | 7 | 102 | 233 | 137 | 71 | 0 | 47 | 330 | 133 | 40 |
| Binary | 111 | 1000010 | 10011011 | 1011111 | 111001 | 0 | 100111 | 11011000 | 1011011 | 100000 |
Color Harmonies of #07429B
Complementary color
Monochromatic Colors of #07429B
Black with #07429B
Text Example
Text Example
White with #07429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07429B; }
p { color: rgb(7,66,155); }
H1.HeaderClassName
{
color: #07429B;
}
.AnyTagClassName
{
color: #07429B;
}
</style>
background-color css
<style>
a { background-color: #07429B; }
a { background-color: rgb(7,66,155); }
div.DivClassName
{
background-color: #07429B;
}
.BgClassName
{
background-color: #07429B;
}
</style>
border-color css
<style>
span { border-color: #07429B; }
span { border-color: rgb(7,66,155); }
td.TdClassName
{
border-color: #07429B;
}
.TagClassName
{
border-color: #07429B;
}
</style>