Shades of Cobalt #0845BE
Tints of Cobalt #0845BE
RGB
CMYK
RGB Variations
Color information
#0845BE (or 0x0845BE) is known color: Cobalt. HEX triplet: 08, 45 and BE. RGB value is (8,69,190). Sum of RGB (Red+Green+Blue) = 8+69+190=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 190 (74.61% from 255 or 71.16% from 267); Max value from RGB is 190 - color contains mainly: blue. Hex color #0845BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0845BE is #F7BA41. Grayscale: #404040. Windows color (decimal): -16235074 or 12469512. OLE color: 12469512.
HSL color Cylindrical-coordinate representation of color #0845BE: hue angle of 219.89º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0845BE is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 69 | 190 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.25 |
| HSL | 219.89º | 0.92% | 0.39% | - |
| HSV(B) | 219.89º | 0.96% | 0.75% | - |
| XYZ | 11.52 | 8.03 | 49.66 | - |
| YUV | 64.56 | 198.79 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 190 | 0.96 | 0.64 | 0 | 0.25 | 219.89 | 0.92 | 0.39 |
| Hex | 8 | 45 | BE | 60 | 40 | 0 | 19 | DC | 5C | 27 |
| Octal | 10 | 105 | 276 | 140 | 100 | 0 | 31 | 334 | 134 | 47 |
| Binary | 1000 | 1000101 | 10111110 | 1100000 | 1000000 | 0 | 11001 | 11011100 | 1011100 | 100111 |
Color Harmonies of #0845BE
Complementary color
Monochromatic Colors of #0845BE
Black with #0845BE
Text Example
Text Example
White with #0845BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0845BE; }
p { color: rgb(8,69,190); }
H1.HeaderClassName
{
color: #0845BE;
}
.AnyTagClassName
{
color: #0845BE;
}
</style>
background-color css
<style>
a { background-color: #0845BE; }
a { background-color: rgb(8,69,190); }
div.DivClassName
{
background-color: #0845BE;
}
.BgClassName
{
background-color: #0845BE;
}
</style>
border-color css
<style>
span { border-color: #0845BE; }
span { border-color: rgb(8,69,190); }
td.TdClassName
{
border-color: #0845BE;
}
.TagClassName
{
border-color: #0845BE;
}
</style>