Shades of Cobalt #074CAC
Tints of Cobalt #074CAC
RGB
CMYK
RGB Variations
Color information
#074CAC (or 0x074CAC) is known color: Cobalt. HEX triplet: 07, 4C and AC. RGB value is (7,76,172). Sum of RGB (Red+Green+Blue) = 7+76+172=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #074CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074CAC is #F8B353. Grayscale: #414141. Windows color (decimal): -16298836 or 11291655. OLE color: 11291655.
HSL color Cylindrical-coordinate representation of color #074CAC: hue angle of 214.91º 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 #074CAC is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 76 | 172 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.33 |
| HSL | 214.91º | 0.92% | 0.35% | - |
| HSV(B) | 214.91º | 0.96% | 0.67% | - |
| XYZ | 10.12 | 8.19 | 40.08 | - |
| YUV | 66.31 | 187.64 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 172 | 0.96 | 0.56 | 0 | 0.33 | 214.91 | 0.92 | 0.35 |
| Hex | 7 | 4C | AC | 60 | 38 | 0 | 21 | D7 | 5C | 23 |
| Octal | 7 | 114 | 254 | 140 | 70 | 0 | 41 | 327 | 134 | 43 |
| Binary | 111 | 1001100 | 10101100 | 1100000 | 111000 | 0 | 100001 | 11010111 | 1011100 | 100011 |
Color Harmonies of #074CAC
Complementary color
Monochromatic Colors of #074CAC
Black with #074CAC
Text Example
Text Example
White with #074CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074CAC; }
p { color: rgb(7,76,172); }
H1.HeaderClassName
{
color: #074CAC;
}
.AnyTagClassName
{
color: #074CAC;
}
</style>
background-color css
<style>
a { background-color: #074CAC; }
a { background-color: rgb(7,76,172); }
div.DivClassName
{
background-color: #074CAC;
}
.BgClassName
{
background-color: #074CAC;
}
</style>
border-color css
<style>
span { border-color: #074CAC; }
span { border-color: rgb(7,76,172); }
td.TdClassName
{
border-color: #074CAC;
}
.TagClassName
{
border-color: #074CAC;
}
</style>