Shades of Cobalt #00529D
Tints of Cobalt #00529D
RGB
CMYK
RGB Variations
Color information
#00529D (or 0x00529D) is known color: Cobalt. HEX triplet: 00, 52 and 9D. RGB value is (0,82,157). Sum of RGB (Red+Green+Blue) = 0+82+157=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 157 (61.72% from 255 or 65.69% from 239); Max value from RGB is 157 - color contains mainly: blue. Hex color #00529D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00529D is #FFAD62. Grayscale: #414141. Windows color (decimal): -16756067 or 10310144. OLE color: 10310144.
HSL color Cylindrical-coordinate representation of color #00529D: hue angle of 208.66º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00529D is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 82 | 157 | - |
| CMYK | 1 | 0.48 | 0 | 0.38 |
| HSL | 208.66º | 1% | 0.31% | - |
| HSV(B) | 208.66º | 1% | 0.62% | - |
| XYZ | 9.1 | 8.47 | 33.05 | - |
| YUV | 66.03 | 179.33 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 82 | 157 | 1 | 0.48 | 0 | 0.38 | 208.66 | 1 | 0.31 |
| Hex | 0 | 52 | 9D | 64 | 30 | 0 | 26 | D1 | 64 | 1F |
| Octal | 0 | 122 | 235 | 144 | 60 | 0 | 46 | 321 | 144 | 37 |
| Binary | 0 | 1010010 | 10011101 | 1100100 | 110000 | 0 | 100110 | 11010001 | 1100100 | 11111 |
Color Harmonies of #00529D
Complementary color
Monochromatic Colors of #00529D
Black with #00529D
Text Example
Text Example
White with #00529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00529D; }
p { color: rgb(0,82,157); }
H1.HeaderClassName
{
color: #00529D;
}
.AnyTagClassName
{
color: #00529D;
}
</style>
background-color css
<style>
a { background-color: #00529D; }
a { background-color: rgb(0,82,157); }
div.DivClassName
{
background-color: #00529D;
}
.BgClassName
{
background-color: #00529D;
}
</style>
border-color css
<style>
span { border-color: #00529D; }
span { border-color: rgb(0,82,157); }
td.TdClassName
{
border-color: #00529D;
}
.TagClassName
{
border-color: #00529D;
}
</style>