Shades of Cobalt #0349BA
Tints of Cobalt #0349BA
RGB
CMYK
RGB Variations
Color information
#0349BA (or 0x0349BA) is known color: Cobalt. HEX triplet: 03, 49 and BA. RGB value is (3,73,186). Sum of RGB (Red+Green+Blue) = 3+73+186=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 186 (73.05% from 255 or 70.99% from 262); Max value from RGB is 186 - color contains mainly: blue. Hex color #0349BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0349BA is #FCB645. Grayscale: #404040. Windows color (decimal): -16561734 or 12208387. OLE color: 12208387.
HSL color Cylindrical-coordinate representation of color #0349BA: hue angle of 217.05º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0349BA is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 73 | 186 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.27 |
| HSL | 217.05º | 0.97% | 0.37% | - |
| HSV(B) | 217.05º | 0.98% | 0.73% | - |
| XYZ | 11.28 | 8.33 | 47.47 | - |
| YUV | 64.95 | 196.31 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 73 | 186 | 0.98 | 0.61 | 0 | 0.27 | 217.05 | 0.97 | 0.37 |
| Hex | 3 | 49 | BA | 62 | 3D | 0 | 1B | D9 | 61 | 25 |
| Octal | 3 | 111 | 272 | 142 | 75 | 0 | 33 | 331 | 141 | 45 |
| Binary | 11 | 1001001 | 10111010 | 1100010 | 111101 | 0 | 11011 | 11011001 | 1100001 | 100101 |
Color Harmonies of #0349BA
Complementary color
Monochromatic Colors of #0349BA
Black with #0349BA
Text Example
Text Example
White with #0349BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0349BA; }
p { color: rgb(3,73,186); }
H1.HeaderClassName
{
color: #0349BA;
}
.AnyTagClassName
{
color: #0349BA;
}
</style>
background-color css
<style>
a { background-color: #0349BA; }
a { background-color: rgb(3,73,186); }
div.DivClassName
{
background-color: #0349BA;
}
.BgClassName
{
background-color: #0349BA;
}
</style>
border-color css
<style>
span { border-color: #0349BA; }
span { border-color: rgb(3,73,186); }
td.TdClassName
{
border-color: #0349BA;
}
.TagClassName
{
border-color: #0349BA;
}
</style>