Shades of Cobalt #084AAB
Tints of Cobalt #084AAB
RGB
CMYK
RGB Variations
Color information
#084AAB (or 0x084AAB) is known color: Cobalt. HEX triplet: 08, 4A and AB. RGB value is (8,74,171). Sum of RGB (Red+Green+Blue) = 8+74+171=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #084AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084AAB is #F7B554. Grayscale: #404040. Windows color (decimal): -16233813 or 11225608. OLE color: 11225608.
HSL color Cylindrical-coordinate representation of color #084AAB: hue angle of 215.71º 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 #084AAB is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 74 | 171 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.33 |
| HSL | 215.71º | 0.91% | 0.35% | - |
| HSV(B) | 215.71º | 0.95% | 0.67% | - |
| XYZ | 9.9 | 7.89 | 39.53 | - |
| YUV | 65.32 | 187.63 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 171 | 0.95 | 0.57 | 0 | 0.33 | 215.71 | 0.91 | 0.35 |
| Hex | 8 | 4A | AB | 5F | 39 | 0 | 21 | D8 | 5B | 23 |
| Octal | 10 | 112 | 253 | 137 | 71 | 0 | 41 | 330 | 133 | 43 |
| Binary | 1000 | 1001010 | 10101011 | 1011111 | 111001 | 0 | 100001 | 11011000 | 1011011 | 100011 |
Color Harmonies of #084AAB
Complementary color
Monochromatic Colors of #084AAB
Black with #084AAB
Text Example
Text Example
White with #084AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084AAB; }
p { color: rgb(8,74,171); }
H1.HeaderClassName
{
color: #084AAB;
}
.AnyTagClassName
{
color: #084AAB;
}
</style>
background-color css
<style>
a { background-color: #084AAB; }
a { background-color: rgb(8,74,171); }
div.DivClassName
{
background-color: #084AAB;
}
.BgClassName
{
background-color: #084AAB;
}
</style>
border-color css
<style>
span { border-color: #084AAB; }
span { border-color: rgb(8,74,171); }
td.TdClassName
{
border-color: #084AAB;
}
.TagClassName
{
border-color: #084AAB;
}
</style>