Shades of Cobalt #074FBC
Tints of Cobalt #074FBC
RGB
CMYK
RGB Variations
Color information
#074FBC (or 0x074FBC) is known color: Cobalt. HEX triplet: 07, 4F and BC. RGB value is (7,79,188). Sum of RGB (Red+Green+Blue) = 7+79+188=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #074FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074FBC is #F8B043. Grayscale: #454545. Windows color (decimal): -16298052 or 12340999. OLE color: 12340999.
HSL color Cylindrical-coordinate representation of color #074FBC: hue angle of 216.13º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074FBC is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 79 | 188 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.26 |
| HSL | 216.13º | 0.93% | 0.38% | - |
| HSV(B) | 216.13º | 0.96% | 0.74% | - |
| XYZ | 11.96 | 9.27 | 48.74 | - |
| YUV | 69.9 | 194.65 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 79 | 188 | 0.96 | 0.58 | 0 | 0.26 | 216.13 | 0.93 | 0.38 |
| Hex | 7 | 4F | BC | 60 | 3A | 0 | 1A | D8 | 5D | 26 |
| Octal | 7 | 117 | 274 | 140 | 72 | 0 | 32 | 330 | 135 | 46 |
| Binary | 111 | 1001111 | 10111100 | 1100000 | 111010 | 0 | 11010 | 11011000 | 1011101 | 100110 |
Color Harmonies of #074FBC
Complementary color
Monochromatic Colors of #074FBC
Black with #074FBC
Text Example
Text Example
White with #074FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074FBC; }
p { color: rgb(7,79,188); }
H1.HeaderClassName
{
color: #074FBC;
}
.AnyTagClassName
{
color: #074FBC;
}
</style>
background-color css
<style>
a { background-color: #074FBC; }
a { background-color: rgb(7,79,188); }
div.DivClassName
{
background-color: #074FBC;
}
.BgClassName
{
background-color: #074FBC;
}
</style>
border-color css
<style>
span { border-color: #074FBC; }
span { border-color: rgb(7,79,188); }
td.TdClassName
{
border-color: #074FBC;
}
.TagClassName
{
border-color: #074FBC;
}
</style>