Shades of Cobalt #044ABC
Tints of Cobalt #044ABC
RGB
CMYK
RGB Variations
Color information
#044ABC (or 0x044ABC) is known color: Cobalt. HEX triplet: 04, 4A and BC. RGB value is (4,74,188). Sum of RGB (Red+Green+Blue) = 4+74+188=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #044ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044ABC is #FBB543. Grayscale: #414141. Windows color (decimal): -16495940 or 12339716. OLE color: 12339716.
HSL color Cylindrical-coordinate representation of color #044ABC: hue angle of 217.17º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044ABC is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 74 | 188 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.26 |
| HSL | 217.17º | 0.96% | 0.38% | - |
| HSV(B) | 217.17º | 0.98% | 0.74% | - |
| XYZ | 11.58 | 8.55 | 48.62 | - |
| YUV | 66.07 | 196.81 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 188 | 0.98 | 0.61 | 0 | 0.26 | 217.17 | 0.96 | 0.38 |
| Hex | 4 | 4A | BC | 62 | 3D | 0 | 1A | D9 | 60 | 26 |
| Octal | 4 | 112 | 274 | 142 | 75 | 0 | 32 | 331 | 140 | 46 |
| Binary | 100 | 1001010 | 10111100 | 1100010 | 111101 | 0 | 11010 | 11011001 | 1100000 | 100110 |
Color Harmonies of #044ABC
Complementary color
Monochromatic Colors of #044ABC
Black with #044ABC
Text Example
Text Example
White with #044ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044ABC; }
p { color: rgb(4,74,188); }
H1.HeaderClassName
{
color: #044ABC;
}
.AnyTagClassName
{
color: #044ABC;
}
</style>
background-color css
<style>
a { background-color: #044ABC; }
a { background-color: rgb(4,74,188); }
div.DivClassName
{
background-color: #044ABC;
}
.BgClassName
{
background-color: #044ABC;
}
</style>
border-color css
<style>
span { border-color: #044ABC; }
span { border-color: rgb(4,74,188); }
td.TdClassName
{
border-color: #044ABC;
}
.TagClassName
{
border-color: #044ABC;
}
</style>