Shades of Cobalt #0348BA
Tints of Cobalt #0348BA
RGB
CMYK
RGB Variations
Color information
#0348BA (or 0x0348BA) is known color: Cobalt. HEX triplet: 03, 48 and BA. RGB value is (3,72,186). Sum of RGB (Red+Green+Blue) = 3+72+186=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #0348BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0348BA is #FCB745. Grayscale: #3F3F3F. Windows color (decimal): -16561990 or 12208131. OLE color: 12208131.
HSL color Cylindrical-coordinate representation of color #0348BA: hue angle of 217.38º 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 #0348BA is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 72 | 186 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.27 |
| HSL | 217.38º | 0.97% | 0.37% | - |
| HSV(B) | 217.38º | 0.98% | 0.73% | - |
| XYZ | 11.22 | 8.2 | 47.45 | - |
| YUV | 64.37 | 196.64 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 72 | 186 | 0.98 | 0.61 | 0 | 0.27 | 217.38 | 0.97 | 0.37 |
| Hex | 3 | 48 | BA | 62 | 3D | 0 | 1B | D9 | 61 | 25 |
| Octal | 3 | 110 | 272 | 142 | 75 | 0 | 33 | 331 | 141 | 45 |
| Binary | 11 | 1001000 | 10111010 | 1100010 | 111101 | 0 | 11011 | 11011001 | 1100001 | 100101 |
Color Harmonies of #0348BA
Complementary color
Monochromatic Colors of #0348BA
Black with #0348BA
Text Example
Text Example
White with #0348BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0348BA; }
p { color: rgb(3,72,186); }
H1.HeaderClassName
{
color: #0348BA;
}
.AnyTagClassName
{
color: #0348BA;
}
</style>
background-color css
<style>
a { background-color: #0348BA; }
a { background-color: rgb(3,72,186); }
div.DivClassName
{
background-color: #0348BA;
}
.BgClassName
{
background-color: #0348BA;
}
</style>
border-color css
<style>
span { border-color: #0348BA; }
span { border-color: rgb(3,72,186); }
td.TdClassName
{
border-color: #0348BA;
}
.TagClassName
{
border-color: #0348BA;
}
</style>