Shades of Cobalt #0858AD
Tints of Cobalt #0858AD
RGB
CMYK
RGB Variations
Color information
#0858AD (or 0x0858AD) is known color: Cobalt. HEX triplet: 08, 58 and AD. RGB value is (8,88,173). Sum of RGB (Red+Green+Blue) = 8+88+173=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #0858AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0858AD is #F7A752. Grayscale: #494949. Windows color (decimal): -16230227 or 11360264. OLE color: 11360264.
HSL color Cylindrical-coordinate representation of color #0858AD: hue angle of 210.91º 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 #0858AD is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 88 | 173 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.32 |
| HSL | 210.91º | 0.91% | 0.35% | - |
| HSV(B) | 210.91º | 0.95% | 0.68% | - |
| XYZ | 11.13 | 10.05 | 40.89 | - |
| YUV | 73.77 | 184 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 173 | 0.95 | 0.49 | 0 | 0.32 | 210.91 | 0.91 | 0.35 |
| Hex | 8 | 58 | AD | 5F | 31 | 0 | 20 | D3 | 5B | 23 |
| Octal | 10 | 130 | 255 | 137 | 61 | 0 | 40 | 323 | 133 | 43 |
| Binary | 1000 | 1011000 | 10101101 | 1011111 | 110001 | 0 | 100000 | 11010011 | 1011011 | 100011 |
Color Harmonies of #0858AD
Complementary color
Monochromatic Colors of #0858AD
Black with #0858AD
Text Example
Text Example
White with #0858AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0858AD; }
p { color: rgb(8,88,173); }
H1.HeaderClassName
{
color: #0858AD;
}
.AnyTagClassName
{
color: #0858AD;
}
</style>
background-color css
<style>
a { background-color: #0858AD; }
a { background-color: rgb(8,88,173); }
div.DivClassName
{
background-color: #0858AD;
}
.BgClassName
{
background-color: #0858AD;
}
</style>
border-color css
<style>
span { border-color: #0858AD; }
span { border-color: rgb(8,88,173); }
td.TdClassName
{
border-color: #0858AD;
}
.TagClassName
{
border-color: #0858AD;
}
</style>