Shades of Cobalt #024BBA
Tints of Cobalt #024BBA
RGB
CMYK
RGB Variations
Color information
#024BBA (or 0x024BBA) is known color: Cobalt. HEX triplet: 02, 4B and BA. RGB value is (2,75,186). Sum of RGB (Red+Green+Blue) = 2+75+186=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 186 (73.05% from 255 or 70.72% from 263); Max value from RGB is 186 - color contains mainly: blue. Hex color #024BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BBA is #FDB445. Grayscale: #414141. Windows color (decimal): -16626758 or 12208898. OLE color: 12208898.
HSL color Cylindrical-coordinate representation of color #024BBA: hue angle of 216.2º 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 #024BBA is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 75 | 186 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.27 |
| HSL | 216.2º | 0.98% | 0.37% | - |
| HSV(B) | 216.2º | 0.99% | 0.73% | - |
| XYZ | 11.4 | 8.59 | 47.51 | - |
| YUV | 65.83 | 195.82 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 186 | 0.99 | 0.60 | 0 | 0.27 | 216.2 | 0.98 | 0.37 |
| Hex | 2 | 4B | BA | 63 | 3C | 0 | 1B | D8 | 62 | 25 |
| Octal | 2 | 113 | 272 | 143 | 74 | 0 | 33 | 330 | 142 | 45 |
| Binary | 10 | 1001011 | 10111010 | 1100011 | 111100 | 0 | 11011 | 11011000 | 1100010 | 100101 |
Color Harmonies of #024BBA
Complementary color
Monochromatic Colors of #024BBA
Black with #024BBA
Text Example
Text Example
White with #024BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024BBA; }
p { color: rgb(2,75,186); }
H1.HeaderClassName
{
color: #024BBA;
}
.AnyTagClassName
{
color: #024BBA;
}
</style>
background-color css
<style>
a { background-color: #024BBA; }
a { background-color: rgb(2,75,186); }
div.DivClassName
{
background-color: #024BBA;
}
.BgClassName
{
background-color: #024BBA;
}
</style>
border-color css
<style>
span { border-color: #024BBA; }
span { border-color: rgb(2,75,186); }
td.TdClassName
{
border-color: #024BBA;
}
.TagClassName
{
border-color: #024BBA;
}
</style>