Shades of Cobalt #074DA3
Tints of Cobalt #074DA3
RGB
CMYK
RGB Variations
Color information
#074DA3 (or 0x074DA3) is known color: Cobalt. HEX triplet: 07, 4D and A3. RGB value is (7,77,163). Sum of RGB (Red+Green+Blue) = 7+77+163=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 163 (64.06% from 255 or 65.99% from 247); Max value from RGB is 163 - color contains mainly: blue. Hex color #074DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074DA3 is #F8B25C. Grayscale: #414141. Windows color (decimal): -16298589 or 10702087. OLE color: 10702087.
HSL color Cylindrical-coordinate representation of color #074DA3: hue angle of 213.08º 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 #074DA3 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 77 | 163 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.36 |
| HSL | 213.08º | 0.92% | 0.33% | - |
| HSV(B) | 213.08º | 0.96% | 0.64% | - |
| XYZ | 9.35 | 8 | 35.7 | - |
| YUV | 65.87 | 182.81 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 163 | 0.96 | 0.53 | 0 | 0.36 | 213.08 | 0.92 | 0.33 |
| Hex | 7 | 4D | A3 | 60 | 35 | 0 | 24 | D5 | 5C | 21 |
| Octal | 7 | 115 | 243 | 140 | 65 | 0 | 44 | 325 | 134 | 41 |
| Binary | 111 | 1001101 | 10100011 | 1100000 | 110101 | 0 | 100100 | 11010101 | 1011100 | 100001 |
Color Harmonies of #074DA3
Complementary color
Monochromatic Colors of #074DA3
Black with #074DA3
Text Example
Text Example
White with #074DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074DA3; }
p { color: rgb(7,77,163); }
H1.HeaderClassName
{
color: #074DA3;
}
.AnyTagClassName
{
color: #074DA3;
}
</style>
background-color css
<style>
a { background-color: #074DA3; }
a { background-color: rgb(7,77,163); }
div.DivClassName
{
background-color: #074DA3;
}
.BgClassName
{
background-color: #074DA3;
}
</style>
border-color css
<style>
span { border-color: #074DA3; }
span { border-color: rgb(7,77,163); }
td.TdClassName
{
border-color: #074DA3;
}
.TagClassName
{
border-color: #074DA3;
}
</style>