Shades of Cobalt #07499D
Tints of Cobalt #07499D
RGB
CMYK
RGB Variations
Color information
#07499D (or 0x07499D) is known color: Cobalt. HEX triplet: 07, 49 and 9D. RGB value is (7,73,157). Sum of RGB (Red+Green+Blue) = 7+73+157=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #07499D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07499D is #F8B662. Grayscale: #3E3E3E. Windows color (decimal): -16299619 or 10307847. OLE color: 10307847.
HSL color Cylindrical-coordinate representation of color #07499D: hue angle of 213.6º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07499D is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 73 | 157 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.38 |
| HSL | 213.6º | 0.91% | 0.32% | - |
| HSV(B) | 213.6º | 0.96% | 0.62% | - |
| XYZ | 8.56 | 7.24 | 32.85 | - |
| YUV | 62.84 | 181.13 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 73 | 157 | 0.96 | 0.54 | 0 | 0.38 | 213.6 | 0.91 | 0.32 |
| Hex | 7 | 49 | 9D | 60 | 36 | 0 | 26 | D6 | 5B | 20 |
| Octal | 7 | 111 | 235 | 140 | 66 | 0 | 46 | 326 | 133 | 40 |
| Binary | 111 | 1001001 | 10011101 | 1100000 | 110110 | 0 | 100110 | 11010110 | 1011011 | 100000 |
Color Harmonies of #07499D
Complementary color
Monochromatic Colors of #07499D
Black with #07499D
Text Example
Text Example
White with #07499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07499D; }
p { color: rgb(7,73,157); }
H1.HeaderClassName
{
color: #07499D;
}
.AnyTagClassName
{
color: #07499D;
}
</style>
background-color css
<style>
a { background-color: #07499D; }
a { background-color: rgb(7,73,157); }
div.DivClassName
{
background-color: #07499D;
}
.BgClassName
{
background-color: #07499D;
}
</style>
border-color css
<style>
span { border-color: #07499D; }
span { border-color: rgb(7,73,157); }
td.TdClassName
{
border-color: #07499D;
}
.TagClassName
{
border-color: #07499D;
}
</style>