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