Shades of Cobalt #074FAC
Tints of Cobalt #074FAC
RGB
CMYK
RGB Variations
Color information
#074FAC (or 0x074FAC) is known color: Cobalt. HEX triplet: 07, 4F and AC. RGB value is (7,79,172). Sum of RGB (Red+Green+Blue) = 7+79+172=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #074FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074FAC is #F8B053. Grayscale: #434343. Windows color (decimal): -16298068 or 11292423. OLE color: 11292423.
HSL color Cylindrical-coordinate representation of color #074FAC: hue angle of 213.82º 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 #074FAC is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 79 | 172 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.33 |
| HSL | 213.82º | 0.92% | 0.35% | - |
| HSV(B) | 213.82º | 0.96% | 0.67% | - |
| XYZ | 10.33 | 8.62 | 40.15 | - |
| YUV | 68.07 | 186.65 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 79 | 172 | 0.96 | 0.54 | 0 | 0.33 | 213.82 | 0.92 | 0.35 |
| Hex | 7 | 4F | AC | 60 | 36 | 0 | 21 | D6 | 5C | 23 |
| Octal | 7 | 117 | 254 | 140 | 66 | 0 | 41 | 326 | 134 | 43 |
| Binary | 111 | 1001111 | 10101100 | 1100000 | 110110 | 0 | 100001 | 11010110 | 1011100 | 100011 |
Color Harmonies of #074FAC
Complementary color
Monochromatic Colors of #074FAC
Black with #074FAC
Text Example
Text Example
White with #074FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074FAC; }
p { color: rgb(7,79,172); }
H1.HeaderClassName
{
color: #074FAC;
}
.AnyTagClassName
{
color: #074FAC;
}
</style>
background-color css
<style>
a { background-color: #074FAC; }
a { background-color: rgb(7,79,172); }
div.DivClassName
{
background-color: #074FAC;
}
.BgClassName
{
background-color: #074FAC;
}
</style>
border-color css
<style>
span { border-color: #074FAC; }
span { border-color: rgb(7,79,172); }
td.TdClassName
{
border-color: #074FAC;
}
.TagClassName
{
border-color: #074FAC;
}
</style>