Shades of Cobalt #06529A
Tints of Cobalt #06529A
RGB
CMYK
RGB Variations
Color information
#06529A (or 0x06529A) is known color: Cobalt. HEX triplet: 06, 52 and 9A. RGB value is (6,82,154). Sum of RGB (Red+Green+Blue) = 6+82+154=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #06529A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06529A is #F9AD65. Grayscale: #434343. Windows color (decimal): -16362854 or 10113542. OLE color: 10113542.
HSL color Cylindrical-coordinate representation of color #06529A: hue angle of 209.19º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06529A is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 82 | 154 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.40 |
| HSL | 209.19º | 0.93% | 0.31% | - |
| HSV(B) | 209.19º | 0.96% | 0.6% | - |
| XYZ | 8.93 | 8.41 | 31.72 | - |
| YUV | 67.48 | 176.82 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 154 | 0.96 | 0.47 | 0 | 0.40 | 209.19 | 0.93 | 0.31 |
| Hex | 6 | 52 | 9A | 60 | 2F | 0 | 28 | D1 | 5C | 1F |
| Octal | 6 | 122 | 232 | 140 | 57 | 0 | 50 | 321 | 134 | 37 |
| Binary | 110 | 1010010 | 10011010 | 1100000 | 101111 | 0 | 101000 | 11010001 | 1011100 | 11111 |
Color Harmonies of #06529A
Complementary color
Monochromatic Colors of #06529A
Black with #06529A
Text Example
Text Example
White with #06529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06529A; }
p { color: rgb(6,82,154); }
H1.HeaderClassName
{
color: #06529A;
}
.AnyTagClassName
{
color: #06529A;
}
</style>
background-color css
<style>
a { background-color: #06529A; }
a { background-color: rgb(6,82,154); }
div.DivClassName
{
background-color: #06529A;
}
.BgClassName
{
background-color: #06529A;
}
</style>
border-color css
<style>
span { border-color: #06529A; }
span { border-color: rgb(6,82,154); }
td.TdClassName
{
border-color: #06529A;
}
.TagClassName
{
border-color: #06529A;
}
</style>