Shades of Cobalt #024EBA
Tints of Cobalt #024EBA
RGB
CMYK
RGB Variations
Color information
#024EBA (or 0x024EBA) is known color: Cobalt. HEX triplet: 02, 4E and BA. RGB value is (2,78,186). Sum of RGB (Red+Green+Blue) = 2+78+186=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #024EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024EBA is #FDB145. Grayscale: #434343. Windows color (decimal): -16625990 or 12209666. OLE color: 12209666.
HSL color Cylindrical-coordinate representation of color #024EBA: hue angle of 215.22º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024EBA is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 78 | 186 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.27 |
| HSL | 215.22º | 0.98% | 0.37% | - |
| HSV(B) | 215.22º | 0.99% | 0.73% | - |
| XYZ | 11.61 | 9.01 | 47.58 | - |
| YUV | 67.59 | 194.82 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 186 | 0.99 | 0.58 | 0 | 0.27 | 215.22 | 0.98 | 0.37 |
| Hex | 2 | 4E | BA | 63 | 3A | 0 | 1B | D7 | 62 | 25 |
| Octal | 2 | 116 | 272 | 143 | 72 | 0 | 33 | 327 | 142 | 45 |
| Binary | 10 | 1001110 | 10111010 | 1100011 | 111010 | 0 | 11011 | 11010111 | 1100010 | 100101 |
Color Harmonies of #024EBA
Complementary color
Monochromatic Colors of #024EBA
Black with #024EBA
Text Example
Text Example
White with #024EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024EBA; }
p { color: rgb(2,78,186); }
H1.HeaderClassName
{
color: #024EBA;
}
.AnyTagClassName
{
color: #024EBA;
}
</style>
background-color css
<style>
a { background-color: #024EBA; }
a { background-color: rgb(2,78,186); }
div.DivClassName
{
background-color: #024EBA;
}
.BgClassName
{
background-color: #024EBA;
}
</style>
border-color css
<style>
span { border-color: #024EBA; }
span { border-color: rgb(2,78,186); }
td.TdClassName
{
border-color: #024EBA;
}
.TagClassName
{
border-color: #024EBA;
}
</style>