Shades of Cobalt #0844AD
Tints of Cobalt #0844AD
RGB
CMYK
RGB Variations
Color information
#0844AD (or 0x0844AD) is known color: Cobalt. HEX triplet: 08, 44 and AD. RGB value is (8,68,173). Sum of RGB (Red+Green+Blue) = 8+68+173=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #0844AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0844AD is #F7BB52. Grayscale: #3D3D3D. Windows color (decimal): -16235347 or 11355144. OLE color: 11355144.
HSL color Cylindrical-coordinate representation of color #0844AD: hue angle of 218.18º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0844AD is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 68 | 173 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.32 |
| HSL | 218.18º | 0.91% | 0.35% | - |
| HSV(B) | 218.18º | 0.95% | 0.68% | - |
| XYZ | 9.71 | 7.2 | 40.41 | - |
| YUV | 62.03 | 190.62 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 68 | 173 | 0.95 | 0.61 | 0 | 0.32 | 218.18 | 0.91 | 0.35 |
| Hex | 8 | 44 | AD | 5F | 3D | 0 | 20 | DA | 5B | 23 |
| Octal | 10 | 104 | 255 | 137 | 75 | 0 | 40 | 332 | 133 | 43 |
| Binary | 1000 | 1000100 | 10101101 | 1011111 | 111101 | 0 | 100000 | 11011010 | 1011011 | 100011 |
Color Harmonies of #0844AD
Complementary color
Monochromatic Colors of #0844AD
Black with #0844AD
Text Example
Text Example
White with #0844AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0844AD; }
p { color: rgb(8,68,173); }
H1.HeaderClassName
{
color: #0844AD;
}
.AnyTagClassName
{
color: #0844AD;
}
</style>
background-color css
<style>
a { background-color: #0844AD; }
a { background-color: rgb(8,68,173); }
div.DivClassName
{
background-color: #0844AD;
}
.BgClassName
{
background-color: #0844AD;
}
</style>
border-color css
<style>
span { border-color: #0844AD; }
span { border-color: rgb(8,68,173); }
td.TdClassName
{
border-color: #0844AD;
}
.TagClassName
{
border-color: #0844AD;
}
</style>