Shades of Cobalt #074A9B
Tints of Cobalt #074A9B
RGB
CMYK
RGB Variations
Color information
#074A9B (or 0x074A9B) is known color: Cobalt. HEX triplet: 07, 4A and 9B. RGB value is (7,74,155). Sum of RGB (Red+Green+Blue) = 7+74+155=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #074A9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074A9B is #F8B564. Grayscale: #3E3E3E. Windows color (decimal): -16299365 or 10177031. OLE color: 10177031.
HSL color Cylindrical-coordinate representation of color #074A9B: hue angle of 212.84º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074A9B is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 74 | 155 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.39 |
| HSL | 212.84º | 0.91% | 0.32% | - |
| HSV(B) | 212.84º | 0.95% | 0.61% | - |
| XYZ | 8.45 | 7.31 | 31.98 | - |
| YUV | 63.2 | 179.8 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 155 | 0.95 | 0.52 | 0 | 0.39 | 212.84 | 0.91 | 0.32 |
| Hex | 7 | 4A | 9B | 5F | 34 | 0 | 27 | D5 | 5B | 20 |
| Octal | 7 | 112 | 233 | 137 | 64 | 0 | 47 | 325 | 133 | 40 |
| Binary | 111 | 1001010 | 10011011 | 1011111 | 110100 | 0 | 100111 | 11010101 | 1011011 | 100000 |
Color Harmonies of #074A9B
Complementary color
Monochromatic Colors of #074A9B
Black with #074A9B
Text Example
Text Example
White with #074A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A9B; }
p { color: rgb(7,74,155); }
H1.HeaderClassName
{
color: #074A9B;
}
.AnyTagClassName
{
color: #074A9B;
}
</style>
background-color css
<style>
a { background-color: #074A9B; }
a { background-color: rgb(7,74,155); }
div.DivClassName
{
background-color: #074A9B;
}
.BgClassName
{
background-color: #074A9B;
}
</style>
border-color css
<style>
span { border-color: #074A9B; }
span { border-color: rgb(7,74,155); }
td.TdClassName
{
border-color: #074A9B;
}
.TagClassName
{
border-color: #074A9B;
}
</style>