Shades of Cobalt #024CB4
Tints of Cobalt #024CB4
RGB
CMYK
RGB Variations
Color information
#024CB4 (or 0x024CB4) is known color: Cobalt. HEX triplet: 02, 4C and B4. RGB value is (2,76,180). Sum of RGB (Red+Green+Blue) = 2+76+180=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 180 (70.70% from 255 or 69.77% from 258); Max value from RGB is 180 - color contains mainly: blue. Hex color #024CB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024CB4 is #FDB34B. Grayscale: #414141. Windows color (decimal): -16626508 or 11815938. OLE color: 11815938.
HSL color Cylindrical-coordinate representation of color #024CB4: hue angle of 215.06º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024CB4 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 76 | 180 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.29 |
| HSL | 215.06º | 0.98% | 0.36% | - |
| HSV(B) | 215.06º | 0.99% | 0.71% | - |
| XYZ | 10.85 | 8.48 | 44.24 | - |
| YUV | 65.73 | 192.48 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 180 | 0.99 | 0.58 | 0 | 0.29 | 215.06 | 0.98 | 0.36 |
| Hex | 2 | 4C | B4 | 63 | 3A | 0 | 1D | D7 | 62 | 24 |
| Octal | 2 | 114 | 264 | 143 | 72 | 0 | 35 | 327 | 142 | 44 |
| Binary | 10 | 1001100 | 10110100 | 1100011 | 111010 | 0 | 11101 | 11010111 | 1100010 | 100100 |
Color Harmonies of #024CB4
Complementary color
Monochromatic Colors of #024CB4
Black with #024CB4
Text Example
Text Example
White with #024CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024CB4; }
p { color: rgb(2,76,180); }
H1.HeaderClassName
{
color: #024CB4;
}
.AnyTagClassName
{
color: #024CB4;
}
</style>
background-color css
<style>
a { background-color: #024CB4; }
a { background-color: rgb(2,76,180); }
div.DivClassName
{
background-color: #024CB4;
}
.BgClassName
{
background-color: #024CB4;
}
</style>
border-color css
<style>
span { border-color: #024CB4; }
span { border-color: rgb(2,76,180); }
td.TdClassName
{
border-color: #024CB4;
}
.TagClassName
{
border-color: #024CB4;
}
</style>