Shades of Cobalt #074EA2
Tints of Cobalt #074EA2
RGB
CMYK
RGB Variations
Color information
#074EA2 (or 0x074EA2) is known color: Cobalt. HEX triplet: 07, 4E and A2. RGB value is (7,78,162). Sum of RGB (Red+Green+Blue) = 7+78+162=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 162 (63.67% from 255 or 65.59% from 247); Max value from RGB is 162 - color contains mainly: blue. Hex color #074EA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074EA2 is #F8B15D. Grayscale: #414141. Windows color (decimal): -16298334 or 10636807. OLE color: 10636807.
HSL color Cylindrical-coordinate representation of color #074EA2: hue angle of 212.52º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074EA2 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 78 | 162 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.36 |
| HSL | 212.52º | 0.92% | 0.33% | - |
| HSV(B) | 212.52º | 0.96% | 0.64% | - |
| XYZ | 9.33 | 8.1 | 35.25 | - |
| YUV | 66.35 | 181.98 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 162 | 0.96 | 0.52 | 0 | 0.36 | 212.52 | 0.92 | 0.33 |
| Hex | 7 | 4E | A2 | 60 | 34 | 0 | 24 | D5 | 5C | 21 |
| Octal | 7 | 116 | 242 | 140 | 64 | 0 | 44 | 325 | 134 | 41 |
| Binary | 111 | 1001110 | 10100010 | 1100000 | 110100 | 0 | 100100 | 11010101 | 1011100 | 100001 |
Color Harmonies of #074EA2
Complementary color
Monochromatic Colors of #074EA2
Black with #074EA2
Text Example
Text Example
White with #074EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074EA2; }
p { color: rgb(7,78,162); }
H1.HeaderClassName
{
color: #074EA2;
}
.AnyTagClassName
{
color: #074EA2;
}
</style>
background-color css
<style>
a { background-color: #074EA2; }
a { background-color: rgb(7,78,162); }
div.DivClassName
{
background-color: #074EA2;
}
.BgClassName
{
background-color: #074EA2;
}
</style>
border-color css
<style>
span { border-color: #074EA2; }
span { border-color: rgb(7,78,162); }
td.TdClassName
{
border-color: #074EA2;
}
.TagClassName
{
border-color: #074EA2;
}
</style>