Shades of Cobalt #07439E
Tints of Cobalt #07439E
RGB
CMYK
RGB Variations
Color information
#07439E (or 0x07439E) is known color: Cobalt. HEX triplet: 07, 43 and 9E. RGB value is (7,67,158). Sum of RGB (Red+Green+Blue) = 7+67+158=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 158 (62.11% from 255 or 68.10% from 232); Max value from RGB is 158 - color contains mainly: blue. Hex color #07439E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07439E is #F8BC61. Grayscale: #3B3B3B. Windows color (decimal): -16301154 or 10371847. OLE color: 10371847.
HSL color Cylindrical-coordinate representation of color #07439E: hue angle of 216.16º degrees, saturation: 0.92, 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 #07439E is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 67 | 158 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.38 |
| HSL | 216.16º | 0.92% | 0.32% | - |
| HSV(B) | 216.16º | 0.96% | 0.62% | - |
| XYZ | 8.27 | 6.53 | 33.17 | - |
| YUV | 59.43 | 183.62 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 67 | 158 | 0.96 | 0.58 | 0 | 0.38 | 216.16 | 0.92 | 0.32 |
| Hex | 7 | 43 | 9E | 60 | 3A | 0 | 26 | D8 | 5C | 20 |
| Octal | 7 | 103 | 236 | 140 | 72 | 0 | 46 | 330 | 134 | 40 |
| Binary | 111 | 1000011 | 10011110 | 1100000 | 111010 | 0 | 100110 | 11011000 | 1011100 | 100000 |
Color Harmonies of #07439E
Complementary color
Monochromatic Colors of #07439E
Black with #07439E
Text Example
Text Example
White with #07439E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07439E; }
p { color: rgb(7,67,158); }
H1.HeaderClassName
{
color: #07439E;
}
.AnyTagClassName
{
color: #07439E;
}
</style>
background-color css
<style>
a { background-color: #07439E; }
a { background-color: rgb(7,67,158); }
div.DivClassName
{
background-color: #07439E;
}
.BgClassName
{
background-color: #07439E;
}
</style>
border-color css
<style>
span { border-color: #07439E; }
span { border-color: rgb(7,67,158); }
td.TdClassName
{
border-color: #07439E;
}
.TagClassName
{
border-color: #07439E;
}
</style>