Shades of Cobalt #0352BA
Tints of Cobalt #0352BA
RGB
CMYK
RGB Variations
Color information
#0352BA (or 0x0352BA) is known color: Cobalt. HEX triplet: 03, 52 and BA. RGB value is (3,82,186). Sum of RGB (Red+Green+Blue) = 3+82+186=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #0352BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0352BA is #FCAD45. Grayscale: #454545. Windows color (decimal): -16559430 or 12210691. OLE color: 12210691.
HSL color Cylindrical-coordinate representation of color #0352BA: hue angle of 214.1º 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 #0352BA is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 82 | 186 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.27 |
| HSL | 214.1º | 0.97% | 0.37% | - |
| HSV(B) | 214.1º | 0.98% | 0.73% | - |
| XYZ | 11.92 | 9.6 | 47.68 | - |
| YUV | 70.24 | 193.33 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 186 | 0.98 | 0.56 | 0 | 0.27 | 214.1 | 0.97 | 0.37 |
| Hex | 3 | 52 | BA | 62 | 38 | 0 | 1B | D6 | 61 | 25 |
| Octal | 3 | 122 | 272 | 142 | 70 | 0 | 33 | 326 | 141 | 45 |
| Binary | 11 | 1010010 | 10111010 | 1100010 | 111000 | 0 | 11011 | 11010110 | 1100001 | 100101 |
Color Harmonies of #0352BA
Complementary color
Monochromatic Colors of #0352BA
Black with #0352BA
Text Example
Text Example
White with #0352BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0352BA; }
p { color: rgb(3,82,186); }
H1.HeaderClassName
{
color: #0352BA;
}
.AnyTagClassName
{
color: #0352BA;
}
</style>
background-color css
<style>
a { background-color: #0352BA; }
a { background-color: rgb(3,82,186); }
div.DivClassName
{
background-color: #0352BA;
}
.BgClassName
{
background-color: #0352BA;
}
</style>
border-color css
<style>
span { border-color: #0352BA; }
span { border-color: rgb(3,82,186); }
td.TdClassName
{
border-color: #0352BA;
}
.TagClassName
{
border-color: #0352BA;
}
</style>