Shades of Cobalt #0350A0
Tints of Cobalt #0350A0
RGB
CMYK
RGB Variations
Color information
#0350A0 (or 0x0350A0) is known color: Cobalt. HEX triplet: 03, 50 and A0. RGB value is (3,80,160). Sum of RGB (Red+Green+Blue) = 3+80+160=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 160 (62.89% from 255 or 65.84% from 243); Max value from RGB is 160 - color contains mainly: blue. Hex color #0350A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0350A0 is #FCAF5F. Grayscale: #414141. Windows color (decimal): -16559968 or 10506243. OLE color: 10506243.
HSL color Cylindrical-coordinate representation of color #0350A0: hue angle of 210.57º 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 #0350A0 is Cyan = 0.98, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 80 | 160 | - |
| CMYK | 0.98 | 0.5 | 0 | 0.37 |
| HSL | 210.57º | 0.96% | 0.32% | - |
| HSV(B) | 210.57º | 0.98% | 0.63% | - |
| XYZ | 9.25 | 8.29 | 34.37 | - |
| YUV | 66.1 | 180.99 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 160 | 0.98 | 0.5 | 0 | 0.37 | 210.57 | 0.96 | 0.32 |
| Hex | 3 | 50 | A0 | 62 | 32 | 0 | 25 | D3 | 60 | 20 |
| Octal | 3 | 120 | 240 | 142 | 62 | 0 | 45 | 323 | 140 | 40 |
| Binary | 11 | 1010000 | 10100000 | 1100010 | 110010 | 0 | 100101 | 11010011 | 1100000 | 100000 |
Color Harmonies of #0350A0
Complementary color
Monochromatic Colors of #0350A0
Black with #0350A0
Text Example
Text Example
White with #0350A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0350A0; }
p { color: rgb(3,80,160); }
H1.HeaderClassName
{
color: #0350A0;
}
.AnyTagClassName
{
color: #0350A0;
}
</style>
background-color css
<style>
a { background-color: #0350A0; }
a { background-color: rgb(3,80,160); }
div.DivClassName
{
background-color: #0350A0;
}
.BgClassName
{
background-color: #0350A0;
}
</style>
border-color css
<style>
span { border-color: #0350A0; }
span { border-color: rgb(3,80,160); }
td.TdClassName
{
border-color: #0350A0;
}
.TagClassName
{
border-color: #0350A0;
}
</style>