Shades of Cobalt #074998
Tints of Cobalt #074998
RGB
CMYK
RGB Variations
Color information
#074998 (or 0x074998) is known color: Cobalt. HEX triplet: 07, 49 and 98. RGB value is (7,73,152). Sum of RGB (Red+Green+Blue) = 7+73+152=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 152 (59.77% from 255 or 65.52% from 232); Max value from RGB is 152 - color contains mainly: blue. Hex color #074998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074998 is #F8B667. Grayscale: #3D3D3D. Windows color (decimal): -16299624 or 9980167. OLE color: 9980167.
HSL color Cylindrical-coordinate representation of color #074998: hue angle of 212.69º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074998 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 73 | 152 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.40 |
| HSL | 212.69º | 0.91% | 0.31% | - |
| HSV(B) | 212.69º | 0.95% | 0.6% | - |
| XYZ | 8.14 | 7.08 | 30.64 | - |
| YUV | 62.27 | 178.63 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 73 | 152 | 0.95 | 0.52 | 0 | 0.40 | 212.69 | 0.91 | 0.31 |
| Hex | 7 | 49 | 98 | 5F | 34 | 0 | 28 | D5 | 5B | 1F |
| Octal | 7 | 111 | 230 | 137 | 64 | 0 | 50 | 325 | 133 | 37 |
| Binary | 111 | 1001001 | 10011000 | 1011111 | 110100 | 0 | 101000 | 11010101 | 1011011 | 11111 |
Color Harmonies of #074998
Complementary color
Monochromatic Colors of #074998
Black with #074998
Text Example
Text Example
White with #074998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074998; }
p { color: rgb(7,73,152); }
H1.HeaderClassName
{
color: #074998;
}
.AnyTagClassName
{
color: #074998;
}
</style>
background-color css
<style>
a { background-color: #074998; }
a { background-color: rgb(7,73,152); }
div.DivClassName
{
background-color: #074998;
}
.BgClassName
{
background-color: #074998;
}
</style>
border-color css
<style>
span { border-color: #074998; }
span { border-color: rgb(7,73,152); }
td.TdClassName
{
border-color: #074998;
}
.TagClassName
{
border-color: #074998;
}
</style>