Shades of Cobalt #074D9E
Tints of Cobalt #074D9E
RGB
CMYK
RGB Variations
Color information
#074D9E (or 0x074D9E) is known color: Cobalt. HEX triplet: 07, 4D and 9E. RGB value is (7,77,158). Sum of RGB (Red+Green+Blue) = 7+77+158=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #074D9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074D9E is #F8B261. Grayscale: #404040. Windows color (decimal): -16298594 or 10374407. OLE color: 10374407.
HSL color Cylindrical-coordinate representation of color #074D9E: hue angle of 212.19º degrees, saturation: 0.92, 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 #074D9E is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 77 | 158 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.38 |
| HSL | 212.19º | 0.92% | 0.32% | - |
| HSV(B) | 212.19º | 0.96% | 0.62% | - |
| XYZ | 8.91 | 7.82 | 33.39 | - |
| YUV | 65.3 | 180.31 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 158 | 0.96 | 0.51 | 0 | 0.38 | 212.19 | 0.92 | 0.32 |
| Hex | 7 | 4D | 9E | 60 | 33 | 0 | 26 | D4 | 5C | 20 |
| Octal | 7 | 115 | 236 | 140 | 63 | 0 | 46 | 324 | 134 | 40 |
| Binary | 111 | 1001101 | 10011110 | 1100000 | 110011 | 0 | 100110 | 11010100 | 1011100 | 100000 |
Color Harmonies of #074D9E
Complementary color
Monochromatic Colors of #074D9E
Black with #074D9E
Text Example
Text Example
White with #074D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D9E; }
p { color: rgb(7,77,158); }
H1.HeaderClassName
{
color: #074D9E;
}
.AnyTagClassName
{
color: #074D9E;
}
</style>
background-color css
<style>
a { background-color: #074D9E; }
a { background-color: rgb(7,77,158); }
div.DivClassName
{
background-color: #074D9E;
}
.BgClassName
{
background-color: #074D9E;
}
</style>
border-color css
<style>
span { border-color: #074D9E; }
span { border-color: rgb(7,77,158); }
td.TdClassName
{
border-color: #074D9E;
}
.TagClassName
{
border-color: #074D9E;
}
</style>