Shades of Cobalt #0240BF
Tints of Cobalt #0240BF
RGB
CMYK
RGB Variations
Color information
#0240BF (or 0x0240BF) is known color: Cobalt. HEX triplet: 02, 40 and BF. RGB value is (2,64,191). Sum of RGB (Red+Green+Blue) = 2+64+191=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 191 (75% from 255 or 74.32% from 257); Max value from RGB is 191 - color contains mainly: blue. Hex color #0240BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0240BF is #FDBF40. Grayscale: #3B3B3B. Windows color (decimal): -16629569 or 12533762. OLE color: 12533762.
HSL color Cylindrical-coordinate representation of color #0240BF: hue angle of 220.32º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0240BF is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 64 | 191 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.25 |
| HSL | 220.32º | 0.98% | 0.38% | - |
| HSV(B) | 220.32º | 0.99% | 0.75% | - |
| XYZ | 11.26 | 7.44 | 50.13 | - |
| YUV | 59.94 | 201.96 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 191 | 0.99 | 0.66 | 0 | 0.25 | 220.32 | 0.98 | 0.38 |
| Hex | 2 | 40 | BF | 63 | 42 | 0 | 19 | DC | 62 | 26 |
| Octal | 2 | 100 | 277 | 143 | 102 | 0 | 31 | 334 | 142 | 46 |
| Binary | 10 | 1000000 | 10111111 | 1100011 | 1000010 | 0 | 11001 | 11011100 | 1100010 | 100110 |
Color Harmonies of #0240BF
Complementary color
Monochromatic Colors of #0240BF
Black with #0240BF
Text Example
Text Example
White with #0240BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0240BF; }
p { color: rgb(2,64,191); }
H1.HeaderClassName
{
color: #0240BF;
}
.AnyTagClassName
{
color: #0240BF;
}
</style>
background-color css
<style>
a { background-color: #0240BF; }
a { background-color: rgb(2,64,191); }
div.DivClassName
{
background-color: #0240BF;
}
.BgClassName
{
background-color: #0240BF;
}
</style>
border-color css
<style>
span { border-color: #0240BF; }
span { border-color: rgb(2,64,191); }
td.TdClassName
{
border-color: #0240BF;
}
.TagClassName
{
border-color: #0240BF;
}
</style>