Shades of Cobalt #074AA5
Tints of Cobalt #074AA5
RGB
CMYK
RGB Variations
Color information
#074AA5 (or 0x074AA5) is known color: Cobalt. HEX triplet: 07, 4A and A5. RGB value is (7,74,165). Sum of RGB (Red+Green+Blue) = 7+74+165=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 165 (64.84% from 255 or 67.07% from 246); Max value from RGB is 165 - color contains mainly: blue. Hex color #074AA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074AA5 is #F8B55A. Grayscale: #3F3F3F. Windows color (decimal): -16299355 or 10832391. OLE color: 10832391.
HSL color Cylindrical-coordinate representation of color #074AA5: hue angle of 214.56º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074AA5 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 74 | 165 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.35 |
| HSL | 214.56º | 0.92% | 0.34% | - |
| HSV(B) | 214.56º | 0.96% | 0.65% | - |
| XYZ | 9.33 | 7.66 | 36.58 | - |
| YUV | 64.34 | 184.8 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 165 | 0.96 | 0.55 | 0 | 0.35 | 214.56 | 0.92 | 0.34 |
| Hex | 7 | 4A | A5 | 60 | 37 | 0 | 23 | D7 | 5C | 22 |
| Octal | 7 | 112 | 245 | 140 | 67 | 0 | 43 | 327 | 134 | 42 |
| Binary | 111 | 1001010 | 10100101 | 1100000 | 110111 | 0 | 100011 | 11010111 | 1011100 | 100010 |
Color Harmonies of #074AA5
Complementary color
Monochromatic Colors of #074AA5
Black with #074AA5
Text Example
Text Example
White with #074AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074AA5; }
p { color: rgb(7,74,165); }
H1.HeaderClassName
{
color: #074AA5;
}
.AnyTagClassName
{
color: #074AA5;
}
</style>
background-color css
<style>
a { background-color: #074AA5; }
a { background-color: rgb(7,74,165); }
div.DivClassName
{
background-color: #074AA5;
}
.BgClassName
{
background-color: #074AA5;
}
</style>
border-color css
<style>
span { border-color: #074AA5; }
span { border-color: rgb(7,74,165); }
td.TdClassName
{
border-color: #074AA5;
}
.TagClassName
{
border-color: #074AA5;
}
</style>