Shades of Cobalt #04529F
Tints of Cobalt #04529F
RGB
CMYK
RGB Variations
Color information
#04529F (or 0x04529F) is known color: Cobalt. HEX triplet: 04, 52 and 9F. RGB value is (4,82,159). Sum of RGB (Red+Green+Blue) = 4+82+159=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #04529F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04529F is #FBAD60. Grayscale: #434343. Windows color (decimal): -16493921 or 10441220. OLE color: 10441220.
HSL color Cylindrical-coordinate representation of color #04529F: hue angle of 209.81º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04529F is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 4 | 82 | 159 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.38 |
| HSL | 209.81º | 0.95% | 0.32% | - |
| HSV(B) | 209.81º | 0.97% | 0.62% | - |
| XYZ | 9.33 | 8.56 | 33.96 | - |
| YUV | 67.46 | 179.66 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 159 | 0.97 | 0.48 | 0 | 0.38 | 209.81 | 0.95 | 0.32 |
| Hex | 4 | 52 | 9F | 61 | 30 | 0 | 26 | D2 | 5F | 20 |
| Octal | 4 | 122 | 237 | 141 | 60 | 0 | 46 | 322 | 137 | 40 |
| Binary | 100 | 1010010 | 10011111 | 1100001 | 110000 | 0 | 100110 | 11010010 | 1011111 | 100000 |
Color Harmonies of #04529F
Complementary color
Monochromatic Colors of #04529F
Black with #04529F
Text Example
Text Example
White with #04529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04529F; }
p { color: rgb(4,82,159); }
H1.HeaderClassName
{
color: #04529F;
}
.AnyTagClassName
{
color: #04529F;
}
</style>
background-color css
<style>
a { background-color: #04529F; }
a { background-color: rgb(4,82,159); }
div.DivClassName
{
background-color: #04529F;
}
.BgClassName
{
background-color: #04529F;
}
</style>
border-color css
<style>
span { border-color: #04529F; }
span { border-color: rgb(4,82,159); }
td.TdClassName
{
border-color: #04529F;
}
.TagClassName
{
border-color: #04529F;
}
</style>