Shades of Cobalt #074997
Tints of Cobalt #074997
RGB
CMYK
RGB Variations
Color information
#074997 (or 0x074997) is known color: Cobalt. HEX triplet: 07, 49 and 97. RGB value is (7,73,151). Sum of RGB (Red+Green+Blue) = 7+73+151=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 151 (59.38% from 255 or 65.37% from 231); Max value from RGB is 151 - color contains mainly: blue. Hex color #074997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074997 is #F8B668. Grayscale: #3D3D3D. Windows color (decimal): -16299625 or 9914631. OLE color: 9914631.
HSL color Cylindrical-coordinate representation of color #074997: hue angle of 212.5º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074997 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 73 | 151 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.41 |
| HSL | 212.5º | 0.91% | 0.31% | - |
| HSV(B) | 212.5º | 0.95% | 0.59% | - |
| XYZ | 8.06 | 7.04 | 30.21 | - |
| YUV | 62.16 | 178.13 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 73 | 151 | 0.95 | 0.52 | 0 | 0.41 | 212.5 | 0.91 | 0.31 |
| Hex | 7 | 49 | 97 | 5F | 34 | 0 | 29 | D4 | 5B | 1F |
| Octal | 7 | 111 | 227 | 137 | 64 | 0 | 51 | 324 | 133 | 37 |
| Binary | 111 | 1001001 | 10010111 | 1011111 | 110100 | 0 | 101001 | 11010100 | 1011011 | 11111 |
Color Harmonies of #074997
Complementary color
Monochromatic Colors of #074997
Black with #074997
Text Example
Text Example
White with #074997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074997; }
p { color: rgb(7,73,151); }
H1.HeaderClassName
{
color: #074997;
}
.AnyTagClassName
{
color: #074997;
}
</style>
background-color css
<style>
a { background-color: #074997; }
a { background-color: rgb(7,73,151); }
div.DivClassName
{
background-color: #074997;
}
.BgClassName
{
background-color: #074997;
}
</style>
border-color css
<style>
span { border-color: #074997; }
span { border-color: rgb(7,73,151); }
td.TdClassName
{
border-color: #074997;
}
.TagClassName
{
border-color: #074997;
}
</style>