Shades of Cobalt #0350BA
Tints of Cobalt #0350BA
RGB
CMYK
RGB Variations
Color information
#0350BA (or 0x0350BA) is known color: Cobalt. HEX triplet: 03, 50 and BA. RGB value is (3,80,186). Sum of RGB (Red+Green+Blue) = 3+80+186=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #0350BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0350BA is #FCAF45. Grayscale: #444444. Windows color (decimal): -16559942 or 12210179. OLE color: 12210179.
HSL color Cylindrical-coordinate representation of color #0350BA: hue angle of 214.75º 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 #0350BA is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 80 | 186 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.27 |
| HSL | 214.75º | 0.97% | 0.37% | - |
| HSV(B) | 214.75º | 0.98% | 0.73% | - |
| XYZ | 11.77 | 9.3 | 47.63 | - |
| YUV | 69.06 | 193.99 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 186 | 0.98 | 0.57 | 0 | 0.27 | 214.75 | 0.97 | 0.37 |
| Hex | 3 | 50 | BA | 62 | 39 | 0 | 1B | D7 | 61 | 25 |
| Octal | 3 | 120 | 272 | 142 | 71 | 0 | 33 | 327 | 141 | 45 |
| Binary | 11 | 1010000 | 10111010 | 1100010 | 111001 | 0 | 11011 | 11010111 | 1100001 | 100101 |
Color Harmonies of #0350BA
Complementary color
Monochromatic Colors of #0350BA
Black with #0350BA
Text Example
Text Example
White with #0350BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0350BA; }
p { color: rgb(3,80,186); }
H1.HeaderClassName
{
color: #0350BA;
}
.AnyTagClassName
{
color: #0350BA;
}
</style>
background-color css
<style>
a { background-color: #0350BA; }
a { background-color: rgb(3,80,186); }
div.DivClassName
{
background-color: #0350BA;
}
.BgClassName
{
background-color: #0350BA;
}
</style>
border-color css
<style>
span { border-color: #0350BA; }
span { border-color: rgb(3,80,186); }
td.TdClassName
{
border-color: #0350BA;
}
.TagClassName
{
border-color: #0350BA;
}
</style>