Shades of Cobalt #073DB0
Tints of Cobalt #073DB0
RGB
CMYK
RGB Variations
Color information
#073DB0 (or 0x073DB0) is known color: Cobalt. HEX triplet: 07, 3D and B0. RGB value is (7,61,176). Sum of RGB (Red+Green+Blue) = 7+61+176=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 176 (69.14% from 255 or 72.13% from 244); Max value from RGB is 176 - color contains mainly: blue. Hex color #073DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073DB0 is #F8C24F. Grayscale: #393939. Windows color (decimal): -16302672 or 11549959. OLE color: 11549959.
HSL color Cylindrical-coordinate representation of color #073DB0: hue angle of 220.83º 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 #073DB0 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 61 | 176 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.31 |
| HSL | 220.83º | 0.92% | 0.36% | - |
| HSV(B) | 220.83º | 0.96% | 0.69% | - |
| XYZ | 9.59 | 6.52 | 41.83 | - |
| YUV | 57.96 | 194.61 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 176 | 0.96 | 0.65 | 0 | 0.31 | 220.83 | 0.92 | 0.36 |
| Hex | 7 | 3D | B0 | 60 | 41 | 0 | 1F | DD | 5C | 24 |
| Octal | 7 | 75 | 260 | 140 | 101 | 0 | 37 | 335 | 134 | 44 |
| Binary | 111 | 111101 | 10110000 | 1100000 | 1000001 | 0 | 11111 | 11011101 | 1011100 | 100100 |
Color Harmonies of #073DB0
Complementary color
Monochromatic Colors of #073DB0
Black with #073DB0
Text Example
Text Example
White with #073DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073DB0; }
p { color: rgb(7,61,176); }
H1.HeaderClassName
{
color: #073DB0;
}
.AnyTagClassName
{
color: #073DB0;
}
</style>
background-color css
<style>
a { background-color: #073DB0; }
a { background-color: rgb(7,61,176); }
div.DivClassName
{
background-color: #073DB0;
}
.BgClassName
{
background-color: #073DB0;
}
</style>
border-color css
<style>
span { border-color: #073DB0; }
span { border-color: rgb(7,61,176); }
td.TdClassName
{
border-color: #073DB0;
}
.TagClassName
{
border-color: #073DB0;
}
</style>