Shades of Cobalt #0746AA
Tints of Cobalt #0746AA
RGB
CMYK
RGB Variations
Color information
#0746AA (or 0x0746AA) is known color: Cobalt. HEX triplet: 07, 46 and AA. RGB value is (7,70,170). Sum of RGB (Red+Green+Blue) = 7+70+170=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #0746AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0746AA is #F8B955. Grayscale: #3E3E3E. Windows color (decimal): -16300374 or 11159047. OLE color: 11159047.
HSL color Cylindrical-coordinate representation of color #0746AA: hue angle of 216.81º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0746AA is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 70 | 170 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.33 |
| HSL | 216.81º | 0.92% | 0.35% | - |
| HSV(B) | 216.81º | 0.96% | 0.67% | - |
| XYZ | 9.53 | 7.33 | 38.94 | - |
| YUV | 62.56 | 188.63 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 70 | 170 | 0.96 | 0.59 | 0 | 0.33 | 216.81 | 0.92 | 0.35 |
| Hex | 7 | 46 | AA | 60 | 3B | 0 | 21 | D9 | 5C | 23 |
| Octal | 7 | 106 | 252 | 140 | 73 | 0 | 41 | 331 | 134 | 43 |
| Binary | 111 | 1000110 | 10101010 | 1100000 | 111011 | 0 | 100001 | 11011001 | 1011100 | 100011 |
Color Harmonies of #0746AA
Complementary color
Monochromatic Colors of #0746AA
Black with #0746AA
Text Example
Text Example
White with #0746AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0746AA; }
p { color: rgb(7,70,170); }
H1.HeaderClassName
{
color: #0746AA;
}
.AnyTagClassName
{
color: #0746AA;
}
</style>
background-color css
<style>
a { background-color: #0746AA; }
a { background-color: rgb(7,70,170); }
div.DivClassName
{
background-color: #0746AA;
}
.BgClassName
{
background-color: #0746AA;
}
</style>
border-color css
<style>
span { border-color: #0746AA; }
span { border-color: rgb(7,70,170); }
td.TdClassName
{
border-color: #0746AA;
}
.TagClassName
{
border-color: #0746AA;
}
</style>