Shades of Cobalt #084BAC
Tints of Cobalt #084BAC
RGB
CMYK
RGB Variations
Color information
#084BAC (or 0x084BAC) is known color: Cobalt. HEX triplet: 08, 4B and AC. RGB value is (8,75,172). Sum of RGB (Red+Green+Blue) = 8+75+172=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #084BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084BAC is #F7B453. Grayscale: #414141. Windows color (decimal): -16233556 or 11291400. OLE color: 11291400.
HSL color Cylindrical-coordinate representation of color #084BAC: hue angle of 215.49º 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 #084BAC is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 75 | 172 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.33 |
| HSL | 215.49º | 0.91% | 0.35% | - |
| HSV(B) | 215.49º | 0.95% | 0.67% | - |
| XYZ | 10.06 | 8.06 | 40.06 | - |
| YUV | 66.03 | 187.8 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 75 | 172 | 0.95 | 0.56 | 0 | 0.33 | 215.49 | 0.91 | 0.35 |
| Hex | 8 | 4B | AC | 5F | 38 | 0 | 21 | D7 | 5B | 23 |
| Octal | 10 | 113 | 254 | 137 | 70 | 0 | 41 | 327 | 133 | 43 |
| Binary | 1000 | 1001011 | 10101100 | 1011111 | 111000 | 0 | 100001 | 11010111 | 1011011 | 100011 |
Color Harmonies of #084BAC
Complementary color
Monochromatic Colors of #084BAC
Black with #084BAC
Text Example
Text Example
White with #084BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084BAC; }
p { color: rgb(8,75,172); }
H1.HeaderClassName
{
color: #084BAC;
}
.AnyTagClassName
{
color: #084BAC;
}
</style>
background-color css
<style>
a { background-color: #084BAC; }
a { background-color: rgb(8,75,172); }
div.DivClassName
{
background-color: #084BAC;
}
.BgClassName
{
background-color: #084BAC;
}
</style>
border-color css
<style>
span { border-color: #084BAC; }
span { border-color: rgb(8,75,172); }
td.TdClassName
{
border-color: #084BAC;
}
.TagClassName
{
border-color: #084BAC;
}
</style>