Shades of Cobalt #024FA4
Tints of Cobalt #024FA4
RGB
CMYK
RGB Variations
Color information
#024FA4 (or 0x024FA4) is known color: Cobalt. HEX triplet: 02, 4F and A4. RGB value is (2,79,164). Sum of RGB (Red+Green+Blue) = 2+79+164=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 164 (64.45% from 255 or 66.94% from 245); Max value from RGB is 164 - color contains mainly: blue. Hex color #024FA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024FA4 is #FDB05B. Grayscale: #414141. Windows color (decimal): -16625756 or 10768130. OLE color: 10768130.
HSL color Cylindrical-coordinate representation of color #024FA4: hue angle of 211.48º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FA4 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 79 | 164 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.36 |
| HSL | 211.48º | 0.98% | 0.33% | - |
| HSV(B) | 211.48º | 0.99% | 0.64% | - |
| XYZ | 9.52 | 8.29 | 36.22 | - |
| YUV | 65.67 | 183.49 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 164 | 0.99 | 0.52 | 0 | 0.36 | 211.48 | 0.98 | 0.33 |
| Hex | 2 | 4F | A4 | 63 | 34 | 0 | 24 | D3 | 62 | 21 |
| Octal | 2 | 117 | 244 | 143 | 64 | 0 | 44 | 323 | 142 | 41 |
| Binary | 10 | 1001111 | 10100100 | 1100011 | 110100 | 0 | 100100 | 11010011 | 1100010 | 100001 |
Color Harmonies of #024FA4
Complementary color
Monochromatic Colors of #024FA4
Black with #024FA4
Text Example
Text Example
White with #024FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024FA4; }
p { color: rgb(2,79,164); }
H1.HeaderClassName
{
color: #024FA4;
}
.AnyTagClassName
{
color: #024FA4;
}
</style>
background-color css
<style>
a { background-color: #024FA4; }
a { background-color: rgb(2,79,164); }
div.DivClassName
{
background-color: #024FA4;
}
.BgClassName
{
background-color: #024FA4;
}
</style>
border-color css
<style>
span { border-color: #024FA4; }
span { border-color: rgb(2,79,164); }
td.TdClassName
{
border-color: #024FA4;
}
.TagClassName
{
border-color: #024FA4;
}
</style>