Shades of Cobalt #074C9D
Tints of Cobalt #074C9D
RGB
CMYK
RGB Variations
Color information
#074C9D (or 0x074C9D) is known color: Cobalt. HEX triplet: 07, 4C and 9D. RGB value is (7,76,157). Sum of RGB (Red+Green+Blue) = 7+76+157=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 157 (61.72% from 255 or 65.42% from 240); Max value from RGB is 157 - color contains mainly: blue. Hex color #074C9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074C9D is #F8B362. Grayscale: #404040. Windows color (decimal): -16298851 or 10308615. OLE color: 10308615.
HSL color Cylindrical-coordinate representation of color #074C9D: hue angle of 212.4º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074C9D is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 76 | 157 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.38 |
| HSL | 212.4º | 0.91% | 0.32% | - |
| HSV(B) | 212.4º | 0.96% | 0.62% | - |
| XYZ | 8.76 | 7.65 | 32.91 | - |
| YUV | 64.6 | 180.14 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 157 | 0.96 | 0.52 | 0 | 0.38 | 212.4 | 0.91 | 0.32 |
| Hex | 7 | 4C | 9D | 60 | 34 | 0 | 26 | D4 | 5B | 20 |
| Octal | 7 | 114 | 235 | 140 | 64 | 0 | 46 | 324 | 133 | 40 |
| Binary | 111 | 1001100 | 10011101 | 1100000 | 110100 | 0 | 100110 | 11010100 | 1011011 | 100000 |
Color Harmonies of #074C9D
Complementary color
Monochromatic Colors of #074C9D
Black with #074C9D
Text Example
Text Example
White with #074C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074C9D; }
p { color: rgb(7,76,157); }
H1.HeaderClassName
{
color: #074C9D;
}
.AnyTagClassName
{
color: #074C9D;
}
</style>
background-color css
<style>
a { background-color: #074C9D; }
a { background-color: rgb(7,76,157); }
div.DivClassName
{
background-color: #074C9D;
}
.BgClassName
{
background-color: #074C9D;
}
</style>
border-color css
<style>
span { border-color: #074C9D; }
span { border-color: rgb(7,76,157); }
td.TdClassName
{
border-color: #074C9D;
}
.TagClassName
{
border-color: #074C9D;
}
</style>