Shades of Cobalt #0743BA
Tints of Cobalt #0743BA
RGB
CMYK
RGB Variations
Color information
#0743BA (or 0x0743BA) is known color: Cobalt. HEX triplet: 07, 43 and BA. RGB value is (7,67,186). Sum of RGB (Red+Green+Blue) = 7+67+186=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 186 (73.05% from 255 or 71.54% from 260); Max value from RGB is 186 - color contains mainly: blue. Hex color #0743BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0743BA is #F8BC45. Grayscale: #3E3E3E. Windows color (decimal): -16301126 or 12206855. OLE color: 12206855.
HSL color Cylindrical-coordinate representation of color #0743BA: hue angle of 219.89º 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 #0743BA is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 67 | 186 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.27 |
| HSL | 219.89º | 0.93% | 0.38% | - |
| HSV(B) | 219.89º | 0.96% | 0.73% | - |
| XYZ | 10.96 | 7.6 | 47.34 | - |
| YUV | 62.63 | 197.62 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 67 | 186 | 0.96 | 0.64 | 0 | 0.27 | 219.89 | 0.93 | 0.38 |
| Hex | 7 | 43 | BA | 60 | 40 | 0 | 1B | DC | 5D | 26 |
| Octal | 7 | 103 | 272 | 140 | 100 | 0 | 33 | 334 | 135 | 46 |
| Binary | 111 | 1000011 | 10111010 | 1100000 | 1000000 | 0 | 11011 | 11011100 | 1011101 | 100110 |
Color Harmonies of #0743BA
Complementary color
Monochromatic Colors of #0743BA
Black with #0743BA
Text Example
Text Example
White with #0743BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0743BA; }
p { color: rgb(7,67,186); }
H1.HeaderClassName
{
color: #0743BA;
}
.AnyTagClassName
{
color: #0743BA;
}
</style>
background-color css
<style>
a { background-color: #0743BA; }
a { background-color: rgb(7,67,186); }
div.DivClassName
{
background-color: #0743BA;
}
.BgClassName
{
background-color: #0743BA;
}
</style>
border-color css
<style>
span { border-color: #0743BA; }
span { border-color: rgb(7,67,186); }
td.TdClassName
{
border-color: #0743BA;
}
.TagClassName
{
border-color: #0743BA;
}
</style>