Shades of Cobalt #0746AB
Tints of Cobalt #0746AB
RGB
CMYK
RGB Variations
Color information
#0746AB (or 0x0746AB) is known color: Cobalt. HEX triplet: 07, 46 and AB. RGB value is (7,70,171). Sum of RGB (Red+Green+Blue) = 7+70+171=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #0746AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0746AB is #F8B954. Grayscale: #3E3E3E. Windows color (decimal): -16300373 or 11224583. OLE color: 11224583.
HSL color Cylindrical-coordinate representation of color #0746AB: hue angle of 216.95º 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 #0746AB is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 70 | 171 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.33 |
| HSL | 216.95º | 0.92% | 0.35% | - |
| HSV(B) | 216.95º | 0.96% | 0.67% | - |
| XYZ | 9.63 | 7.37 | 39.44 | - |
| YUV | 62.68 | 189.13 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 70 | 171 | 0.96 | 0.59 | 0 | 0.33 | 216.95 | 0.92 | 0.35 |
| Hex | 7 | 46 | AB | 60 | 3B | 0 | 21 | D9 | 5C | 23 |
| Octal | 7 | 106 | 253 | 140 | 73 | 0 | 41 | 331 | 134 | 43 |
| Binary | 111 | 1000110 | 10101011 | 1100000 | 111011 | 0 | 100001 | 11011001 | 1011100 | 100011 |
Color Harmonies of #0746AB
Complementary color
Monochromatic Colors of #0746AB
Black with #0746AB
Text Example
Text Example
White with #0746AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0746AB; }
p { color: rgb(7,70,171); }
H1.HeaderClassName
{
color: #0746AB;
}
.AnyTagClassName
{
color: #0746AB;
}
</style>
background-color css
<style>
a { background-color: #0746AB; }
a { background-color: rgb(7,70,171); }
div.DivClassName
{
background-color: #0746AB;
}
.BgClassName
{
background-color: #0746AB;
}
</style>
border-color css
<style>
span { border-color: #0746AB; }
span { border-color: rgb(7,70,171); }
td.TdClassName
{
border-color: #0746AB;
}
.TagClassName
{
border-color: #0746AB;
}
</style>