Shades of Cobalt #0844BE
Tints of Cobalt #0844BE
RGB
CMYK
RGB Variations
Color information
#0844BE (or 0x0844BE) is known color: Cobalt. HEX triplet: 08, 44 and BE. RGB value is (8,68,190). Sum of RGB (Red+Green+Blue) = 8+68+190=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 190 (74.61% from 255 or 71.43% from 266); Max value from RGB is 190 - color contains mainly: blue. Hex color #0844BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0844BE is #F7BB41. Grayscale: #3F3F3F. Windows color (decimal): -16235330 or 12469256. OLE color: 12469256.
HSL color Cylindrical-coordinate representation of color #0844BE: hue angle of 220.22º 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 #0844BE is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 68 | 190 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.25 |
| HSL | 220.22º | 0.92% | 0.39% | - |
| HSV(B) | 220.22º | 0.96% | 0.75% | - |
| XYZ | 11.46 | 7.9 | 49.64 | - |
| YUV | 63.97 | 199.12 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 68 | 190 | 0.96 | 0.64 | 0 | 0.25 | 220.22 | 0.92 | 0.39 |
| Hex | 8 | 44 | BE | 60 | 40 | 0 | 19 | DC | 5C | 27 |
| Octal | 10 | 104 | 276 | 140 | 100 | 0 | 31 | 334 | 134 | 47 |
| Binary | 1000 | 1000100 | 10111110 | 1100000 | 1000000 | 0 | 11001 | 11011100 | 1011100 | 100111 |
Color Harmonies of #0844BE
Complementary color
Monochromatic Colors of #0844BE
Black with #0844BE
Text Example
Text Example
White with #0844BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0844BE; }
p { color: rgb(8,68,190); }
H1.HeaderClassName
{
color: #0844BE;
}
.AnyTagClassName
{
color: #0844BE;
}
</style>
background-color css
<style>
a { background-color: #0844BE; }
a { background-color: rgb(8,68,190); }
div.DivClassName
{
background-color: #0844BE;
}
.BgClassName
{
background-color: #0844BE;
}
</style>
border-color css
<style>
span { border-color: #0844BE; }
span { border-color: rgb(8,68,190); }
td.TdClassName
{
border-color: #0844BE;
}
.TagClassName
{
border-color: #0844BE;
}
</style>