Shades of Cobalt #0459A0
Tints of Cobalt #0459A0
RGB
CMYK
RGB Variations
Color information
#0459A0 (or 0x0459A0) is known color: Cobalt. HEX triplet: 04, 59 and A0. RGB value is (4,89,160). Sum of RGB (Red+Green+Blue) = 4+89+160=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 160 (62.89% from 255 or 63.24% from 253); Max value from RGB is 160 - color contains mainly: blue. Hex color #0459A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0459A0 is #FBA65F. Grayscale: #474747. Windows color (decimal): -16492128 or 10508548. OLE color: 10508548.
HSL color Cylindrical-coordinate representation of color #0459A0: hue angle of 207.31º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0459A0 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 89 | 160 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.37 |
| HSL | 207.31º | 0.95% | 0.32% | - |
| HSV(B) | 207.31º | 0.98% | 0.63% | - |
| XYZ | 9.97 | 9.71 | 34.61 | - |
| YUV | 71.68 | 177.84 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 89 | 160 | 0.98 | 0.44 | 0 | 0.37 | 207.31 | 0.95 | 0.32 |
| Hex | 4 | 59 | A0 | 62 | 2C | 0 | 25 | CF | 5F | 20 |
| Octal | 4 | 131 | 240 | 142 | 54 | 0 | 45 | 317 | 137 | 40 |
| Binary | 100 | 1011001 | 10100000 | 1100010 | 101100 | 0 | 100101 | 11001111 | 1011111 | 100000 |
Color Harmonies of #0459A0
Complementary color
Monochromatic Colors of #0459A0
Black with #0459A0
Text Example
Text Example
White with #0459A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0459A0; }
p { color: rgb(4,89,160); }
H1.HeaderClassName
{
color: #0459A0;
}
.AnyTagClassName
{
color: #0459A0;
}
</style>
background-color css
<style>
a { background-color: #0459A0; }
a { background-color: rgb(4,89,160); }
div.DivClassName
{
background-color: #0459A0;
}
.BgClassName
{
background-color: #0459A0;
}
</style>
border-color css
<style>
span { border-color: #0459A0; }
span { border-color: rgb(4,89,160); }
td.TdClassName
{
border-color: #0459A0;
}
.TagClassName
{
border-color: #0459A0;
}
</style>