Shades of Cobalt #0844AB
Tints of Cobalt #0844AB
RGB
CMYK
RGB Variations
Color information
#0844AB (or 0x0844AB) is known color: Cobalt. HEX triplet: 08, 44 and AB. RGB value is (8,68,171). Sum of RGB (Red+Green+Blue) = 8+68+171=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #0844AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0844AB is #F7BB54. Grayscale: #3D3D3D. Windows color (decimal): -16235349 or 11224072. OLE color: 11224072.
HSL color Cylindrical-coordinate representation of color #0844AB: hue angle of 217.91º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0844AB is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 68 | 171 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.33 |
| HSL | 217.91º | 0.91% | 0.35% | - |
| HSV(B) | 217.91º | 0.95% | 0.67% | - |
| XYZ | 9.52 | 7.13 | 39.4 | - |
| YUV | 61.8 | 189.62 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 68 | 171 | 0.95 | 0.60 | 0 | 0.33 | 217.91 | 0.91 | 0.35 |
| Hex | 8 | 44 | AB | 5F | 3C | 0 | 21 | DA | 5B | 23 |
| Octal | 10 | 104 | 253 | 137 | 74 | 0 | 41 | 332 | 133 | 43 |
| Binary | 1000 | 1000100 | 10101011 | 1011111 | 111100 | 0 | 100001 | 11011010 | 1011011 | 100011 |
Color Harmonies of #0844AB
Complementary color
Monochromatic Colors of #0844AB
Black with #0844AB
Text Example
Text Example
White with #0844AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0844AB; }
p { color: rgb(8,68,171); }
H1.HeaderClassName
{
color: #0844AB;
}
.AnyTagClassName
{
color: #0844AB;
}
</style>
background-color css
<style>
a { background-color: #0844AB; }
a { background-color: rgb(8,68,171); }
div.DivClassName
{
background-color: #0844AB;
}
.BgClassName
{
background-color: #0844AB;
}
</style>
border-color css
<style>
span { border-color: #0844AB; }
span { border-color: rgb(8,68,171); }
td.TdClassName
{
border-color: #0844AB;
}
.TagClassName
{
border-color: #0844AB;
}
</style>