Shades of Cobalt #024FA3
Tints of Cobalt #024FA3
RGB
CMYK
RGB Variations
Color information
#024FA3 (or 0x024FA3) is known color: Cobalt. HEX triplet: 02, 4F and A3. RGB value is (2,79,163). Sum of RGB (Red+Green+Blue) = 2+79+163=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 163 (64.06% from 255 or 66.80% from 244); Max value from RGB is 163 - color contains mainly: blue. Hex color #024FA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024FA3 is #FDB05C. Grayscale: #414141. Windows color (decimal): -16625757 or 10702594. OLE color: 10702594.
HSL color Cylindrical-coordinate representation of color #024FA3: hue angle of 211.3º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FA3 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 79 | 163 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.36 |
| HSL | 211.3º | 0.98% | 0.32% | - |
| HSV(B) | 211.3º | 0.99% | 0.64% | - |
| XYZ | 9.43 | 8.25 | 35.75 | - |
| YUV | 65.55 | 182.99 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 163 | 0.99 | 0.52 | 0 | 0.36 | 211.3 | 0.98 | 0.32 |
| Hex | 2 | 4F | A3 | 63 | 34 | 0 | 24 | D3 | 62 | 20 |
| Octal | 2 | 117 | 243 | 143 | 64 | 0 | 44 | 323 | 142 | 40 |
| Binary | 10 | 1001111 | 10100011 | 1100011 | 110100 | 0 | 100100 | 11010011 | 1100010 | 100000 |
Color Harmonies of #024FA3
Complementary color
Monochromatic Colors of #024FA3
Black with #024FA3
Text Example
Text Example
White with #024FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024FA3; }
p { color: rgb(2,79,163); }
H1.HeaderClassName
{
color: #024FA3;
}
.AnyTagClassName
{
color: #024FA3;
}
</style>
background-color css
<style>
a { background-color: #024FA3; }
a { background-color: rgb(2,79,163); }
div.DivClassName
{
background-color: #024FA3;
}
.BgClassName
{
background-color: #024FA3;
}
</style>
border-color css
<style>
span { border-color: #024FA3; }
span { border-color: rgb(2,79,163); }
td.TdClassName
{
border-color: #024FA3;
}
.TagClassName
{
border-color: #024FA3;
}
</style>