Shades of Cobalt #024ABC
Tints of Cobalt #024ABC
RGB
CMYK
RGB Variations
Color information
#024ABC (or 0x024ABC) is known color: Cobalt. HEX triplet: 02, 4A and BC. RGB value is (2,74,188). Sum of RGB (Red+Green+Blue) = 2+74+188=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #024ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024ABC is #FDB543. Grayscale: #404040. Windows color (decimal): -16627012 or 12339714. OLE color: 12339714.
HSL color Cylindrical-coordinate representation of color #024ABC: hue angle of 216.77º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024ABC is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 74 | 188 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.26 |
| HSL | 216.77º | 0.98% | 0.37% | - |
| HSV(B) | 216.77º | 0.99% | 0.74% | - |
| XYZ | 11.55 | 8.54 | 48.62 | - |
| YUV | 65.47 | 197.15 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 188 | 0.99 | 0.61 | 0 | 0.26 | 216.77 | 0.98 | 0.37 |
| Hex | 2 | 4A | BC | 63 | 3D | 0 | 1A | D9 | 62 | 25 |
| Octal | 2 | 112 | 274 | 143 | 75 | 0 | 32 | 331 | 142 | 45 |
| Binary | 10 | 1001010 | 10111100 | 1100011 | 111101 | 0 | 11010 | 11011001 | 1100010 | 100101 |
Color Harmonies of #024ABC
Complementary color
Monochromatic Colors of #024ABC
Black with #024ABC
Text Example
Text Example
White with #024ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024ABC; }
p { color: rgb(2,74,188); }
H1.HeaderClassName
{
color: #024ABC;
}
.AnyTagClassName
{
color: #024ABC;
}
</style>
background-color css
<style>
a { background-color: #024ABC; }
a { background-color: rgb(2,74,188); }
div.DivClassName
{
background-color: #024ABC;
}
.BgClassName
{
background-color: #024ABC;
}
</style>
border-color css
<style>
span { border-color: #024ABC; }
span { border-color: rgb(2,74,188); }
td.TdClassName
{
border-color: #024ABC;
}
.TagClassName
{
border-color: #024ABC;
}
</style>