Shades of Cobalt #073DB2
Tints of Cobalt #073DB2
RGB
CMYK
RGB Variations
Color information
#073DB2 (or 0x073DB2) is known color: Cobalt. HEX triplet: 07, 3D and B2. RGB value is (7,61,178). Sum of RGB (Red+Green+Blue) = 7+61+178=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 178 (69.92% from 255 or 72.36% from 246); Max value from RGB is 178 - color contains mainly: blue. Hex color #073DB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073DB2 is #F8C24D. Grayscale: #393939. Windows color (decimal): -16302670 or 11681031. OLE color: 11681031.
HSL color Cylindrical-coordinate representation of color #073DB2: hue angle of 221.05º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073DB2 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 61 | 178 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.30 |
| HSL | 221.05º | 0.92% | 0.36% | - |
| HSV(B) | 221.05º | 0.96% | 0.7% | - |
| XYZ | 9.79 | 6.6 | 42.88 | - |
| YUV | 58.19 | 195.61 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 178 | 0.96 | 0.66 | 0 | 0.30 | 221.05 | 0.92 | 0.36 |
| Hex | 7 | 3D | B2 | 60 | 42 | 0 | 1E | DD | 5C | 24 |
| Octal | 7 | 75 | 262 | 140 | 102 | 0 | 36 | 335 | 134 | 44 |
| Binary | 111 | 111101 | 10110010 | 1100000 | 1000010 | 0 | 11110 | 11011101 | 1011100 | 100100 |
Color Harmonies of #073DB2
Complementary color
Monochromatic Colors of #073DB2
Black with #073DB2
Text Example
Text Example
White with #073DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073DB2; }
p { color: rgb(7,61,178); }
H1.HeaderClassName
{
color: #073DB2;
}
.AnyTagClassName
{
color: #073DB2;
}
</style>
background-color css
<style>
a { background-color: #073DB2; }
a { background-color: rgb(7,61,178); }
div.DivClassName
{
background-color: #073DB2;
}
.BgClassName
{
background-color: #073DB2;
}
</style>
border-color css
<style>
span { border-color: #073DB2; }
span { border-color: rgb(7,61,178); }
td.TdClassName
{
border-color: #073DB2;
}
.TagClassName
{
border-color: #073DB2;
}
</style>