Shades of Cobalt #0244AB
Tints of Cobalt #0244AB
RGB
CMYK
RGB Variations
Color information
#0244AB (or 0x0244AB) is known color: Cobalt. HEX triplet: 02, 44 and AB. RGB value is (2,68,171). Sum of RGB (Red+Green+Blue) = 2+68+171=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #0244AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0244AB is #FDBB54. Grayscale: #3B3B3B. Windows color (decimal): -16628565 or 11224066. OLE color: 11224066.
HSL color Cylindrical-coordinate representation of color #0244AB: hue angle of 216.57º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0244AB is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 68 | 171 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.33 |
| HSL | 216.57º | 0.98% | 0.34% | - |
| HSV(B) | 216.57º | 0.99% | 0.67% | - |
| XYZ | 9.44 | 7.09 | 39.4 | - |
| YUV | 60.01 | 190.63 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 68 | 171 | 0.99 | 0.60 | 0 | 0.33 | 216.57 | 0.98 | 0.34 |
| Hex | 2 | 44 | AB | 63 | 3C | 0 | 21 | D9 | 62 | 22 |
| Octal | 2 | 104 | 253 | 143 | 74 | 0 | 41 | 331 | 142 | 42 |
| Binary | 10 | 1000100 | 10101011 | 1100011 | 111100 | 0 | 100001 | 11011001 | 1100010 | 100010 |
Color Harmonies of #0244AB
Complementary color
Monochromatic Colors of #0244AB
Black with #0244AB
Text Example
Text Example
White with #0244AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0244AB; }
p { color: rgb(2,68,171); }
H1.HeaderClassName
{
color: #0244AB;
}
.AnyTagClassName
{
color: #0244AB;
}
</style>
background-color css
<style>
a { background-color: #0244AB; }
a { background-color: rgb(2,68,171); }
div.DivClassName
{
background-color: #0244AB;
}
.BgClassName
{
background-color: #0244AB;
}
</style>
border-color css
<style>
span { border-color: #0244AB; }
span { border-color: rgb(2,68,171); }
td.TdClassName
{
border-color: #0244AB;
}
.TagClassName
{
border-color: #0244AB;
}
</style>