Shades of Cobalt #074E9E
Tints of Cobalt #074E9E
RGB
CMYK
RGB Variations
Color information
#074E9E (or 0x074E9E) is known color: Cobalt. HEX triplet: 07, 4E and 9E. RGB value is (7,78,158). Sum of RGB (Red+Green+Blue) = 7+78+158=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 158 (62.11% from 255 or 65.02% from 243); Max value from RGB is 158 - color contains mainly: blue. Hex color #074E9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074E9E is #F8B161. Grayscale: #414141. Windows color (decimal): -16298338 or 10374663. OLE color: 10374663.
HSL color Cylindrical-coordinate representation of color #074E9E: hue angle of 211.79º 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 #074E9E is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 78 | 158 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.38 |
| HSL | 211.79º | 0.92% | 0.32% | - |
| HSV(B) | 211.79º | 0.96% | 0.62% | - |
| XYZ | 8.98 | 7.96 | 33.41 | - |
| YUV | 65.89 | 179.98 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 158 | 0.96 | 0.51 | 0 | 0.38 | 211.79 | 0.92 | 0.32 |
| Hex | 7 | 4E | 9E | 60 | 33 | 0 | 26 | D4 | 5C | 20 |
| Octal | 7 | 116 | 236 | 140 | 63 | 0 | 46 | 324 | 134 | 40 |
| Binary | 111 | 1001110 | 10011110 | 1100000 | 110011 | 0 | 100110 | 11010100 | 1011100 | 100000 |
Color Harmonies of #074E9E
Complementary color
Monochromatic Colors of #074E9E
Black with #074E9E
Text Example
Text Example
White with #074E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074E9E; }
p { color: rgb(7,78,158); }
H1.HeaderClassName
{
color: #074E9E;
}
.AnyTagClassName
{
color: #074E9E;
}
</style>
background-color css
<style>
a { background-color: #074E9E; }
a { background-color: rgb(7,78,158); }
div.DivClassName
{
background-color: #074E9E;
}
.BgClassName
{
background-color: #074E9E;
}
</style>
border-color css
<style>
span { border-color: #074E9E; }
span { border-color: rgb(7,78,158); }
td.TdClassName
{
border-color: #074E9E;
}
.TagClassName
{
border-color: #074E9E;
}
</style>