Shades of Cobalt #084DAA
Tints of Cobalt #084DAA
RGB
CMYK
RGB Variations
Color information
#084DAA (or 0x084DAA) is known color: Cobalt. HEX triplet: 08, 4D and AA. RGB value is (8,77,170). Sum of RGB (Red+Green+Blue) = 8+77+170=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #084DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084DAA is #F7B255. Grayscale: #424242. Windows color (decimal): -16233046 or 11160840. OLE color: 11160840.
HSL color Cylindrical-coordinate representation of color #084DAA: hue angle of 214.44º 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 #084DAA is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 77 | 170 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.33 |
| HSL | 214.44º | 0.91% | 0.35% | - |
| HSV(B) | 214.44º | 0.95% | 0.67% | - |
| XYZ | 10.01 | 8.26 | 39.1 | - |
| YUV | 66.97 | 186.14 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 170 | 0.95 | 0.55 | 0 | 0.33 | 214.44 | 0.91 | 0.35 |
| Hex | 8 | 4D | AA | 5F | 37 | 0 | 21 | D6 | 5B | 23 |
| Octal | 10 | 115 | 252 | 137 | 67 | 0 | 41 | 326 | 133 | 43 |
| Binary | 1000 | 1001101 | 10101010 | 1011111 | 110111 | 0 | 100001 | 11010110 | 1011011 | 100011 |
Color Harmonies of #084DAA
Complementary color
Monochromatic Colors of #084DAA
Black with #084DAA
Text Example
Text Example
White with #084DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084DAA; }
p { color: rgb(8,77,170); }
H1.HeaderClassName
{
color: #084DAA;
}
.AnyTagClassName
{
color: #084DAA;
}
</style>
background-color css
<style>
a { background-color: #084DAA; }
a { background-color: rgb(8,77,170); }
div.DivClassName
{
background-color: #084DAA;
}
.BgClassName
{
background-color: #084DAA;
}
</style>
border-color css
<style>
span { border-color: #084DAA; }
span { border-color: rgb(8,77,170); }
td.TdClassName
{
border-color: #084DAA;
}
.TagClassName
{
border-color: #084DAA;
}
</style>