Shades of Cobalt #073EA6
Tints of Cobalt #073EA6
RGB
CMYK
RGB Variations
Color information
#073EA6 (or 0x073EA6) is known color: Cobalt. HEX triplet: 07, 3E and A6. RGB value is (7,62,166). Sum of RGB (Red+Green+Blue) = 7+62+166=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 166 (65.23% from 255 or 70.64% from 235); Max value from RGB is 166 - color contains mainly: blue. Hex color #073EA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073EA6 is #F8C159. Grayscale: #383838. Windows color (decimal): -16302426 or 10894855. OLE color: 10894855.
HSL color Cylindrical-coordinate representation of color #073EA6: hue angle of 219.25º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073EA6 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 62 | 166 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.35 |
| HSL | 219.25º | 0.92% | 0.34% | - |
| HSV(B) | 219.25º | 0.96% | 0.65% | - |
| XYZ | 8.69 | 6.24 | 36.82 | - |
| YUV | 57.41 | 189.28 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 62 | 166 | 0.96 | 0.63 | 0 | 0.35 | 219.25 | 0.92 | 0.34 |
| Hex | 7 | 3E | A6 | 60 | 3F | 0 | 23 | DB | 5C | 22 |
| Octal | 7 | 76 | 246 | 140 | 77 | 0 | 43 | 333 | 134 | 42 |
| Binary | 111 | 111110 | 10100110 | 1100000 | 111111 | 0 | 100011 | 11011011 | 1011100 | 100010 |
Color Harmonies of #073EA6
Complementary color
Monochromatic Colors of #073EA6
Black with #073EA6
Text Example
Text Example
White with #073EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073EA6; }
p { color: rgb(7,62,166); }
H1.HeaderClassName
{
color: #073EA6;
}
.AnyTagClassName
{
color: #073EA6;
}
</style>
background-color css
<style>
a { background-color: #073EA6; }
a { background-color: rgb(7,62,166); }
div.DivClassName
{
background-color: #073EA6;
}
.BgClassName
{
background-color: #073EA6;
}
</style>
border-color css
<style>
span { border-color: #073EA6; }
span { border-color: rgb(7,62,166); }
td.TdClassName
{
border-color: #073EA6;
}
.TagClassName
{
border-color: #073EA6;
}
</style>