Shades of Cobalt #0843AD
Tints of Cobalt #0843AD
RGB
CMYK
RGB Variations
Color information
#0843AD (or 0x0843AD) is known color: Cobalt. HEX triplet: 08, 43 and AD. RGB value is (8,67,173). Sum of RGB (Red+Green+Blue) = 8+67+173=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #0843AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0843AD is #F7BC52. Grayscale: #3C3C3C. Windows color (decimal): -16235603 or 11354888. OLE color: 11354888.
HSL color Cylindrical-coordinate representation of color #0843AD: hue angle of 218.55º 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 #0843AD is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 67 | 173 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.32 |
| HSL | 218.55º | 0.91% | 0.35% | - |
| HSV(B) | 218.55º | 0.95% | 0.68% | - |
| XYZ | 9.65 | 7.08 | 40.39 | - |
| YUV | 61.44 | 190.95 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 67 | 173 | 0.95 | 0.61 | 0 | 0.32 | 218.55 | 0.91 | 0.35 |
| Hex | 8 | 43 | AD | 5F | 3D | 0 | 20 | DB | 5B | 23 |
| Octal | 10 | 103 | 255 | 137 | 75 | 0 | 40 | 333 | 133 | 43 |
| Binary | 1000 | 1000011 | 10101101 | 1011111 | 111101 | 0 | 100000 | 11011011 | 1011011 | 100011 |
Color Harmonies of #0843AD
Complementary color
Monochromatic Colors of #0843AD
Black with #0843AD
Text Example
Text Example
White with #0843AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0843AD; }
p { color: rgb(8,67,173); }
H1.HeaderClassName
{
color: #0843AD;
}
.AnyTagClassName
{
color: #0843AD;
}
</style>
background-color css
<style>
a { background-color: #0843AD; }
a { background-color: rgb(8,67,173); }
div.DivClassName
{
background-color: #0843AD;
}
.BgClassName
{
background-color: #0843AD;
}
</style>
border-color css
<style>
span { border-color: #0843AD; }
span { border-color: rgb(8,67,173); }
td.TdClassName
{
border-color: #0843AD;
}
.TagClassName
{
border-color: #0843AD;
}
</style>