Shades of Cobalt #074CBC
Tints of Cobalt #074CBC
RGB
CMYK
RGB Variations
Color information
#074CBC (or 0x074CBC) is known color: Cobalt. HEX triplet: 07, 4C and BC. RGB value is (7,76,188). Sum of RGB (Red+Green+Blue) = 7+76+188=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 188 (73.83% from 255 or 69.37% from 271); Max value from RGB is 188 - color contains mainly: blue. Hex color #074CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #074CBC is #F8B343. Grayscale: #434343. Windows color (decimal): -16298820 or 12340231. OLE color: 12340231.
HSL color Cylindrical-coordinate representation of color #074CBC: hue angle of 217.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 #074CBC is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 76 | 188 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.26 |
| HSL | 217.13º | 0.93% | 0.38% | - |
| HSV(B) | 217.13º | 0.96% | 0.74% | - |
| XYZ | 11.75 | 8.84 | 48.66 | - |
| YUV | 68.14 | 195.64 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 188 | 0.96 | 0.60 | 0 | 0.26 | 217.13 | 0.93 | 0.38 |
| Hex | 7 | 4C | BC | 60 | 3C | 0 | 1A | D9 | 5D | 26 |
| Octal | 7 | 114 | 274 | 140 | 74 | 0 | 32 | 331 | 135 | 46 |
| Binary | 111 | 1001100 | 10111100 | 1100000 | 111100 | 0 | 11010 | 11011001 | 1011101 | 100110 |
Color Harmonies of #074CBC
Complementary color
Monochromatic Colors of #074CBC
Black with #074CBC
Text Example
Text Example
White with #074CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074CBC; }
p { color: rgb(7,76,188); }
H1.HeaderClassName
{
color: #074CBC;
}
.AnyTagClassName
{
color: #074CBC;
}
</style>
background-color css
<style>
a { background-color: #074CBC; }
a { background-color: rgb(7,76,188); }
div.DivClassName
{
background-color: #074CBC;
}
.BgClassName
{
background-color: #074CBC;
}
</style>
border-color css
<style>
span { border-color: #074CBC; }
span { border-color: rgb(7,76,188); }
td.TdClassName
{
border-color: #074CBC;
}
.TagClassName
{
border-color: #074CBC;
}
</style>