Shades of Cobalt #0744AB
Tints of Cobalt #0744AB
RGB
CMYK
RGB Variations
Color information
#0744AB (or 0x0744AB) is known color: Cobalt. HEX triplet: 07, 44 and AB. RGB value is (7,68,171). Sum of RGB (Red+Green+Blue) = 7+68+171=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #0744AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0744AB is #F8BB54. Grayscale: #3D3D3D. Windows color (decimal): -16300885 or 11224071. OLE color: 11224071.
HSL color Cylindrical-coordinate representation of color #0744AB: hue angle of 217.68º 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 #0744AB is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 68 | 171 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.33 |
| HSL | 217.68º | 0.92% | 0.35% | - |
| HSV(B) | 217.68º | 0.96% | 0.67% | - |
| XYZ | 9.51 | 7.12 | 39.4 | - |
| YUV | 61.5 | 189.79 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 68 | 171 | 0.96 | 0.60 | 0 | 0.33 | 217.68 | 0.92 | 0.35 |
| Hex | 7 | 44 | AB | 60 | 3C | 0 | 21 | DA | 5C | 23 |
| Octal | 7 | 104 | 253 | 140 | 74 | 0 | 41 | 332 | 134 | 43 |
| Binary | 111 | 1000100 | 10101011 | 1100000 | 111100 | 0 | 100001 | 11011010 | 1011100 | 100011 |
Color Harmonies of #0744AB
Complementary color
Monochromatic Colors of #0744AB
Black with #0744AB
Text Example
Text Example
White with #0744AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0744AB; }
p { color: rgb(7,68,171); }
H1.HeaderClassName
{
color: #0744AB;
}
.AnyTagClassName
{
color: #0744AB;
}
</style>
background-color css
<style>
a { background-color: #0744AB; }
a { background-color: rgb(7,68,171); }
div.DivClassName
{
background-color: #0744AB;
}
.BgClassName
{
background-color: #0744AB;
}
</style>
border-color css
<style>
span { border-color: #0744AB; }
span { border-color: rgb(7,68,171); }
td.TdClassName
{
border-color: #0744AB;
}
.TagClassName
{
border-color: #0744AB;
}
</style>