Shades of Cobalt #0245BD
Tints of Cobalt #0245BD
RGB
CMYK
RGB Variations
Color information
#0245BD (or 0x0245BD) is known color: Cobalt. HEX triplet: 02, 45 and BD. RGB value is (2,69,189). Sum of RGB (Red+Green+Blue) = 2+69+189=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 189 (74.22% from 255 or 72.69% from 260); Max value from RGB is 189 - color contains mainly: blue. Hex color #0245BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0245BD is #FDBA42. Grayscale: #3E3E3E. Windows color (decimal): -16628291 or 12403970. OLE color: 12403970.
HSL color Cylindrical-coordinate representation of color #0245BD: hue angle of 218.5º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0245BD is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 69 | 189 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.26 |
| HSL | 218.5º | 0.98% | 0.37% | - |
| HSV(B) | 218.5º | 0.99% | 0.74% | - |
| XYZ | 11.34 | 7.94 | 49.08 | - |
| YUV | 62.65 | 199.3 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 189 | 0.99 | 0.63 | 0 | 0.26 | 218.5 | 0.98 | 0.37 |
| Hex | 2 | 45 | BD | 63 | 3F | 0 | 1A | DB | 62 | 25 |
| Octal | 2 | 105 | 275 | 143 | 77 | 0 | 32 | 333 | 142 | 45 |
| Binary | 10 | 1000101 | 10111101 | 1100011 | 111111 | 0 | 11010 | 11011011 | 1100010 | 100101 |
Color Harmonies of #0245BD
Complementary color
Monochromatic Colors of #0245BD
Black with #0245BD
Text Example
Text Example
White with #0245BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0245BD; }
p { color: rgb(2,69,189); }
H1.HeaderClassName
{
color: #0245BD;
}
.AnyTagClassName
{
color: #0245BD;
}
</style>
background-color css
<style>
a { background-color: #0245BD; }
a { background-color: rgb(2,69,189); }
div.DivClassName
{
background-color: #0245BD;
}
.BgClassName
{
background-color: #0245BD;
}
</style>
border-color css
<style>
span { border-color: #0245BD; }
span { border-color: rgb(2,69,189); }
td.TdClassName
{
border-color: #0245BD;
}
.TagClassName
{
border-color: #0245BD;
}
</style>