Shades of Cobalt #0841AD
Tints of Cobalt #0841AD
RGB
CMYK
RGB Variations
Color information
#0841AD (or 0x0841AD) is known color: Cobalt. HEX triplet: 08, 41 and AD. RGB value is (8,65,173). Sum of RGB (Red+Green+Blue) = 8+65+173=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #0841AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0841AD is #F7BE52. Grayscale: #3B3B3B. Windows color (decimal): -16236115 or 11354376. OLE color: 11354376.
HSL color Cylindrical-coordinate representation of color #0841AD: hue angle of 219.27º 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 #0841AD is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 65 | 173 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.32 |
| HSL | 219.27º | 0.91% | 0.35% | - |
| HSV(B) | 219.27º | 0.95% | 0.68% | - |
| XYZ | 9.53 | 6.85 | 40.35 | - |
| YUV | 60.27 | 191.62 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 173 | 0.95 | 0.62 | 0 | 0.32 | 219.27 | 0.91 | 0.35 |
| Hex | 8 | 41 | AD | 5F | 3E | 0 | 20 | DB | 5B | 23 |
| Octal | 10 | 101 | 255 | 137 | 76 | 0 | 40 | 333 | 133 | 43 |
| Binary | 1000 | 1000001 | 10101101 | 1011111 | 111110 | 0 | 100000 | 11011011 | 1011011 | 100011 |
Color Harmonies of #0841AD
Complementary color
Monochromatic Colors of #0841AD
Black with #0841AD
Text Example
Text Example
White with #0841AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0841AD; }
p { color: rgb(8,65,173); }
H1.HeaderClassName
{
color: #0841AD;
}
.AnyTagClassName
{
color: #0841AD;
}
</style>
background-color css
<style>
a { background-color: #0841AD; }
a { background-color: rgb(8,65,173); }
div.DivClassName
{
background-color: #0841AD;
}
.BgClassName
{
background-color: #0841AD;
}
</style>
border-color css
<style>
span { border-color: #0841AD; }
span { border-color: rgb(8,65,173); }
td.TdClassName
{
border-color: #0841AD;
}
.TagClassName
{
border-color: #0841AD;
}
</style>