Shades of Cobalt #073CB2
Tints of Cobalt #073CB2
RGB
CMYK
RGB Variations
Color information
#073CB2 (or 0x073CB2) is known color: Cobalt. HEX triplet: 07, 3C and B2. RGB value is (7,60,178). Sum of RGB (Red+Green+Blue) = 7+60+178=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 178 (69.92% from 255 or 72.65% from 245); Max value from RGB is 178 - color contains mainly: blue. Hex color #073CB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073CB2 is #F8C34D. Grayscale: #393939. Windows color (decimal): -16302926 or 11680775. OLE color: 11680775.
HSL color Cylindrical-coordinate representation of color #073CB2: hue angle of 221.4º 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 #073CB2 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 60 | 178 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.30 |
| HSL | 221.4º | 0.92% | 0.36% | - |
| HSV(B) | 221.4º | 0.96% | 0.7% | - |
| XYZ | 9.74 | 6.49 | 42.86 | - |
| YUV | 57.61 | 195.94 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 178 | 0.96 | 0.66 | 0 | 0.30 | 221.4 | 0.92 | 0.36 |
| Hex | 7 | 3C | B2 | 60 | 42 | 0 | 1E | DD | 5C | 24 |
| Octal | 7 | 74 | 262 | 140 | 102 | 0 | 36 | 335 | 134 | 44 |
| Binary | 111 | 111100 | 10110010 | 1100000 | 1000010 | 0 | 11110 | 11011101 | 1011100 | 100100 |
Color Harmonies of #073CB2
Complementary color
Monochromatic Colors of #073CB2
Black with #073CB2
Text Example
Text Example
White with #073CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073CB2; }
p { color: rgb(7,60,178); }
H1.HeaderClassName
{
color: #073CB2;
}
.AnyTagClassName
{
color: #073CB2;
}
</style>
background-color css
<style>
a { background-color: #073CB2; }
a { background-color: rgb(7,60,178); }
div.DivClassName
{
background-color: #073CB2;
}
.BgClassName
{
background-color: #073CB2;
}
</style>
border-color css
<style>
span { border-color: #073CB2; }
span { border-color: rgb(7,60,178); }
td.TdClassName
{
border-color: #073CB2;
}
.TagClassName
{
border-color: #073CB2;
}
</style>