Shades of Cobalt #0843AB
Tints of Cobalt #0843AB
RGB
CMYK
RGB Variations
Color information
#0843AB (or 0x0843AB) is known color: Cobalt. HEX triplet: 08, 43 and AB. RGB value is (8,67,171). Sum of RGB (Red+Green+Blue) = 8+67+171=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #0843AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0843AB is #F7BC54. Grayscale: #3C3C3C. Windows color (decimal): -16235605 or 11223816. OLE color: 11223816.
HSL color Cylindrical-coordinate representation of color #0843AB: hue angle of 218.28º 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 #0843AB is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 67 | 171 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.33 |
| HSL | 218.28º | 0.91% | 0.35% | - |
| HSV(B) | 218.28º | 0.95% | 0.67% | - |
| XYZ | 9.46 | 7.01 | 39.38 | - |
| YUV | 61.22 | 189.95 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 67 | 171 | 0.95 | 0.61 | 0 | 0.33 | 218.28 | 0.91 | 0.35 |
| Hex | 8 | 43 | AB | 5F | 3D | 0 | 21 | DA | 5B | 23 |
| Octal | 10 | 103 | 253 | 137 | 75 | 0 | 41 | 332 | 133 | 43 |
| Binary | 1000 | 1000011 | 10101011 | 1011111 | 111101 | 0 | 100001 | 11011010 | 1011011 | 100011 |
Color Harmonies of #0843AB
Complementary color
Monochromatic Colors of #0843AB
Black with #0843AB
Text Example
Text Example
White with #0843AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0843AB; }
p { color: rgb(8,67,171); }
H1.HeaderClassName
{
color: #0843AB;
}
.AnyTagClassName
{
color: #0843AB;
}
</style>
background-color css
<style>
a { background-color: #0843AB; }
a { background-color: rgb(8,67,171); }
div.DivClassName
{
background-color: #0843AB;
}
.BgClassName
{
background-color: #0843AB;
}
</style>
border-color css
<style>
span { border-color: #0843AB; }
span { border-color: rgb(8,67,171); }
td.TdClassName
{
border-color: #0843AB;
}
.TagClassName
{
border-color: #0843AB;
}
</style>