Shades of Cobalt #0248AD
Tints of Cobalt #0248AD
RGB
CMYK
RGB Variations
Color information
#0248AD (or 0x0248AD) is known color: Cobalt. HEX triplet: 02, 48 and AD. RGB value is (2,72,173). Sum of RGB (Red+Green+Blue) = 2+72+173=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #0248AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0248AD is #FDB752. Grayscale: #3E3E3E. Windows color (decimal): -16627539 or 11356162. OLE color: 11356162.
HSL color Cylindrical-coordinate representation of color #0248AD: hue angle of 215.44º 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 #0248AD is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 72 | 173 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.32 |
| HSL | 215.44º | 0.98% | 0.34% | - |
| HSV(B) | 215.44º | 0.99% | 0.68% | - |
| XYZ | 9.89 | 7.66 | 40.49 | - |
| YUV | 62.58 | 190.31 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 72 | 173 | 0.99 | 0.58 | 0 | 0.32 | 215.44 | 0.98 | 0.34 |
| Hex | 2 | 48 | AD | 63 | 3A | 0 | 20 | D7 | 62 | 22 |
| Octal | 2 | 110 | 255 | 143 | 72 | 0 | 40 | 327 | 142 | 42 |
| Binary | 10 | 1001000 | 10101101 | 1100011 | 111010 | 0 | 100000 | 11010111 | 1100010 | 100010 |
Color Harmonies of #0248AD
Complementary color
Monochromatic Colors of #0248AD
Black with #0248AD
Text Example
Text Example
White with #0248AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0248AD; }
p { color: rgb(2,72,173); }
H1.HeaderClassName
{
color: #0248AD;
}
.AnyTagClassName
{
color: #0248AD;
}
</style>
background-color css
<style>
a { background-color: #0248AD; }
a { background-color: rgb(2,72,173); }
div.DivClassName
{
background-color: #0248AD;
}
.BgClassName
{
background-color: #0248AD;
}
</style>
border-color css
<style>
span { border-color: #0248AD; }
span { border-color: rgb(2,72,173); }
td.TdClassName
{
border-color: #0248AD;
}
.TagClassName
{
border-color: #0248AD;
}
</style>