Shades of Cobalt #0845BC
Tints of Cobalt #0845BC
RGB
CMYK
RGB Variations
Color information
#0845BC (or 0x0845BC) is known color: Cobalt. HEX triplet: 08, 45 and BC. RGB value is (8,69,188). Sum of RGB (Red+Green+Blue) = 8+69+188=265 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.02% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 188 (73.83% from 255 or 70.94% from 265); Max value from RGB is 188 - color contains mainly: blue. Hex color #0845BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0845BC is #F7BA43. Grayscale: #3F3F3F. Windows color (decimal): -16235076 or 12338440. OLE color: 12338440.
HSL color Cylindrical-coordinate representation of color #0845BC: hue angle of 219.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0845BC is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 69 | 188 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.26 |
| HSL | 219.67º | 0.92% | 0.38% | - |
| HSV(B) | 219.67º | 0.96% | 0.74% | - |
| XYZ | 11.31 | 7.94 | 48.51 | - |
| YUV | 64.33 | 197.79 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 188 | 0.96 | 0.63 | 0 | 0.26 | 219.67 | 0.92 | 0.38 |
| Hex | 8 | 45 | BC | 60 | 3F | 0 | 1A | DC | 5C | 26 |
| Octal | 10 | 105 | 274 | 140 | 77 | 0 | 32 | 334 | 134 | 46 |
| Binary | 1000 | 1000101 | 10111100 | 1100000 | 111111 | 0 | 11010 | 11011100 | 1011100 | 100110 |
Color Harmonies of #0845BC
Complementary color
Monochromatic Colors of #0845BC
Black with #0845BC
Text Example
Text Example
White with #0845BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0845BC; }
p { color: rgb(8,69,188); }
H1.HeaderClassName
{
color: #0845BC;
}
.AnyTagClassName
{
color: #0845BC;
}
</style>
background-color css
<style>
a { background-color: #0845BC; }
a { background-color: rgb(8,69,188); }
div.DivClassName
{
background-color: #0845BC;
}
.BgClassName
{
background-color: #0845BC;
}
</style>
border-color css
<style>
span { border-color: #0845BC; }
span { border-color: rgb(8,69,188); }
td.TdClassName
{
border-color: #0845BC;
}
.TagClassName
{
border-color: #0845BC;
}
</style>