Shades of Cobalt #0849BB
Tints of Cobalt #0849BB
RGB
CMYK
RGB Variations
Color information
#0849BB (or 0x0849BB) is known color: Cobalt. HEX triplet: 08, 49 and BB. RGB value is (8,73,187). Sum of RGB (Red+Green+Blue) = 8+73+187=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 187 (73.44% from 255 or 69.78% from 268); Max value from RGB is 187 - color contains mainly: blue. Hex color #0849BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0849BB is #F7B644. Grayscale: #424242. Windows color (decimal): -16234053 or 12273928. OLE color: 12273928.
HSL color Cylindrical-coordinate representation of color #0849BB: hue angle of 218.21º 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 #0849BB is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 73 | 187 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.27 |
| HSL | 218.21º | 0.92% | 0.38% | - |
| HSV(B) | 218.21º | 0.96% | 0.73% | - |
| XYZ | 11.45 | 8.4 | 48.03 | - |
| YUV | 66.56 | 195.97 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 187 | 0.96 | 0.61 | 0 | 0.27 | 218.21 | 0.92 | 0.38 |
| Hex | 8 | 49 | BB | 60 | 3D | 0 | 1B | DA | 5C | 26 |
| Octal | 10 | 111 | 273 | 140 | 75 | 0 | 33 | 332 | 134 | 46 |
| Binary | 1000 | 1001001 | 10111011 | 1100000 | 111101 | 0 | 11011 | 11011010 | 1011100 | 100110 |
Color Harmonies of #0849BB
Complementary color
Monochromatic Colors of #0849BB
Black with #0849BB
Text Example
Text Example
White with #0849BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0849BB; }
p { color: rgb(8,73,187); }
H1.HeaderClassName
{
color: #0849BB;
}
.AnyTagClassName
{
color: #0849BB;
}
</style>
background-color css
<style>
a { background-color: #0849BB; }
a { background-color: rgb(8,73,187); }
div.DivClassName
{
background-color: #0849BB;
}
.BgClassName
{
background-color: #0849BB;
}
</style>
border-color css
<style>
span { border-color: #0849BB; }
span { border-color: rgb(8,73,187); }
td.TdClassName
{
border-color: #0849BB;
}
.TagClassName
{
border-color: #0849BB;
}
</style>