Shades of Cobalt #0852AD
Tints of Cobalt #0852AD
RGB
CMYK
RGB Variations
Color information
#0852AD (or 0x0852AD) is known color: Cobalt. HEX triplet: 08, 52 and AD. RGB value is (8,82,173). Sum of RGB (Red+Green+Blue) = 8+82+173=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #0852AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0852AD is #F7AD52. Grayscale: #454545. Windows color (decimal): -16231763 or 11358728. OLE color: 11358728.
HSL color Cylindrical-coordinate representation of color #0852AD: hue angle of 213.09º 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 #0852AD is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 82 | 173 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.32 |
| HSL | 213.09º | 0.91% | 0.35% | - |
| HSV(B) | 213.09º | 0.95% | 0.68% | - |
| XYZ | 10.66 | 9.1 | 40.73 | - |
| YUV | 70.25 | 185.98 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 173 | 0.95 | 0.53 | 0 | 0.32 | 213.09 | 0.91 | 0.35 |
| Hex | 8 | 52 | AD | 5F | 35 | 0 | 20 | D5 | 5B | 23 |
| Octal | 10 | 122 | 255 | 137 | 65 | 0 | 40 | 325 | 133 | 43 |
| Binary | 1000 | 1010010 | 10101101 | 1011111 | 110101 | 0 | 100000 | 11010101 | 1011011 | 100011 |
Color Harmonies of #0852AD
Complementary color
Monochromatic Colors of #0852AD
Black with #0852AD
Text Example
Text Example
White with #0852AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0852AD; }
p { color: rgb(8,82,173); }
H1.HeaderClassName
{
color: #0852AD;
}
.AnyTagClassName
{
color: #0852AD;
}
</style>
background-color css
<style>
a { background-color: #0852AD; }
a { background-color: rgb(8,82,173); }
div.DivClassName
{
background-color: #0852AD;
}
.BgClassName
{
background-color: #0852AD;
}
</style>
border-color css
<style>
span { border-color: #0852AD; }
span { border-color: rgb(8,82,173); }
td.TdClassName
{
border-color: #0852AD;
}
.TagClassName
{
border-color: #0852AD;
}
</style>