Shades of Cobalt #0350A1
Tints of Cobalt #0350A1
RGB
CMYK
RGB Variations
Color information
#0350A1 (or 0x0350A1) is known color: Cobalt. HEX triplet: 03, 50 and A1. RGB value is (3,80,161). Sum of RGB (Red+Green+Blue) = 3+80+161=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 161 (63.28% from 255 or 65.98% from 244); Max value from RGB is 161 - color contains mainly: blue. Hex color #0350A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0350A1 is #FCAF5E. Grayscale: #414141. Windows color (decimal): -16559967 or 10571779. OLE color: 10571779.
HSL color Cylindrical-coordinate representation of color #0350A1: hue angle of 210.76º 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 #0350A1 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 80 | 161 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.37 |
| HSL | 210.76º | 0.96% | 0.32% | - |
| HSV(B) | 210.76º | 0.98% | 0.63% | - |
| XYZ | 9.34 | 8.33 | 34.83 | - |
| YUV | 66.21 | 181.49 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 161 | 0.98 | 0.50 | 0 | 0.37 | 210.76 | 0.96 | 0.32 |
| Hex | 3 | 50 | A1 | 62 | 32 | 0 | 25 | D3 | 60 | 20 |
| Octal | 3 | 120 | 241 | 142 | 62 | 0 | 45 | 323 | 140 | 40 |
| Binary | 11 | 1010000 | 10100001 | 1100010 | 110010 | 0 | 100101 | 11010011 | 1100000 | 100000 |
Color Harmonies of #0350A1
Complementary color
Monochromatic Colors of #0350A1
Black with #0350A1
Text Example
Text Example
White with #0350A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0350A1; }
p { color: rgb(3,80,161); }
H1.HeaderClassName
{
color: #0350A1;
}
.AnyTagClassName
{
color: #0350A1;
}
</style>
background-color css
<style>
a { background-color: #0350A1; }
a { background-color: rgb(3,80,161); }
div.DivClassName
{
background-color: #0350A1;
}
.BgClassName
{
background-color: #0350A1;
}
</style>
border-color css
<style>
span { border-color: #0350A1; }
span { border-color: rgb(3,80,161); }
td.TdClassName
{
border-color: #0350A1;
}
.TagClassName
{
border-color: #0350A1;
}
</style>