Shades of Cobalt #084BBB
Tints of Cobalt #084BBB
RGB
CMYK
RGB Variations
Color information
#084BBB (or 0x084BBB) is known color: Cobalt. HEX triplet: 08, 4B and BB. RGB value is (8,75,187). Sum of RGB (Red+Green+Blue) = 8+75+187=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 187 (73.44% from 255 or 69.26% from 270); Max value from RGB is 187 - color contains mainly: blue. Hex color #084BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084BBB is #F7B444. Grayscale: #434343. Windows color (decimal): -16233541 or 12274440. OLE color: 12274440.
HSL color Cylindrical-coordinate representation of color #084BBB: hue angle of 217.54º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084BBB is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 75 | 187 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.27 |
| HSL | 217.54º | 0.92% | 0.38% | - |
| HSV(B) | 217.54º | 0.96% | 0.73% | - |
| XYZ | 11.59 | 8.67 | 48.08 | - |
| YUV | 67.74 | 195.3 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 75 | 187 | 0.96 | 0.60 | 0 | 0.27 | 217.54 | 0.92 | 0.38 |
| Hex | 8 | 4B | BB | 60 | 3C | 0 | 1B | DA | 5C | 26 |
| Octal | 10 | 113 | 273 | 140 | 74 | 0 | 33 | 332 | 134 | 46 |
| Binary | 1000 | 1001011 | 10111011 | 1100000 | 111100 | 0 | 11011 | 11011010 | 1011100 | 100110 |
Color Harmonies of #084BBB
Complementary color
Monochromatic Colors of #084BBB
Black with #084BBB
Text Example
Text Example
White with #084BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084BBB; }
p { color: rgb(8,75,187); }
H1.HeaderClassName
{
color: #084BBB;
}
.AnyTagClassName
{
color: #084BBB;
}
</style>
background-color css
<style>
a { background-color: #084BBB; }
a { background-color: rgb(8,75,187); }
div.DivClassName
{
background-color: #084BBB;
}
.BgClassName
{
background-color: #084BBB;
}
</style>
border-color css
<style>
span { border-color: #084BBB; }
span { border-color: rgb(8,75,187); }
td.TdClassName
{
border-color: #084BBB;
}
.TagClassName
{
border-color: #084BBB;
}
</style>