Shades of Cobalt #024DB1
Tints of Cobalt #024DB1
RGB
CMYK
RGB Variations
Color information
#024DB1 (or 0x024DB1) is known color: Cobalt. HEX triplet: 02, 4D and B1. RGB value is (2,77,177). Sum of RGB (Red+Green+Blue) = 2+77+177=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 177 (69.53% from 255 or 69.14% from 256); Max value from RGB is 177 - color contains mainly: blue. Hex color #024DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024DB1 is #FDB24E. Grayscale: #414141. Windows color (decimal): -16626255 or 11619586. OLE color: 11619586.
HSL color Cylindrical-coordinate representation of color #024DB1: hue angle of 214.29º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DB1 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 77 | 177 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.31 |
| HSL | 214.29º | 0.98% | 0.35% | - |
| HSV(B) | 214.29º | 0.99% | 0.69% | - |
| XYZ | 10.61 | 8.49 | 42.68 | - |
| YUV | 65.98 | 190.65 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 177 | 0.99 | 0.56 | 0 | 0.31 | 214.29 | 0.98 | 0.35 |
| Hex | 2 | 4D | B1 | 63 | 38 | 0 | 1F | D6 | 62 | 23 |
| Octal | 2 | 115 | 261 | 143 | 70 | 0 | 37 | 326 | 142 | 43 |
| Binary | 10 | 1001101 | 10110001 | 1100011 | 111000 | 0 | 11111 | 11010110 | 1100010 | 100011 |
Color Harmonies of #024DB1
Complementary color
Monochromatic Colors of #024DB1
Black with #024DB1
Text Example
Text Example
White with #024DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024DB1; }
p { color: rgb(2,77,177); }
H1.HeaderClassName
{
color: #024DB1;
}
.AnyTagClassName
{
color: #024DB1;
}
</style>
background-color css
<style>
a { background-color: #024DB1; }
a { background-color: rgb(2,77,177); }
div.DivClassName
{
background-color: #024DB1;
}
.BgClassName
{
background-color: #024DB1;
}
</style>
border-color css
<style>
span { border-color: #024DB1; }
span { border-color: rgb(2,77,177); }
td.TdClassName
{
border-color: #024DB1;
}
.TagClassName
{
border-color: #024DB1;
}
</style>