Shades of Cobalt #024FA1
Tints of Cobalt #024FA1
RGB
CMYK
RGB Variations
Color information
#024FA1 (or 0x024FA1) is known color: Cobalt. HEX triplet: 02, 4F and A1. RGB value is (2,79,161). Sum of RGB (Red+Green+Blue) = 2+79+161=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 161 (63.28% from 255 or 66.53% from 242); Max value from RGB is 161 - color contains mainly: blue. Hex color #024FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024FA1 is #FDB05E. Grayscale: #404040. Windows color (decimal): -16625759 or 10571522. OLE color: 10571522.
HSL color Cylindrical-coordinate representation of color #024FA1: hue angle of 210.94º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FA1 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 79 | 161 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.37 |
| HSL | 210.94º | 0.98% | 0.32% | - |
| HSV(B) | 210.94º | 0.99% | 0.63% | - |
| XYZ | 9.25 | 8.18 | 34.81 | - |
| YUV | 65.33 | 181.99 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 161 | 0.99 | 0.51 | 0 | 0.37 | 210.94 | 0.98 | 0.32 |
| Hex | 2 | 4F | A1 | 63 | 33 | 0 | 25 | D3 | 62 | 20 |
| Octal | 2 | 117 | 241 | 143 | 63 | 0 | 45 | 323 | 142 | 40 |
| Binary | 10 | 1001111 | 10100001 | 1100011 | 110011 | 0 | 100101 | 11010011 | 1100010 | 100000 |
Color Harmonies of #024FA1
Complementary color
Monochromatic Colors of #024FA1
Black with #024FA1
Text Example
Text Example
White with #024FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024FA1; }
p { color: rgb(2,79,161); }
H1.HeaderClassName
{
color: #024FA1;
}
.AnyTagClassName
{
color: #024FA1;
}
</style>
background-color css
<style>
a { background-color: #024FA1; }
a { background-color: rgb(2,79,161); }
div.DivClassName
{
background-color: #024FA1;
}
.BgClassName
{
background-color: #024FA1;
}
</style>
border-color css
<style>
span { border-color: #024FA1; }
span { border-color: rgb(2,79,161); }
td.TdClassName
{
border-color: #024FA1;
}
.TagClassName
{
border-color: #024FA1;
}
</style>