Shades of Cobalt #0245BA
Tints of Cobalt #0245BA
RGB
CMYK
RGB Variations
Color information
#0245BA (or 0x0245BA) is known color: Cobalt. HEX triplet: 02, 45 and BA. RGB value is (2,69,186). Sum of RGB (Red+Green+Blue) = 2+69+186=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #0245BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0245BA is #FDBA45. Grayscale: #3D3D3D. Windows color (decimal): -16628294 or 12207362. OLE color: 12207362.
HSL color Cylindrical-coordinate representation of color #0245BA: hue angle of 218.15º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0245BA is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 69 | 186 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.27 |
| HSL | 218.15º | 0.98% | 0.37% | - |
| HSV(B) | 218.15º | 0.99% | 0.73% | - |
| XYZ | 11.02 | 7.81 | 47.38 | - |
| YUV | 62.31 | 197.8 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 186 | 0.99 | 0.63 | 0 | 0.27 | 218.15 | 0.98 | 0.37 |
| Hex | 2 | 45 | BA | 63 | 3F | 0 | 1B | DA | 62 | 25 |
| Octal | 2 | 105 | 272 | 143 | 77 | 0 | 33 | 332 | 142 | 45 |
| Binary | 10 | 1000101 | 10111010 | 1100011 | 111111 | 0 | 11011 | 11011010 | 1100010 | 100101 |
Color Harmonies of #0245BA
Complementary color
Monochromatic Colors of #0245BA
Black with #0245BA
Text Example
Text Example
White with #0245BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0245BA; }
p { color: rgb(2,69,186); }
H1.HeaderClassName
{
color: #0245BA;
}
.AnyTagClassName
{
color: #0245BA;
}
</style>
background-color css
<style>
a { background-color: #0245BA; }
a { background-color: rgb(2,69,186); }
div.DivClassName
{
background-color: #0245BA;
}
.BgClassName
{
background-color: #0245BA;
}
</style>
border-color css
<style>
span { border-color: #0245BA; }
span { border-color: rgb(2,69,186); }
td.TdClassName
{
border-color: #0245BA;
}
.TagClassName
{
border-color: #0245BA;
}
</style>