Shades of Cobalt #0742AE
Tints of Cobalt #0742AE
RGB
CMYK
RGB Variations
Color information
#0742AE (or 0x0742AE) is known color: Cobalt. HEX triplet: 07, 42 and AE. RGB value is (7,66,174). Sum of RGB (Red+Green+Blue) = 7+66+174=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #0742AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0742AE is #F8BD51. Grayscale: #3C3C3C. Windows color (decimal): -16301394 or 11420167. OLE color: 11420167.
HSL color Cylindrical-coordinate representation of color #0742AE: hue angle of 218.8º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0742AE is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 66 | 174 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.32 |
| HSL | 218.8º | 0.92% | 0.35% | - |
| HSV(B) | 218.8º | 0.96% | 0.68% | - |
| XYZ | 9.68 | 7 | 40.89 | - |
| YUV | 60.67 | 191.95 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 174 | 0.96 | 0.62 | 0 | 0.32 | 218.8 | 0.92 | 0.35 |
| Hex | 7 | 42 | AE | 60 | 3E | 0 | 20 | DB | 5C | 23 |
| Octal | 7 | 102 | 256 | 140 | 76 | 0 | 40 | 333 | 134 | 43 |
| Binary | 111 | 1000010 | 10101110 | 1100000 | 111110 | 0 | 100000 | 11011011 | 1011100 | 100011 |
Color Harmonies of #0742AE
Complementary color
Monochromatic Colors of #0742AE
Black with #0742AE
Text Example
Text Example
White with #0742AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0742AE; }
p { color: rgb(7,66,174); }
H1.HeaderClassName
{
color: #0742AE;
}
.AnyTagClassName
{
color: #0742AE;
}
</style>
background-color css
<style>
a { background-color: #0742AE; }
a { background-color: rgb(7,66,174); }
div.DivClassName
{
background-color: #0742AE;
}
.BgClassName
{
background-color: #0742AE;
}
</style>
border-color css
<style>
span { border-color: #0742AE; }
span { border-color: rgb(7,66,174); }
td.TdClassName
{
border-color: #0742AE;
}
.TagClassName
{
border-color: #0742AE;
}
</style>