Shades of Cobalt #024CAD
Tints of Cobalt #024CAD
RGB
CMYK
RGB Variations
Color information
#024CAD (or 0x024CAD) is known color: Cobalt. HEX triplet: 02, 4C and AD. RGB value is (2,76,173). Sum of RGB (Red+Green+Blue) = 2+76+173=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #024CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024CAD is #FDB352. Grayscale: #404040. Windows color (decimal): -16626515 or 11357186. OLE color: 11357186.
HSL color Cylindrical-coordinate representation of color #024CAD: hue angle of 214.04º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024CAD is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 76 | 173 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.32 |
| HSL | 214.04º | 0.98% | 0.34% | - |
| HSV(B) | 214.04º | 0.99% | 0.68% | - |
| XYZ | 10.15 | 8.2 | 40.58 | - |
| YUV | 64.93 | 188.98 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 173 | 0.99 | 0.56 | 0 | 0.32 | 214.04 | 0.98 | 0.34 |
| Hex | 2 | 4C | AD | 63 | 38 | 0 | 20 | D6 | 62 | 22 |
| Octal | 2 | 114 | 255 | 143 | 70 | 0 | 40 | 326 | 142 | 42 |
| Binary | 10 | 1001100 | 10101101 | 1100011 | 111000 | 0 | 100000 | 11010110 | 1100010 | 100010 |
Color Harmonies of #024CAD
Complementary color
Monochromatic Colors of #024CAD
Black with #024CAD
Text Example
Text Example
White with #024CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024CAD; }
p { color: rgb(2,76,173); }
H1.HeaderClassName
{
color: #024CAD;
}
.AnyTagClassName
{
color: #024CAD;
}
</style>
background-color css
<style>
a { background-color: #024CAD; }
a { background-color: rgb(2,76,173); }
div.DivClassName
{
background-color: #024CAD;
}
.BgClassName
{
background-color: #024CAD;
}
</style>
border-color css
<style>
span { border-color: #024CAD; }
span { border-color: rgb(2,76,173); }
td.TdClassName
{
border-color: #024CAD;
}
.TagClassName
{
border-color: #024CAD;
}
</style>