Shades of Cobalt #073FA7
Tints of Cobalt #073FA7
RGB
CMYK
RGB Variations
Color information
#073FA7 (or 0x073FA7) is known color: Cobalt. HEX triplet: 07, 3F and A7. RGB value is (7,63,167). Sum of RGB (Red+Green+Blue) = 7+63+167=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 167 (65.62% from 255 or 70.46% from 237); Max value from RGB is 167 - color contains mainly: blue. Hex color #073FA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073FA7 is #F8C058. Grayscale: #393939. Windows color (decimal): -16302169 or 10960647. OLE color: 10960647.
HSL color Cylindrical-coordinate representation of color #073FA7: hue angle of 219º 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 #073FA7 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 63 | 167 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.35 |
| HSL | 219º | 0.92% | 0.34% | - |
| HSV(B) | 219º | 0.96% | 0.65% | - |
| XYZ | 8.84 | 6.39 | 37.33 | - |
| YUV | 58.11 | 189.45 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 167 | 0.96 | 0.62 | 0 | 0.35 | 219 | 0.92 | 0.34 |
| Hex | 7 | 3F | A7 | 60 | 3E | 0 | 23 | DB | 5C | 22 |
| Octal | 7 | 77 | 247 | 140 | 76 | 0 | 43 | 333 | 134 | 42 |
| Binary | 111 | 111111 | 10100111 | 1100000 | 111110 | 0 | 100011 | 11011011 | 1011100 | 100010 |
Color Harmonies of #073FA7
Complementary color
Monochromatic Colors of #073FA7
Black with #073FA7
Text Example
Text Example
White with #073FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073FA7; }
p { color: rgb(7,63,167); }
H1.HeaderClassName
{
color: #073FA7;
}
.AnyTagClassName
{
color: #073FA7;
}
</style>
background-color css
<style>
a { background-color: #073FA7; }
a { background-color: rgb(7,63,167); }
div.DivClassName
{
background-color: #073FA7;
}
.BgClassName
{
background-color: #073FA7;
}
</style>
border-color css
<style>
span { border-color: #073FA7; }
span { border-color: rgb(7,63,167); }
td.TdClassName
{
border-color: #073FA7;
}
.TagClassName
{
border-color: #073FA7;
}
</style>