Shades of Cobalt #084DAB
Tints of Cobalt #084DAB
RGB
CMYK
RGB Variations
Color information
#084DAB (or 0x084DAB) is known color: Cobalt. HEX triplet: 08, 4D and AB. RGB value is (8,77,171). Sum of RGB (Red+Green+Blue) = 8+77+171=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #084DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084DAB is #F7B254. Grayscale: #424242. Windows color (decimal): -16233045 or 11226376. OLE color: 11226376.
HSL color Cylindrical-coordinate representation of color #084DAB: hue angle of 214.6º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084DAB is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 77 | 171 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.33 |
| HSL | 214.6º | 0.91% | 0.35% | - |
| HSV(B) | 214.6º | 0.95% | 0.67% | - |
| XYZ | 10.1 | 8.3 | 39.6 | - |
| YUV | 67.09 | 186.64 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 171 | 0.95 | 0.55 | 0 | 0.33 | 214.6 | 0.91 | 0.35 |
| Hex | 8 | 4D | AB | 5F | 37 | 0 | 21 | D7 | 5B | 23 |
| Octal | 10 | 115 | 253 | 137 | 67 | 0 | 41 | 327 | 133 | 43 |
| Binary | 1000 | 1001101 | 10101011 | 1011111 | 110111 | 0 | 100001 | 11010111 | 1011011 | 100011 |
Color Harmonies of #084DAB
Complementary color
Monochromatic Colors of #084DAB
Black with #084DAB
Text Example
Text Example
White with #084DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084DAB; }
p { color: rgb(8,77,171); }
H1.HeaderClassName
{
color: #084DAB;
}
.AnyTagClassName
{
color: #084DAB;
}
</style>
background-color css
<style>
a { background-color: #084DAB; }
a { background-color: rgb(8,77,171); }
div.DivClassName
{
background-color: #084DAB;
}
.BgClassName
{
background-color: #084DAB;
}
</style>
border-color css
<style>
span { border-color: #084DAB; }
span { border-color: rgb(8,77,171); }
td.TdClassName
{
border-color: #084DAB;
}
.TagClassName
{
border-color: #084DAB;
}
</style>