Shades of Cobalt #073EAC
Tints of Cobalt #073EAC
RGB
CMYK
RGB Variations
Color information
#073EAC (or 0x073EAC) is known color: Cobalt. HEX triplet: 07, 3E and AC. RGB value is (7,62,172). Sum of RGB (Red+Green+Blue) = 7+62+172=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 172 (67.58% from 255 or 71.37% from 241); Max value from RGB is 172 - color contains mainly: blue. Hex color #073EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073EAC is #F8C153. Grayscale: #393939. Windows color (decimal): -16302420 or 11288071. OLE color: 11288071.
HSL color Cylindrical-coordinate representation of color #073EAC: hue angle of 220º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073EAC is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 62 | 172 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.33 |
| HSL | 220º | 0.92% | 0.35% | - |
| HSV(B) | 220º | 0.96% | 0.67% | - |
| XYZ | 9.26 | 6.47 | 39.79 | - |
| YUV | 58.1 | 192.28 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 62 | 172 | 0.96 | 0.64 | 0 | 0.33 | 220 | 0.92 | 0.35 |
| Hex | 7 | 3E | AC | 60 | 40 | 0 | 21 | DC | 5C | 23 |
| Octal | 7 | 76 | 254 | 140 | 100 | 0 | 41 | 334 | 134 | 43 |
| Binary | 111 | 111110 | 10101100 | 1100000 | 1000000 | 0 | 100001 | 11011100 | 1011100 | 100011 |
Color Harmonies of #073EAC
Complementary color
Monochromatic Colors of #073EAC
Black with #073EAC
Text Example
Text Example
White with #073EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073EAC; }
p { color: rgb(7,62,172); }
H1.HeaderClassName
{
color: #073EAC;
}
.AnyTagClassName
{
color: #073EAC;
}
</style>
background-color css
<style>
a { background-color: #073EAC; }
a { background-color: rgb(7,62,172); }
div.DivClassName
{
background-color: #073EAC;
}
.BgClassName
{
background-color: #073EAC;
}
</style>
border-color css
<style>
span { border-color: #073EAC; }
span { border-color: rgb(7,62,172); }
td.TdClassName
{
border-color: #073EAC;
}
.TagClassName
{
border-color: #073EAC;
}
</style>