Shades of Cobalt #0248CB
Tints of Cobalt #0248CB
RGB
CMYK
RGB Variations
Color information
#0248CB (or 0x0248CB) is known color: Cobalt. HEX triplet: 02, 48 and CB. RGB value is (2,72,203). Sum of RGB (Red+Green+Blue) = 2+72+203=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 203 (79.69% from 255 or 73.29% from 277); Max value from RGB is 203 - color contains mainly: blue. Hex color #0248CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0248CB is #FDB734. Grayscale: #414141. Windows color (decimal): -16627509 or 13322242. OLE color: 13322242.
HSL color Cylindrical-coordinate representation of color #0248CB: hue angle of 219.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0248CB is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 72 | 203 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.20 |
| HSL | 219.1º | 0.98% | 0.4% | - |
| HSV(B) | 219.1º | 0.99% | 0.8% | - |
| XYZ | 13.12 | 8.96 | 57.54 | - |
| YUV | 66 | 205.31 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 72 | 203 | 0.99 | 0.65 | 0 | 0.20 | 219.1 | 0.98 | 0.4 |
| Hex | 2 | 48 | CB | 63 | 41 | 0 | 14 | DB | 62 | 28 |
| Octal | 2 | 110 | 313 | 143 | 101 | 0 | 24 | 333 | 142 | 50 |
| Binary | 10 | 1001000 | 11001011 | 1100011 | 1000001 | 0 | 10100 | 11011011 | 1100010 | 101000 |
Color Harmonies of #0248CB
Complementary color
Monochromatic Colors of #0248CB
Black with #0248CB
Text Example
Text Example
White with #0248CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0248CB; }
p { color: rgb(2,72,203); }
H1.HeaderClassName
{
color: #0248CB;
}
.AnyTagClassName
{
color: #0248CB;
}
</style>
background-color css
<style>
a { background-color: #0248CB; }
a { background-color: rgb(2,72,203); }
div.DivClassName
{
background-color: #0248CB;
}
.BgClassName
{
background-color: #0248CB;
}
</style>
border-color css
<style>
span { border-color: #0248CB; }
span { border-color: rgb(2,72,203); }
td.TdClassName
{
border-color: #0248CB;
}
.TagClassName
{
border-color: #0248CB;
}
</style>