Shades of Cobalt #0244AD
Tints of Cobalt #0244AD
RGB
CMYK
RGB Variations
Color information
#0244AD (or 0x0244AD) is known color: Cobalt. HEX triplet: 02, 44 and AD. RGB value is (2,68,173). Sum of RGB (Red+Green+Blue) = 2+68+173=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 173 (67.97% from 255 or 71.19% from 243); Max value from RGB is 173 - color contains mainly: blue. Hex color #0244AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0244AD is #FDBB52. Grayscale: #3B3B3B. Windows color (decimal): -16628563 or 11355138. OLE color: 11355138.
HSL color Cylindrical-coordinate representation of color #0244AD: hue angle of 216.84º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0244AD is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 68 | 173 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.32 |
| HSL | 216.84º | 0.98% | 0.34% | - |
| HSV(B) | 216.84º | 0.99% | 0.68% | - |
| XYZ | 9.63 | 7.16 | 40.41 | - |
| YUV | 60.24 | 191.63 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 68 | 173 | 0.99 | 0.61 | 0 | 0.32 | 216.84 | 0.98 | 0.34 |
| Hex | 2 | 44 | AD | 63 | 3D | 0 | 20 | D9 | 62 | 22 |
| Octal | 2 | 104 | 255 | 143 | 75 | 0 | 40 | 331 | 142 | 42 |
| Binary | 10 | 1000100 | 10101101 | 1100011 | 111101 | 0 | 100000 | 11011001 | 1100010 | 100010 |
Color Harmonies of #0244AD
Complementary color
Monochromatic Colors of #0244AD
Black with #0244AD
Text Example
Text Example
White with #0244AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0244AD; }
p { color: rgb(2,68,173); }
H1.HeaderClassName
{
color: #0244AD;
}
.AnyTagClassName
{
color: #0244AD;
}
</style>
background-color css
<style>
a { background-color: #0244AD; }
a { background-color: rgb(2,68,173); }
div.DivClassName
{
background-color: #0244AD;
}
.BgClassName
{
background-color: #0244AD;
}
</style>
border-color css
<style>
span { border-color: #0244AD; }
span { border-color: rgb(2,68,173); }
td.TdClassName
{
border-color: #0244AD;
}
.TagClassName
{
border-color: #0244AD;
}
</style>