Shades of Cobalt #0245BB
Tints of Cobalt #0245BB
RGB
CMYK
RGB Variations
Color information
#0245BB (or 0x0245BB) is known color: Cobalt. HEX triplet: 02, 45 and BB. RGB value is (2,69,187). Sum of RGB (Red+Green+Blue) = 2+69+187=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 187 (73.44% from 255 or 72.48% from 258); Max value from RGB is 187 - color contains mainly: blue. Hex color #0245BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0245BB is #FDBA44. Grayscale: #3D3D3D. Windows color (decimal): -16628293 or 12272898. OLE color: 12272898.
HSL color Cylindrical-coordinate representation of color #0245BB: hue angle of 218.27º 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 #0245BB is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 69 | 187 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.27 |
| HSL | 218.27º | 0.98% | 0.37% | - |
| HSV(B) | 218.27º | 0.99% | 0.73% | - |
| XYZ | 11.12 | 7.86 | 47.94 | - |
| YUV | 62.42 | 198.3 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 187 | 0.99 | 0.63 | 0 | 0.27 | 218.27 | 0.98 | 0.37 |
| Hex | 2 | 45 | BB | 63 | 3F | 0 | 1B | DA | 62 | 25 |
| Octal | 2 | 105 | 273 | 143 | 77 | 0 | 33 | 332 | 142 | 45 |
| Binary | 10 | 1000101 | 10111011 | 1100011 | 111111 | 0 | 11011 | 11011010 | 1100010 | 100101 |
Color Harmonies of #0245BB
Complementary color
Monochromatic Colors of #0245BB
Black with #0245BB
Text Example
Text Example
White with #0245BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0245BB; }
p { color: rgb(2,69,187); }
H1.HeaderClassName
{
color: #0245BB;
}
.AnyTagClassName
{
color: #0245BB;
}
</style>
background-color css
<style>
a { background-color: #0245BB; }
a { background-color: rgb(2,69,187); }
div.DivClassName
{
background-color: #0245BB;
}
.BgClassName
{
background-color: #0245BB;
}
</style>
border-color css
<style>
span { border-color: #0245BB; }
span { border-color: rgb(2,69,187); }
td.TdClassName
{
border-color: #0245BB;
}
.TagClassName
{
border-color: #0245BB;
}
</style>