Shades of Cobalt #074BA4
Tints of Cobalt #074BA4
RGB
CMYK
RGB Variations
Color information
#074BA4 (or 0x074BA4) is known color: Cobalt. HEX triplet: 07, 4B and A4. RGB value is (7,75,164). Sum of RGB (Red+Green+Blue) = 7+75+164=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 164 (64.45% from 255 or 66.67% from 246); Max value from RGB is 164 - color contains mainly: blue. Hex color #074BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074BA4 is #F8B45B. Grayscale: #404040. Windows color (decimal): -16299100 or 10767111. OLE color: 10767111.
HSL color Cylindrical-coordinate representation of color #074BA4: hue angle of 214.01º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074BA4 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 75 | 164 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.36 |
| HSL | 214.01º | 0.92% | 0.34% | - |
| HSV(B) | 214.01º | 0.96% | 0.64% | - |
| XYZ | 9.3 | 7.76 | 36.13 | - |
| YUV | 64.81 | 183.97 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 164 | 0.96 | 0.54 | 0 | 0.36 | 214.01 | 0.92 | 0.34 |
| Hex | 7 | 4B | A4 | 60 | 36 | 0 | 24 | D6 | 5C | 22 |
| Octal | 7 | 113 | 244 | 140 | 66 | 0 | 44 | 326 | 134 | 42 |
| Binary | 111 | 1001011 | 10100100 | 1100000 | 110110 | 0 | 100100 | 11010110 | 1011100 | 100010 |
Color Harmonies of #074BA4
Complementary color
Monochromatic Colors of #074BA4
Black with #074BA4
Text Example
Text Example
White with #074BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074BA4; }
p { color: rgb(7,75,164); }
H1.HeaderClassName
{
color: #074BA4;
}
.AnyTagClassName
{
color: #074BA4;
}
</style>
background-color css
<style>
a { background-color: #074BA4; }
a { background-color: rgb(7,75,164); }
div.DivClassName
{
background-color: #074BA4;
}
.BgClassName
{
background-color: #074BA4;
}
</style>
border-color css
<style>
span { border-color: #074BA4; }
span { border-color: rgb(7,75,164); }
td.TdClassName
{
border-color: #074BA4;
}
.TagClassName
{
border-color: #074BA4;
}
</style>