Shades of Cobalt #0244BF
Tints of Cobalt #0244BF
RGB
CMYK
RGB Variations
Color information
#0244BF (or 0x0244BF) is known color: Cobalt. HEX triplet: 02, 44 and BF. RGB value is (2,68,191). Sum of RGB (Red+Green+Blue) = 2+68+191=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 191 (75% from 255 or 73.18% from 261); Max value from RGB is 191 - color contains mainly: blue. Hex color #0244BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0244BF is #FDBB40. Grayscale: #3D3D3D. Windows color (decimal): -16628545 or 12534786. OLE color: 12534786.
HSL color Cylindrical-coordinate representation of color #0244BF: hue angle of 219.05º 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 #0244BF is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 68 | 191 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.25 |
| HSL | 219.05º | 0.98% | 0.38% | - |
| HSV(B) | 219.05º | 0.99% | 0.75% | - |
| XYZ | 11.5 | 7.91 | 50.21 | - |
| YUV | 62.29 | 200.63 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 68 | 191 | 0.99 | 0.64 | 0 | 0.25 | 219.05 | 0.98 | 0.38 |
| Hex | 2 | 44 | BF | 63 | 40 | 0 | 19 | DB | 62 | 26 |
| Octal | 2 | 104 | 277 | 143 | 100 | 0 | 31 | 333 | 142 | 46 |
| Binary | 10 | 1000100 | 10111111 | 1100011 | 1000000 | 0 | 11001 | 11011011 | 1100010 | 100110 |
Color Harmonies of #0244BF
Complementary color
Monochromatic Colors of #0244BF
Black with #0244BF
Text Example
Text Example
White with #0244BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0244BF; }
p { color: rgb(2,68,191); }
H1.HeaderClassName
{
color: #0244BF;
}
.AnyTagClassName
{
color: #0244BF;
}
</style>
background-color css
<style>
a { background-color: #0244BF; }
a { background-color: rgb(2,68,191); }
div.DivClassName
{
background-color: #0244BF;
}
.BgClassName
{
background-color: #0244BF;
}
</style>
border-color css
<style>
span { border-color: #0244BF; }
span { border-color: rgb(2,68,191); }
td.TdClassName
{
border-color: #0244BF;
}
.TagClassName
{
border-color: #0244BF;
}
</style>