Shades of Cobalt #004ABC
Tints of Cobalt #004ABC
RGB
CMYK
RGB Variations
Color information
#004ABC (or 0x004ABC) is known color: Cobalt. HEX triplet: 00, 4A and BC. RGB value is (0,74,188). Sum of RGB (Red+Green+Blue) = 0+74+188=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 188 (73.83% from 255 or 71.76% from 262); Max value from RGB is 188 - color contains mainly: blue. Hex color #004ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004ABC is #FFB543. Grayscale: #404040. Windows color (decimal): -16758084 or 12339712. OLE color: 12339712.
HSL color Cylindrical-coordinate representation of color #004ABC: hue angle of 216.38º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004ABC is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 74 | 188 | - |
| CMYK | 1 | 0.61 | 0 | 0.26 |
| HSL | 216.38º | 1% | 0.37% | - |
| HSV(B) | 216.38º | 1% | 0.74% | - |
| XYZ | 11.53 | 8.53 | 48.62 | - |
| YUV | 64.87 | 197.48 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 188 | 1 | 0.61 | 0 | 0.26 | 216.38 | 1 | 0.37 |
| Hex | 0 | 4A | BC | 64 | 3D | 0 | 1A | D8 | 64 | 25 |
| Octal | 0 | 112 | 274 | 144 | 75 | 0 | 32 | 330 | 144 | 45 |
| Binary | 0 | 1001010 | 10111100 | 1100100 | 111101 | 0 | 11010 | 11011000 | 1100100 | 100101 |
Color Harmonies of #004ABC
Complementary color
Monochromatic Colors of #004ABC
Black with #004ABC
Text Example
Text Example
White with #004ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004ABC; }
p { color: rgb(0,74,188); }
H1.HeaderClassName
{
color: #004ABC;
}
.AnyTagClassName
{
color: #004ABC;
}
</style>
background-color css
<style>
a { background-color: #004ABC; }
a { background-color: rgb(0,74,188); }
div.DivClassName
{
background-color: #004ABC;
}
.BgClassName
{
background-color: #004ABC;
}
</style>
border-color css
<style>
span { border-color: #004ABC; }
span { border-color: rgb(0,74,188); }
td.TdClassName
{
border-color: #004ABC;
}
.TagClassName
{
border-color: #004ABC;
}
</style>