Shades of Cobalt #0647AB
Tints of Cobalt #0647AB
RGB
CMYK
RGB Variations
Color information
#0647AB (or 0x0647AB) is known color: Cobalt. HEX triplet: 06, 47 and AB. RGB value is (6,71,171). Sum of RGB (Red+Green+Blue) = 6+71+171=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 71 (28.12% from 255 or 28.63% 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 #0647AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0647AB is #F9B854. Grayscale: #3E3E3E. Windows color (decimal): -16365653 or 11224838. OLE color: 11224838.
HSL color Cylindrical-coordinate representation of color #0647AB: hue angle of 216.36º degrees, saturation: 0.93, 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 #0647AB is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 71 | 171 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.33 |
| HSL | 216.36º | 0.93% | 0.35% | - |
| HSV(B) | 216.36º | 0.96% | 0.67% | - |
| XYZ | 9.68 | 7.49 | 39.46 | - |
| YUV | 62.97 | 188.97 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 171 | 0.96 | 0.58 | 0 | 0.33 | 216.36 | 0.93 | 0.35 |
| Hex | 6 | 47 | AB | 60 | 3A | 0 | 21 | D8 | 5D | 23 |
| Octal | 6 | 107 | 253 | 140 | 72 | 0 | 41 | 330 | 135 | 43 |
| Binary | 110 | 1000111 | 10101011 | 1100000 | 111010 | 0 | 100001 | 11011000 | 1011101 | 100011 |
Color Harmonies of #0647AB
Complementary color
Monochromatic Colors of #0647AB
Black with #0647AB
Text Example
Text Example
White with #0647AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0647AB; }
p { color: rgb(6,71,171); }
H1.HeaderClassName
{
color: #0647AB;
}
.AnyTagClassName
{
color: #0647AB;
}
</style>
background-color css
<style>
a { background-color: #0647AB; }
a { background-color: rgb(6,71,171); }
div.DivClassName
{
background-color: #0647AB;
}
.BgClassName
{
background-color: #0647AB;
}
</style>
border-color css
<style>
span { border-color: #0647AB; }
span { border-color: rgb(6,71,171); }
td.TdClassName
{
border-color: #0647AB;
}
.TagClassName
{
border-color: #0647AB;
}
</style>