Shades of Cobalt #04529C
Tints of Cobalt #04529C
RGB
CMYK
RGB Variations
Color information
#04529C (or 0x04529C) is known color: Cobalt. HEX triplet: 04, 52 and 9C. RGB value is (4,82,156). Sum of RGB (Red+Green+Blue) = 4+82+156=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #04529C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04529C is #FBAD63. Grayscale: #424242. Windows color (decimal): -16493924 or 10244612. OLE color: 10244612.
HSL color Cylindrical-coordinate representation of color #04529C: hue angle of 209.21º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04529C is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 4 | 82 | 156 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.39 |
| HSL | 209.21º | 0.95% | 0.31% | - |
| HSV(B) | 209.21º | 0.97% | 0.61% | - |
| XYZ | 9.07 | 8.46 | 32.61 | - |
| YUV | 67.11 | 178.16 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 156 | 0.97 | 0.47 | 0 | 0.39 | 209.21 | 0.95 | 0.31 |
| Hex | 4 | 52 | 9C | 61 | 2F | 0 | 27 | D1 | 5F | 1F |
| Octal | 4 | 122 | 234 | 141 | 57 | 0 | 47 | 321 | 137 | 37 |
| Binary | 100 | 1010010 | 10011100 | 1100001 | 101111 | 0 | 100111 | 11010001 | 1011111 | 11111 |
Color Harmonies of #04529C
Complementary color
Monochromatic Colors of #04529C
Black with #04529C
Text Example
Text Example
White with #04529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04529C; }
p { color: rgb(4,82,156); }
H1.HeaderClassName
{
color: #04529C;
}
.AnyTagClassName
{
color: #04529C;
}
</style>
background-color css
<style>
a { background-color: #04529C; }
a { background-color: rgb(4,82,156); }
div.DivClassName
{
background-color: #04529C;
}
.BgClassName
{
background-color: #04529C;
}
</style>
border-color css
<style>
span { border-color: #04529C; }
span { border-color: rgb(4,82,156); }
td.TdClassName
{
border-color: #04529C;
}
.TagClassName
{
border-color: #04529C;
}
</style>