Shades of Cobalt #073CBA
Tints of Cobalt #073CBA
RGB
CMYK
RGB Variations
Color information
#073CBA (or 0x073CBA) is known color: Cobalt. HEX triplet: 07, 3C and BA. RGB value is (7,60,186). Sum of RGB (Red+Green+Blue) = 7+60+186=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 186 (73.05% from 255 or 73.52% from 253); Max value from RGB is 186 - color contains mainly: blue. Hex color #073CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073CBA is #F8C345. Grayscale: #393939. Windows color (decimal): -16302918 or 12205063. OLE color: 12205063.
HSL color Cylindrical-coordinate representation of color #073CBA: hue angle of 222.23º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073CBA is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 60 | 186 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.27 |
| HSL | 222.23º | 0.93% | 0.38% | - |
| HSV(B) | 222.23º | 0.96% | 0.73% | - |
| XYZ | 10.57 | 6.82 | 47.21 | - |
| YUV | 58.52 | 199.94 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 186 | 0.96 | 0.68 | 0 | 0.27 | 222.23 | 0.93 | 0.38 |
| Hex | 7 | 3C | BA | 60 | 44 | 0 | 1B | DE | 5D | 26 |
| Octal | 7 | 74 | 272 | 140 | 104 | 0 | 33 | 336 | 135 | 46 |
| Binary | 111 | 111100 | 10111010 | 1100000 | 1000100 | 0 | 11011 | 11011110 | 1011101 | 100110 |
Color Harmonies of #073CBA
Complementary color
Monochromatic Colors of #073CBA
Black with #073CBA
Text Example
Text Example
White with #073CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073CBA; }
p { color: rgb(7,60,186); }
H1.HeaderClassName
{
color: #073CBA;
}
.AnyTagClassName
{
color: #073CBA;
}
</style>
background-color css
<style>
a { background-color: #073CBA; }
a { background-color: rgb(7,60,186); }
div.DivClassName
{
background-color: #073CBA;
}
.BgClassName
{
background-color: #073CBA;
}
</style>
border-color css
<style>
span { border-color: #073CBA; }
span { border-color: rgb(7,60,186); }
td.TdClassName
{
border-color: #073CBA;
}
.TagClassName
{
border-color: #073CBA;
}
</style>