Shades of Cobalt #084AB0
Tints of Cobalt #084AB0
RGB
CMYK
RGB Variations
Color information
#084AB0 (or 0x084AB0) is known color: Cobalt. HEX triplet: 08, 4A and B0. RGB value is (8,74,176). Sum of RGB (Red+Green+Blue) = 8+74+176=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 176 (69.14% from 255 or 68.22% from 258); Max value from RGB is 176 - color contains mainly: blue. Hex color #084AB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084AB0 is #F7B54F. Grayscale: #414141. Windows color (decimal): -16233808 or 11553288. OLE color: 11553288.
HSL color Cylindrical-coordinate representation of color #084AB0: hue angle of 216.43º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084AB0 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 74 | 176 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.31 |
| HSL | 216.43º | 0.91% | 0.36% | - |
| HSV(B) | 216.43º | 0.95% | 0.69% | - |
| XYZ | 10.39 | 8.08 | 42.09 | - |
| YUV | 65.89 | 190.13 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 176 | 0.95 | 0.58 | 0 | 0.31 | 216.43 | 0.91 | 0.36 |
| Hex | 8 | 4A | B0 | 5F | 3A | 0 | 1F | D8 | 5B | 24 |
| Octal | 10 | 112 | 260 | 137 | 72 | 0 | 37 | 330 | 133 | 44 |
| Binary | 1000 | 1001010 | 10110000 | 1011111 | 111010 | 0 | 11111 | 11011000 | 1011011 | 100100 |
Color Harmonies of #084AB0
Complementary color
Monochromatic Colors of #084AB0
Black with #084AB0
Text Example
Text Example
White with #084AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084AB0; }
p { color: rgb(8,74,176); }
H1.HeaderClassName
{
color: #084AB0;
}
.AnyTagClassName
{
color: #084AB0;
}
</style>
background-color css
<style>
a { background-color: #084AB0; }
a { background-color: rgb(8,74,176); }
div.DivClassName
{
background-color: #084AB0;
}
.BgClassName
{
background-color: #084AB0;
}
</style>
border-color css
<style>
span { border-color: #084AB0; }
span { border-color: rgb(8,74,176); }
td.TdClassName
{
border-color: #084AB0;
}
.TagClassName
{
border-color: #084AB0;
}
</style>