Shades of Cobalt #084AC1
Tints of Cobalt #084AC1
RGB
CMYK
RGB Variations
Color information
#084AC1 (or 0x084AC1) is known color: Cobalt. HEX triplet: 08, 4A and C1. RGB value is (8,74,193). Sum of RGB (Red+Green+Blue) = 8+74+193=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 193 (75.78% from 255 or 70.18% from 275); Max value from RGB is 193 - color contains mainly: blue. Hex color #084AC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084AC1 is #F7B53E. Grayscale: #434343. Windows color (decimal): -16233791 or 12667400. OLE color: 12667400.
HSL color Cylindrical-coordinate representation of color #084AC1: hue angle of 218.59º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084AC1 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 74 | 193 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.24 |
| HSL | 218.59º | 0.92% | 0.39% | - |
| HSV(B) | 218.59º | 0.96% | 0.76% | - |
| XYZ | 12.17 | 8.8 | 51.51 | - |
| YUV | 67.83 | 198.63 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 193 | 0.96 | 0.62 | 0 | 0.24 | 218.59 | 0.92 | 0.39 |
| Hex | 8 | 4A | C1 | 60 | 3E | 0 | 18 | DB | 5C | 27 |
| Octal | 10 | 112 | 301 | 140 | 76 | 0 | 30 | 333 | 134 | 47 |
| Binary | 1000 | 1001010 | 11000001 | 1100000 | 111110 | 0 | 11000 | 11011011 | 1011100 | 100111 |
Color Harmonies of #084AC1
Complementary color
Monochromatic Colors of #084AC1
Black with #084AC1
Text Example
Text Example
White with #084AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084AC1; }
p { color: rgb(8,74,193); }
H1.HeaderClassName
{
color: #084AC1;
}
.AnyTagClassName
{
color: #084AC1;
}
</style>
background-color css
<style>
a { background-color: #084AC1; }
a { background-color: rgb(8,74,193); }
div.DivClassName
{
background-color: #084AC1;
}
.BgClassName
{
background-color: #084AC1;
}
</style>
border-color css
<style>
span { border-color: #084AC1; }
span { border-color: rgb(8,74,193); }
td.TdClassName
{
border-color: #084AC1;
}
.TagClassName
{
border-color: #084AC1;
}
</style>