Shades of Cobalt #074995
Tints of Cobalt #074995
RGB
CMYK
RGB Variations
Color information
#074995 (or 0x074995) is known color: Cobalt. HEX triplet: 07, 49 and 95. RGB value is (7,73,149). Sum of RGB (Red+Green+Blue) = 7+73+149=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #074995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074995 is #F8B66A. Grayscale: #3D3D3D. Windows color (decimal): -16299627 or 9783559. OLE color: 9783559.
HSL color Cylindrical-coordinate representation of color #074995: hue angle of 212.11º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074995 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 73 | 149 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.42 |
| HSL | 212.11º | 0.91% | 0.31% | - |
| HSV(B) | 212.11º | 0.95% | 0.58% | - |
| XYZ | 7.89 | 6.98 | 29.36 | - |
| YUV | 61.93 | 177.13 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 73 | 149 | 0.95 | 0.51 | 0 | 0.42 | 212.11 | 0.91 | 0.31 |
| Hex | 7 | 49 | 95 | 5F | 33 | 0 | 2A | D4 | 5B | 1F |
| Octal | 7 | 111 | 225 | 137 | 63 | 0 | 52 | 324 | 133 | 37 |
| Binary | 111 | 1001001 | 10010101 | 1011111 | 110011 | 0 | 101010 | 11010100 | 1011011 | 11111 |
Color Harmonies of #074995
Complementary color
Monochromatic Colors of #074995
Black with #074995
Text Example
Text Example
White with #074995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074995; }
p { color: rgb(7,73,149); }
H1.HeaderClassName
{
color: #074995;
}
.AnyTagClassName
{
color: #074995;
}
</style>
background-color css
<style>
a { background-color: #074995; }
a { background-color: rgb(7,73,149); }
div.DivClassName
{
background-color: #074995;
}
.BgClassName
{
background-color: #074995;
}
</style>
border-color css
<style>
span { border-color: #074995; }
span { border-color: rgb(7,73,149); }
td.TdClassName
{
border-color: #074995;
}
.TagClassName
{
border-color: #074995;
}
</style>