Shades of Cobalt #0059B6
Tints of Cobalt #0059B6
RGB
CMYK
RGB Variations
Color information
#0059B6 (or 0x0059B6) is known color: Cobalt. HEX triplet: 00, 59 and B6. RGB value is (0,89,182). Sum of RGB (Red+Green+Blue) = 0+89+182=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 182 (71.48% from 255 or 67.16% from 271); Max value from RGB is 182 - color contains mainly: blue. Hex color #0059B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0059B6 is #FFA649. Grayscale: #484848. Windows color (decimal): -16754250 or 11950336. OLE color: 11950336.
HSL color Cylindrical-coordinate representation of color #0059B6: hue angle of 210.66º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0059B6 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 89 | 182 | - |
| CMYK | 1 | 0.51 | 0 | 0.29 |
| HSL | 210.66º | 1% | 0.36% | - |
| HSV(B) | 210.66º | 1% | 0.71% | - |
| XYZ | 12.02 | 10.52 | 45.65 | - |
| YUV | 72.99 | 189.51 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 182 | 1 | 0.51 | 0 | 0.29 | 210.66 | 1 | 0.36 |
| Hex | 0 | 59 | B6 | 64 | 33 | 0 | 1D | D3 | 64 | 24 |
| Octal | 0 | 131 | 266 | 144 | 63 | 0 | 35 | 323 | 144 | 44 |
| Binary | 0 | 1011001 | 10110110 | 1100100 | 110011 | 0 | 11101 | 11010011 | 1100100 | 100100 |
Color Harmonies of #0059B6
Complementary color
Monochromatic Colors of #0059B6
Black with #0059B6
Text Example
Text Example
White with #0059B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0059B6; }
p { color: rgb(0,89,182); }
H1.HeaderClassName
{
color: #0059B6;
}
.AnyTagClassName
{
color: #0059B6;
}
</style>
background-color css
<style>
a { background-color: #0059B6; }
a { background-color: rgb(0,89,182); }
div.DivClassName
{
background-color: #0059B6;
}
.BgClassName
{
background-color: #0059B6;
}
</style>
border-color css
<style>
span { border-color: #0059B6; }
span { border-color: rgb(0,89,182); }
td.TdClassName
{
border-color: #0059B6;
}
.TagClassName
{
border-color: #0059B6;
}
</style>