Shades of Cobalt #073FBB
Tints of Cobalt #073FBB
RGB
CMYK
RGB Variations
Color information
#073FBB (or 0x073FBB) is known color: Cobalt. HEX triplet: 07, 3F and BB. RGB value is (7,63,187). Sum of RGB (Red+Green+Blue) = 7+63+187=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 187 (73.44% from 255 or 72.76% from 257); Max value from RGB is 187 - color contains mainly: blue. Hex color #073FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073FBB is #F8C044. Grayscale: #3B3B3B. Windows color (decimal): -16302149 or 12271367. OLE color: 12271367.
HSL color Cylindrical-coordinate representation of color #073FBB: hue angle of 221.33º 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 #073FBB is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 63 | 187 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.27 |
| HSL | 221.33º | 0.93% | 0.38% | - |
| HSV(B) | 221.33º | 0.96% | 0.73% | - |
| XYZ | 10.83 | 7.19 | 47.83 | - |
| YUV | 60.39 | 199.45 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 187 | 0.96 | 0.66 | 0 | 0.27 | 221.33 | 0.93 | 0.38 |
| Hex | 7 | 3F | BB | 60 | 42 | 0 | 1B | DD | 5D | 26 |
| Octal | 7 | 77 | 273 | 140 | 102 | 0 | 33 | 335 | 135 | 46 |
| Binary | 111 | 111111 | 10111011 | 1100000 | 1000010 | 0 | 11011 | 11011101 | 1011101 | 100110 |
Color Harmonies of #073FBB
Complementary color
Monochromatic Colors of #073FBB
Black with #073FBB
Text Example
Text Example
White with #073FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073FBB; }
p { color: rgb(7,63,187); }
H1.HeaderClassName
{
color: #073FBB;
}
.AnyTagClassName
{
color: #073FBB;
}
</style>
background-color css
<style>
a { background-color: #073FBB; }
a { background-color: rgb(7,63,187); }
div.DivClassName
{
background-color: #073FBB;
}
.BgClassName
{
background-color: #073FBB;
}
</style>
border-color css
<style>
span { border-color: #073FBB; }
span { border-color: rgb(7,63,187); }
td.TdClassName
{
border-color: #073FBB;
}
.TagClassName
{
border-color: #073FBB;
}
</style>