Shades of Cobalt #004FA0
Tints of Cobalt #004FA0
RGB
CMYK
RGB Variations
Color information
#004FA0 (or 0x004FA0) is known color: Cobalt. HEX triplet: 00, 4F and A0. RGB value is (0,79,160). Sum of RGB (Red+Green+Blue) = 0+79+160=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 160 (62.89% from 255 or 66.95% from 239); Max value from RGB is 160 - color contains mainly: blue. Hex color #004FA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004FA0 is #FFB05F. Grayscale: #404040. Windows color (decimal): -16756832 or 10505984. OLE color: 10505984.
HSL color Cylindrical-coordinate representation of color #004FA0: hue angle of 210.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004FA0 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 79 | 160 | - |
| CMYK | 1 | 0.51 | 0 | 0.37 |
| HSL | 210.38º | 1% | 0.31% | - |
| HSV(B) | 210.38º | 1% | 0.63% | - |
| XYZ | 9.14 | 8.13 | 34.35 | - |
| YUV | 64.61 | 181.83 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 79 | 160 | 1 | 0.51 | 0 | 0.37 | 210.38 | 1 | 0.31 |
| Hex | 0 | 4F | A0 | 64 | 33 | 0 | 25 | D2 | 64 | 1F |
| Octal | 0 | 117 | 240 | 144 | 63 | 0 | 45 | 322 | 144 | 37 |
| Binary | 0 | 1001111 | 10100000 | 1100100 | 110011 | 0 | 100101 | 11010010 | 1100100 | 11111 |
Color Harmonies of #004FA0
Complementary color
Monochromatic Colors of #004FA0
Black with #004FA0
Text Example
Text Example
White with #004FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004FA0; }
p { color: rgb(0,79,160); }
H1.HeaderClassName
{
color: #004FA0;
}
.AnyTagClassName
{
color: #004FA0;
}
</style>
background-color css
<style>
a { background-color: #004FA0; }
a { background-color: rgb(0,79,160); }
div.DivClassName
{
background-color: #004FA0;
}
.BgClassName
{
background-color: #004FA0;
}
</style>
border-color css
<style>
span { border-color: #004FA0; }
span { border-color: rgb(0,79,160); }
td.TdClassName
{
border-color: #004FA0;
}
.TagClassName
{
border-color: #004FA0;
}
</style>