Shades of Cobalt #074EA3
Tints of Cobalt #074EA3
RGB
CMYK
RGB Variations
Color information
#074EA3 (or 0x074EA3) is known color: Cobalt. HEX triplet: 07, 4E and A3. RGB value is (7,78,163). Sum of RGB (Red+Green+Blue) = 7+78+163=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 163 (64.06% from 255 or 65.73% from 248); Max value from RGB is 163 - color contains mainly: blue. Hex color #074EA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074EA3 is #F8B15C. Grayscale: #424242. Windows color (decimal): -16298333 or 10702343. OLE color: 10702343.
HSL color Cylindrical-coordinate representation of color #074EA3: hue angle of 212.69º 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 #074EA3 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 78 | 163 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.36 |
| HSL | 212.69º | 0.92% | 0.33% | - |
| HSV(B) | 212.69º | 0.96% | 0.64% | - |
| XYZ | 9.42 | 8.14 | 35.72 | - |
| YUV | 66.46 | 182.48 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 163 | 0.96 | 0.52 | 0 | 0.36 | 212.69 | 0.92 | 0.33 |
| Hex | 7 | 4E | A3 | 60 | 34 | 0 | 24 | D5 | 5C | 21 |
| Octal | 7 | 116 | 243 | 140 | 64 | 0 | 44 | 325 | 134 | 41 |
| Binary | 111 | 1001110 | 10100011 | 1100000 | 110100 | 0 | 100100 | 11010101 | 1011100 | 100001 |
Color Harmonies of #074EA3
Complementary color
Monochromatic Colors of #074EA3
Black with #074EA3
Text Example
Text Example
White with #074EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074EA3; }
p { color: rgb(7,78,163); }
H1.HeaderClassName
{
color: #074EA3;
}
.AnyTagClassName
{
color: #074EA3;
}
</style>
background-color css
<style>
a { background-color: #074EA3; }
a { background-color: rgb(7,78,163); }
div.DivClassName
{
background-color: #074EA3;
}
.BgClassName
{
background-color: #074EA3;
}
</style>
border-color css
<style>
span { border-color: #074EA3; }
span { border-color: rgb(7,78,163); }
td.TdClassName
{
border-color: #074EA3;
}
.TagClassName
{
border-color: #074EA3;
}
</style>