Shades of Cobalt #074D9D
Tints of Cobalt #074D9D
RGB
CMYK
RGB Variations
Color information
#074D9D (or 0x074D9D) is known color: Cobalt. HEX triplet: 07, 4D and 9D. RGB value is (7,77,157). Sum of RGB (Red+Green+Blue) = 7+77+157=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #074D9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074D9D is #F8B262. Grayscale: #404040. Windows color (decimal): -16298595 or 10308871. OLE color: 10308871.
HSL color Cylindrical-coordinate representation of color #074D9D: hue angle of 212º 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 #074D9D is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 77 | 157 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.38 |
| HSL | 212º | 0.91% | 0.32% | - |
| HSV(B) | 212º | 0.96% | 0.62% | - |
| XYZ | 8.83 | 7.79 | 32.94 | - |
| YUV | 65.19 | 179.81 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 157 | 0.96 | 0.51 | 0 | 0.38 | 212 | 0.91 | 0.32 |
| Hex | 7 | 4D | 9D | 60 | 33 | 0 | 26 | D4 | 5B | 20 |
| Octal | 7 | 115 | 235 | 140 | 63 | 0 | 46 | 324 | 133 | 40 |
| Binary | 111 | 1001101 | 10011101 | 1100000 | 110011 | 0 | 100110 | 11010100 | 1011011 | 100000 |
Color Harmonies of #074D9D
Complementary color
Monochromatic Colors of #074D9D
Black with #074D9D
Text Example
Text Example
White with #074D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D9D; }
p { color: rgb(7,77,157); }
H1.HeaderClassName
{
color: #074D9D;
}
.AnyTagClassName
{
color: #074D9D;
}
</style>
background-color css
<style>
a { background-color: #074D9D; }
a { background-color: rgb(7,77,157); }
div.DivClassName
{
background-color: #074D9D;
}
.BgClassName
{
background-color: #074D9D;
}
</style>
border-color css
<style>
span { border-color: #074D9D; }
span { border-color: rgb(7,77,157); }
td.TdClassName
{
border-color: #074D9D;
}
.TagClassName
{
border-color: #074D9D;
}
</style>