Shades of Cobalt #024ABB
Tints of Cobalt #024ABB
RGB
CMYK
RGB Variations
Color information
#024ABB (or 0x024ABB) is known color: Cobalt. HEX triplet: 02, 4A and BB. RGB value is (2,74,187). Sum of RGB (Red+Green+Blue) = 2+74+187=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 187 (73.44% from 255 or 71.10% from 263); Max value from RGB is 187 - color contains mainly: blue. Hex color #024ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024ABB is #FDB544. Grayscale: #404040. Windows color (decimal): -16627013 or 12274178. OLE color: 12274178.
HSL color Cylindrical-coordinate representation of color #024ABB: hue angle of 216.65º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024ABB is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 74 | 187 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.27 |
| HSL | 216.65º | 0.98% | 0.37% | - |
| HSV(B) | 216.65º | 0.99% | 0.73% | - |
| XYZ | 11.44 | 8.5 | 48.05 | - |
| YUV | 65.35 | 196.65 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 187 | 0.99 | 0.60 | 0 | 0.27 | 216.65 | 0.98 | 0.37 |
| Hex | 2 | 4A | BB | 63 | 3C | 0 | 1B | D9 | 62 | 25 |
| Octal | 2 | 112 | 273 | 143 | 74 | 0 | 33 | 331 | 142 | 45 |
| Binary | 10 | 1001010 | 10111011 | 1100011 | 111100 | 0 | 11011 | 11011001 | 1100010 | 100101 |
Color Harmonies of #024ABB
Complementary color
Monochromatic Colors of #024ABB
Black with #024ABB
Text Example
Text Example
White with #024ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024ABB; }
p { color: rgb(2,74,187); }
H1.HeaderClassName
{
color: #024ABB;
}
.AnyTagClassName
{
color: #024ABB;
}
</style>
background-color css
<style>
a { background-color: #024ABB; }
a { background-color: rgb(2,74,187); }
div.DivClassName
{
background-color: #024ABB;
}
.BgClassName
{
background-color: #024ABB;
}
</style>
border-color css
<style>
span { border-color: #024ABB; }
span { border-color: rgb(2,74,187); }
td.TdClassName
{
border-color: #024ABB;
}
.TagClassName
{
border-color: #024ABB;
}
</style>