Shades of Cobalt #074D96
Tints of Cobalt #074D96
RGB
CMYK
RGB Variations
Color information
#074D96 (or 0x074D96) is known color: Cobalt. HEX triplet: 07, 4D and 96. RGB value is (7,77,150). Sum of RGB (Red+Green+Blue) = 7+77+150=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 150 (58.98% from 255 or 64.10% from 234); Max value from RGB is 150 - color contains mainly: blue. Hex color #074D96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074D96 is #F8B269. Grayscale: #404040. Windows color (decimal): -16298602 or 9850119. OLE color: 9850119.
HSL color Cylindrical-coordinate representation of color #074D96: hue angle of 210.63º 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 #074D96 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 77 | 150 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.41 |
| HSL | 210.63º | 0.91% | 0.31% | - |
| HSV(B) | 210.63º | 0.95% | 0.59% | - |
| XYZ | 8.25 | 7.55 | 29.88 | - |
| YUV | 64.39 | 176.31 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 150 | 0.95 | 0.49 | 0 | 0.41 | 210.63 | 0.91 | 0.31 |
| Hex | 7 | 4D | 96 | 5F | 31 | 0 | 29 | D3 | 5B | 1F |
| Octal | 7 | 115 | 226 | 137 | 61 | 0 | 51 | 323 | 133 | 37 |
| Binary | 111 | 1001101 | 10010110 | 1011111 | 110001 | 0 | 101001 | 11010011 | 1011011 | 11111 |
Color Harmonies of #074D96
Complementary color
Monochromatic Colors of #074D96
Black with #074D96
Text Example
Text Example
White with #074D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D96; }
p { color: rgb(7,77,150); }
H1.HeaderClassName
{
color: #074D96;
}
.AnyTagClassName
{
color: #074D96;
}
</style>
background-color css
<style>
a { background-color: #074D96; }
a { background-color: rgb(7,77,150); }
div.DivClassName
{
background-color: #074D96;
}
.BgClassName
{
background-color: #074D96;
}
</style>
border-color css
<style>
span { border-color: #074D96; }
span { border-color: rgb(7,77,150); }
td.TdClassName
{
border-color: #074D96;
}
.TagClassName
{
border-color: #074D96;
}
</style>