Shades of Cobalt #04529A
Tints of Cobalt #04529A
RGB
CMYK
RGB Variations
Color information
#04529A (or 0x04529A) is known color: Cobalt. HEX triplet: 04, 52 and 9A. RGB value is (4,82,154). Sum of RGB (Red+Green+Blue) = 4+82+154=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 154 (60.55% from 255 or 64.17% from 240); Max value from RGB is 154 - color contains mainly: blue. Hex color #04529A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04529A is #FBAD65. Grayscale: #424242. Windows color (decimal): -16493926 or 10113540. OLE color: 10113540.
HSL color Cylindrical-coordinate representation of color #04529A: hue angle of 208.8º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04529A is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 4 | 82 | 154 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.40 |
| HSL | 208.8º | 0.95% | 0.31% | - |
| HSV(B) | 208.8º | 0.97% | 0.6% | - |
| XYZ | 8.9 | 8.39 | 31.72 | - |
| YUV | 66.89 | 177.16 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 154 | 0.97 | 0.47 | 0 | 0.40 | 208.8 | 0.95 | 0.31 |
| Hex | 4 | 52 | 9A | 61 | 2F | 0 | 28 | D1 | 5F | 1F |
| Octal | 4 | 122 | 232 | 141 | 57 | 0 | 50 | 321 | 137 | 37 |
| Binary | 100 | 1010010 | 10011010 | 1100001 | 101111 | 0 | 101000 | 11010001 | 1011111 | 11111 |
Color Harmonies of #04529A
Complementary color
Monochromatic Colors of #04529A
Black with #04529A
Text Example
Text Example
White with #04529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04529A; }
p { color: rgb(4,82,154); }
H1.HeaderClassName
{
color: #04529A;
}
.AnyTagClassName
{
color: #04529A;
}
</style>
background-color css
<style>
a { background-color: #04529A; }
a { background-color: rgb(4,82,154); }
div.DivClassName
{
background-color: #04529A;
}
.BgClassName
{
background-color: #04529A;
}
</style>
border-color css
<style>
span { border-color: #04529A; }
span { border-color: rgb(4,82,154); }
td.TdClassName
{
border-color: #04529A;
}
.TagClassName
{
border-color: #04529A;
}
</style>