Shades of Cobalt #0749AB
Tints of Cobalt #0749AB
RGB
CMYK
RGB Variations
Color information
#0749AB (or 0x0749AB) is known color: Cobalt. HEX triplet: 07, 49 and AB. RGB value is (7,73,171). Sum of RGB (Red+Green+Blue) = 7+73+171=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #0749AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0749AB is #F8B654. Grayscale: #3F3F3F. Windows color (decimal): -16299605 or 11225351. OLE color: 11225351.
HSL color Cylindrical-coordinate representation of color #0749AB: hue angle of 215.85º 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 #0749AB is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 73 | 171 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.33 |
| HSL | 215.85º | 0.92% | 0.35% | - |
| HSV(B) | 215.85º | 0.96% | 0.67% | - |
| XYZ | 9.82 | 7.75 | 39.51 | - |
| YUV | 64.44 | 188.13 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 73 | 171 | 0.96 | 0.57 | 0 | 0.33 | 215.85 | 0.92 | 0.35 |
| Hex | 7 | 49 | AB | 60 | 39 | 0 | 21 | D8 | 5C | 23 |
| Octal | 7 | 111 | 253 | 140 | 71 | 0 | 41 | 330 | 134 | 43 |
| Binary | 111 | 1001001 | 10101011 | 1100000 | 111001 | 0 | 100001 | 11011000 | 1011100 | 100011 |
Color Harmonies of #0749AB
Complementary color
Monochromatic Colors of #0749AB
Black with #0749AB
Text Example
Text Example
White with #0749AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0749AB; }
p { color: rgb(7,73,171); }
H1.HeaderClassName
{
color: #0749AB;
}
.AnyTagClassName
{
color: #0749AB;
}
</style>
background-color css
<style>
a { background-color: #0749AB; }
a { background-color: rgb(7,73,171); }
div.DivClassName
{
background-color: #0749AB;
}
.BgClassName
{
background-color: #0749AB;
}
</style>
border-color css
<style>
span { border-color: #0749AB; }
span { border-color: rgb(7,73,171); }
td.TdClassName
{
border-color: #0749AB;
}
.TagClassName
{
border-color: #0749AB;
}
</style>