Shades of Cobalt #084AAA
Tints of Cobalt #084AAA
RGB
CMYK
RGB Variations
Color information
#084AAA (or 0x084AAA) is known color: Cobalt. HEX triplet: 08, 4A and AA. RGB value is (8,74,170). Sum of RGB (Red+Green+Blue) = 8+74+170=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #084AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084AAA is #F7B555. Grayscale: #404040. Windows color (decimal): -16233814 or 11160072. OLE color: 11160072.
HSL color Cylindrical-coordinate representation of color #084AAA: hue angle of 215.56º 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 #084AAA is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 74 | 170 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.33 |
| HSL | 215.56º | 0.91% | 0.35% | - |
| HSV(B) | 215.56º | 0.95% | 0.67% | - |
| XYZ | 9.8 | 7.85 | 39.03 | - |
| YUV | 65.21 | 187.13 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 170 | 0.95 | 0.56 | 0 | 0.33 | 215.56 | 0.91 | 0.35 |
| Hex | 8 | 4A | AA | 5F | 38 | 0 | 21 | D8 | 5B | 23 |
| Octal | 10 | 112 | 252 | 137 | 70 | 0 | 41 | 330 | 133 | 43 |
| Binary | 1000 | 1001010 | 10101010 | 1011111 | 111000 | 0 | 100001 | 11011000 | 1011011 | 100011 |
Color Harmonies of #084AAA
Complementary color
Monochromatic Colors of #084AAA
Black with #084AAA
Text Example
Text Example
White with #084AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084AAA; }
p { color: rgb(8,74,170); }
H1.HeaderClassName
{
color: #084AAA;
}
.AnyTagClassName
{
color: #084AAA;
}
</style>
background-color css
<style>
a { background-color: #084AAA; }
a { background-color: rgb(8,74,170); }
div.DivClassName
{
background-color: #084AAA;
}
.BgClassName
{
background-color: #084AAA;
}
</style>
border-color css
<style>
span { border-color: #084AAA; }
span { border-color: rgb(8,74,170); }
td.TdClassName
{
border-color: #084AAA;
}
.TagClassName
{
border-color: #084AAA;
}
</style>