Shades of Cobalt #074DAC
Tints of Cobalt #074DAC
RGB
CMYK
RGB Variations
Color information
#074DAC (or 0x074DAC) is known color: Cobalt. HEX triplet: 07, 4D and AC. RGB value is (7,77,172). Sum of RGB (Red+Green+Blue) = 7+77+172=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #074DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074DAC is #F8B253. Grayscale: #424242. Windows color (decimal): -16298580 or 11291911. OLE color: 11291911.
HSL color Cylindrical-coordinate representation of color #074DAC: hue angle of 214.55º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074DAC is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 77 | 172 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.33 |
| HSL | 214.55º | 0.92% | 0.35% | - |
| HSV(B) | 214.55º | 0.96% | 0.67% | - |
| XYZ | 10.19 | 8.33 | 40.1 | - |
| YUV | 66.9 | 187.31 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 172 | 0.96 | 0.55 | 0 | 0.33 | 214.55 | 0.92 | 0.35 |
| Hex | 7 | 4D | AC | 60 | 37 | 0 | 21 | D7 | 5C | 23 |
| Octal | 7 | 115 | 254 | 140 | 67 | 0 | 41 | 327 | 134 | 43 |
| Binary | 111 | 1001101 | 10101100 | 1100000 | 110111 | 0 | 100001 | 11010111 | 1011100 | 100011 |
Color Harmonies of #074DAC
Complementary color
Monochromatic Colors of #074DAC
Black with #074DAC
Text Example
Text Example
White with #074DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074DAC; }
p { color: rgb(7,77,172); }
H1.HeaderClassName
{
color: #074DAC;
}
.AnyTagClassName
{
color: #074DAC;
}
</style>
background-color css
<style>
a { background-color: #074DAC; }
a { background-color: rgb(7,77,172); }
div.DivClassName
{
background-color: #074DAC;
}
.BgClassName
{
background-color: #074DAC;
}
</style>
border-color css
<style>
span { border-color: #074DAC; }
span { border-color: rgb(7,77,172); }
td.TdClassName
{
border-color: #074DAC;
}
.TagClassName
{
border-color: #074DAC;
}
</style>