Shades of Cobalt #073FB4
Tints of Cobalt #073FB4
RGB
CMYK
RGB Variations
Color information
#073FB4 (or 0x073FB4) is known color: Cobalt. HEX triplet: 07, 3F and B4. RGB value is (7,63,180). Sum of RGB (Red+Green+Blue) = 7+63+180=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 180 (70.70% from 255 or 72% from 250); Max value from RGB is 180 - color contains mainly: blue. Hex color #073FB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073FB4 is #F8C04B. Grayscale: #3B3B3B. Windows color (decimal): -16302156 or 11812615. OLE color: 11812615.
HSL color Cylindrical-coordinate representation of color #073FB4: hue angle of 220.58º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073FB4 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 63 | 180 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.29 |
| HSL | 220.58º | 0.93% | 0.37% | - |
| HSV(B) | 220.58º | 0.96% | 0.71% | - |
| XYZ | 10.1 | 6.9 | 43.98 | - |
| YUV | 59.59 | 195.95 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 180 | 0.96 | 0.65 | 0 | 0.29 | 220.58 | 0.93 | 0.37 |
| Hex | 7 | 3F | B4 | 60 | 41 | 0 | 1D | DD | 5D | 25 |
| Octal | 7 | 77 | 264 | 140 | 101 | 0 | 35 | 335 | 135 | 45 |
| Binary | 111 | 111111 | 10110100 | 1100000 | 1000001 | 0 | 11101 | 11011101 | 1011101 | 100101 |
Color Harmonies of #073FB4
Complementary color
Monochromatic Colors of #073FB4
Black with #073FB4
Text Example
Text Example
White with #073FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073FB4; }
p { color: rgb(7,63,180); }
H1.HeaderClassName
{
color: #073FB4;
}
.AnyTagClassName
{
color: #073FB4;
}
</style>
background-color css
<style>
a { background-color: #073FB4; }
a { background-color: rgb(7,63,180); }
div.DivClassName
{
background-color: #073FB4;
}
.BgClassName
{
background-color: #073FB4;
}
</style>
border-color css
<style>
span { border-color: #073FB4; }
span { border-color: rgb(7,63,180); }
td.TdClassName
{
border-color: #073FB4;
}
.TagClassName
{
border-color: #073FB4;
}
</style>