Shades of Cobalt #0350AD
Tints of Cobalt #0350AD
RGB
CMYK
RGB Variations
Color information
#0350AD (or 0x0350AD) is known color: Cobalt. HEX triplet: 03, 50 and AD. RGB value is (3,80,173). Sum of RGB (Red+Green+Blue) = 3+80+173=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #0350AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0350AD is #FCAF52. Grayscale: #434343. Windows color (decimal): -16559955 or 11358211. OLE color: 11358211.
HSL color Cylindrical-coordinate representation of color #0350AD: hue angle of 212.82º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0350AD is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 80 | 173 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.32 |
| HSL | 212.82º | 0.97% | 0.35% | - |
| HSV(B) | 212.82º | 0.98% | 0.68% | - |
| XYZ | 10.45 | 8.77 | 40.68 | - |
| YUV | 67.58 | 187.49 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 173 | 0.98 | 0.54 | 0 | 0.32 | 212.82 | 0.97 | 0.35 |
| Hex | 3 | 50 | AD | 62 | 36 | 0 | 20 | D5 | 61 | 23 |
| Octal | 3 | 120 | 255 | 142 | 66 | 0 | 40 | 325 | 141 | 43 |
| Binary | 11 | 1010000 | 10101101 | 1100010 | 110110 | 0 | 100000 | 11010101 | 1100001 | 100011 |
Color Harmonies of #0350AD
Complementary color
Monochromatic Colors of #0350AD
Black with #0350AD
Text Example
Text Example
White with #0350AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0350AD; }
p { color: rgb(3,80,173); }
H1.HeaderClassName
{
color: #0350AD;
}
.AnyTagClassName
{
color: #0350AD;
}
</style>
background-color css
<style>
a { background-color: #0350AD; }
a { background-color: rgb(3,80,173); }
div.DivClassName
{
background-color: #0350AD;
}
.BgClassName
{
background-color: #0350AD;
}
</style>
border-color css
<style>
span { border-color: #0350AD; }
span { border-color: rgb(3,80,173); }
td.TdClassName
{
border-color: #0350AD;
}
.TagClassName
{
border-color: #0350AD;
}
</style>