Shades of Cobalt #0359A0
Tints of Cobalt #0359A0
RGB
CMYK
RGB Variations
Color information
#0359A0 (or 0x0359A0) is known color: Cobalt. HEX triplet: 03, 59 and A0. RGB value is (3,89,160). Sum of RGB (Red+Green+Blue) = 3+89+160=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 160 (62.89% from 255 or 63.49% from 252); Max value from RGB is 160 - color contains mainly: blue. Hex color #0359A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0359A0 is #FCA65F. Grayscale: #474747. Windows color (decimal): -16557664 or 10508547. OLE color: 10508547.
HSL color Cylindrical-coordinate representation of color #0359A0: hue angle of 207.13º degrees, saturation: 0.96, 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 #0359A0 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 89 | 160 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.37 |
| HSL | 207.13º | 0.96% | 0.32% | - |
| HSV(B) | 207.13º | 0.98% | 0.63% | - |
| XYZ | 9.96 | 9.7 | 34.61 | - |
| YUV | 71.38 | 178.01 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 160 | 0.98 | 0.44 | 0 | 0.37 | 207.13 | 0.96 | 0.32 |
| Hex | 3 | 59 | A0 | 62 | 2C | 0 | 25 | CF | 60 | 20 |
| Octal | 3 | 131 | 240 | 142 | 54 | 0 | 45 | 317 | 140 | 40 |
| Binary | 11 | 1011001 | 10100000 | 1100010 | 101100 | 0 | 100101 | 11001111 | 1100000 | 100000 |
Color Harmonies of #0359A0
Complementary color
Monochromatic Colors of #0359A0
Black with #0359A0
Text Example
Text Example
White with #0359A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0359A0; }
p { color: rgb(3,89,160); }
H1.HeaderClassName
{
color: #0359A0;
}
.AnyTagClassName
{
color: #0359A0;
}
</style>
background-color css
<style>
a { background-color: #0359A0; }
a { background-color: rgb(3,89,160); }
div.DivClassName
{
background-color: #0359A0;
}
.BgClassName
{
background-color: #0359A0;
}
</style>
border-color css
<style>
span { border-color: #0359A0; }
span { border-color: rgb(3,89,160); }
td.TdClassName
{
border-color: #0359A0;
}
.TagClassName
{
border-color: #0359A0;
}
</style>