Shades of Cobalt #073FB0
Tints of Cobalt #073FB0
RGB
CMYK
RGB Variations
Color information
#073FB0 (or 0x073FB0) is known color: Cobalt. HEX triplet: 07, 3F and B0. RGB value is (7,63,176). Sum of RGB (Red+Green+Blue) = 7+63+176=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 176 (69.14% from 255 or 71.54% from 246); Max value from RGB is 176 - color contains mainly: blue. Hex color #073FB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073FB0 is #F8C04F. Grayscale: #3A3A3A. Windows color (decimal): -16302160 or 11550471. OLE color: 11550471.
HSL color Cylindrical-coordinate representation of color #073FB0: hue angle of 220.12º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073FB0 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 63 | 176 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.31 |
| HSL | 220.12º | 0.92% | 0.36% | - |
| HSV(B) | 220.12º | 0.96% | 0.69% | - |
| XYZ | 9.7 | 6.73 | 41.86 | - |
| YUV | 59.14 | 193.95 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 176 | 0.96 | 0.64 | 0 | 0.31 | 220.12 | 0.92 | 0.36 |
| Hex | 7 | 3F | B0 | 60 | 40 | 0 | 1F | DC | 5C | 24 |
| Octal | 7 | 77 | 260 | 140 | 100 | 0 | 37 | 334 | 134 | 44 |
| Binary | 111 | 111111 | 10110000 | 1100000 | 1000000 | 0 | 11111 | 11011100 | 1011100 | 100100 |
Color Harmonies of #073FB0
Complementary color
Monochromatic Colors of #073FB0
Black with #073FB0
Text Example
Text Example
White with #073FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073FB0; }
p { color: rgb(7,63,176); }
H1.HeaderClassName
{
color: #073FB0;
}
.AnyTagClassName
{
color: #073FB0;
}
</style>
background-color css
<style>
a { background-color: #073FB0; }
a { background-color: rgb(7,63,176); }
div.DivClassName
{
background-color: #073FB0;
}
.BgClassName
{
background-color: #073FB0;
}
</style>
border-color css
<style>
span { border-color: #073FB0; }
span { border-color: rgb(7,63,176); }
td.TdClassName
{
border-color: #073FB0;
}
.TagClassName
{
border-color: #073FB0;
}
</style>