Shades of Cobalt #074D99
Tints of Cobalt #074D99
RGB
CMYK
RGB Variations
Color information
#074D99 (or 0x074D99) is known color: Cobalt. HEX triplet: 07, 4D and 99. RGB value is (7,77,153). Sum of RGB (Red+Green+Blue) = 7+77+153=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #074D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074D99 is #F8B266. Grayscale: #404040. Windows color (decimal): -16298599 or 10046727. OLE color: 10046727.
HSL color Cylindrical-coordinate representation of color #074D99: hue angle of 211.23º 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 #074D99 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 7 | 77 | 153 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.4 |
| HSL | 211.23º | 0.91% | 0.31% | - |
| HSV(B) | 211.23º | 0.95% | 0.6% | - |
| XYZ | 8.49 | 7.65 | 31.17 | - |
| YUV | 64.73 | 177.81 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 153 | 0.95 | 0.50 | 0 | 0.4 | 211.23 | 0.91 | 0.31 |
| Hex | 7 | 4D | 99 | 5F | 32 | 0 | 28 | D3 | 5B | 1F |
| Octal | 7 | 115 | 231 | 137 | 62 | 0 | 50 | 323 | 133 | 37 |
| Binary | 111 | 1001101 | 10011001 | 1011111 | 110010 | 0 | 101000 | 11010011 | 1011011 | 11111 |
Color Harmonies of #074D99
Complementary color
Monochromatic Colors of #074D99
Black with #074D99
Text Example
Text Example
White with #074D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D99; }
p { color: rgb(7,77,153); }
H1.HeaderClassName
{
color: #074D99;
}
.AnyTagClassName
{
color: #074D99;
}
</style>
background-color css
<style>
a { background-color: #074D99; }
a { background-color: rgb(7,77,153); }
div.DivClassName
{
background-color: #074D99;
}
.BgClassName
{
background-color: #074D99;
}
</style>
border-color css
<style>
span { border-color: #074D99; }
span { border-color: rgb(7,77,153); }
td.TdClassName
{
border-color: #074D99;
}
.TagClassName
{
border-color: #074D99;
}
</style>