Shades of Cobalt #08529A
Tints of Cobalt #08529A
RGB
CMYK
RGB Variations
Color information
#08529A (or 0x08529A) is known color: Cobalt. HEX triplet: 08, 52 and 9A. RGB value is (8,82,154). Sum of RGB (Red+Green+Blue) = 8+82+154=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 154 (60.55% from 255 or 63.11% from 244); Max value from RGB is 154 - color contains mainly: blue. Hex color #08529A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08529A is #F7AD65. Grayscale: #434343. Windows color (decimal): -16231782 or 10113544. OLE color: 10113544.
HSL color Cylindrical-coordinate representation of color #08529A: hue angle of 209.59º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08529A is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 82 | 154 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.40 |
| HSL | 209.59º | 0.9% | 0.32% | - |
| HSV(B) | 209.59º | 0.95% | 0.6% | - |
| XYZ | 8.95 | 8.42 | 31.73 | - |
| YUV | 68.08 | 176.48 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 154 | 0.95 | 0.47 | 0 | 0.40 | 209.59 | 0.9 | 0.32 |
| Hex | 8 | 52 | 9A | 5F | 2F | 0 | 28 | D2 | 5A | 20 |
| Octal | 10 | 122 | 232 | 137 | 57 | 0 | 50 | 322 | 132 | 40 |
| Binary | 1000 | 1010010 | 10011010 | 1011111 | 101111 | 0 | 101000 | 11010010 | 1011010 | 100000 |
Color Harmonies of #08529A
Complementary color
Monochromatic Colors of #08529A
Black with #08529A
Text Example
Text Example
White with #08529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08529A; }
p { color: rgb(8,82,154); }
H1.HeaderClassName
{
color: #08529A;
}
.AnyTagClassName
{
color: #08529A;
}
</style>
background-color css
<style>
a { background-color: #08529A; }
a { background-color: rgb(8,82,154); }
div.DivClassName
{
background-color: #08529A;
}
.BgClassName
{
background-color: #08529A;
}
</style>
border-color css
<style>
span { border-color: #08529A; }
span { border-color: rgb(8,82,154); }
td.TdClassName
{
border-color: #08529A;
}
.TagClassName
{
border-color: #08529A;
}
</style>