Shades of Cobalt #074F9D
Tints of Cobalt #074F9D
RGB
CMYK
RGB Variations
Color information
#074F9D (or 0x074F9D) is known color: Cobalt. HEX triplet: 07, 4F and 9D. RGB value is (7,79,157). Sum of RGB (Red+Green+Blue) = 7+79+157=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 157 (61.72% from 255 or 64.61% from 243); Max value from RGB is 157 - color contains mainly: blue. Hex color #074F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074F9D is #F8B062. Grayscale: #414141. Windows color (decimal): -16298083 or 10309383. OLE color: 10309383.
HSL color Cylindrical-coordinate representation of color #074F9D: hue angle of 211.2º 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 #074F9D is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 79 | 157 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.38 |
| HSL | 211.2º | 0.91% | 0.32% | - |
| HSV(B) | 211.2º | 0.96% | 0.62% | - |
| XYZ | 8.97 | 8.07 | 32.98 | - |
| YUV | 66.36 | 179.15 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 79 | 157 | 0.96 | 0.50 | 0 | 0.38 | 211.2 | 0.91 | 0.32 |
| Hex | 7 | 4F | 9D | 60 | 32 | 0 | 26 | D3 | 5B | 20 |
| Octal | 7 | 117 | 235 | 140 | 62 | 0 | 46 | 323 | 133 | 40 |
| Binary | 111 | 1001111 | 10011101 | 1100000 | 110010 | 0 | 100110 | 11010011 | 1011011 | 100000 |
Color Harmonies of #074F9D
Complementary color
Monochromatic Colors of #074F9D
Black with #074F9D
Text Example
Text Example
White with #074F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074F9D; }
p { color: rgb(7,79,157); }
H1.HeaderClassName
{
color: #074F9D;
}
.AnyTagClassName
{
color: #074F9D;
}
</style>
background-color css
<style>
a { background-color: #074F9D; }
a { background-color: rgb(7,79,157); }
div.DivClassName
{
background-color: #074F9D;
}
.BgClassName
{
background-color: #074F9D;
}
</style>
border-color css
<style>
span { border-color: #074F9D; }
span { border-color: rgb(7,79,157); }
td.TdClassName
{
border-color: #074F9D;
}
.TagClassName
{
border-color: #074F9D;
}
</style>