Shades of Cobalt #004FBB
Tints of Cobalt #004FBB
RGB
CMYK
RGB Variations
Color information
#004FBB (or 0x004FBB) is known color: Cobalt. HEX triplet: 00, 4F and BB. RGB value is (0,79,187). Sum of RGB (Red+Green+Blue) = 0+79+187=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #004FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004FBB is #FFB044. Grayscale: #434343. Windows color (decimal): -16756805 or 12275456. OLE color: 12275456.
HSL color Cylindrical-coordinate representation of color #004FBB: hue angle of 214.65º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004FBB is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 79 | 187 | - |
| CMYK | 1 | 0.58 | 0 | 0.27 |
| HSL | 214.65º | 1% | 0.37% | - |
| HSV(B) | 214.65º | 1% | 0.73% | - |
| XYZ | 11.77 | 9.18 | 48.17 | - |
| YUV | 67.69 | 195.33 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 79 | 187 | 1 | 0.58 | 0 | 0.27 | 214.65 | 1 | 0.37 |
| Hex | 0 | 4F | BB | 64 | 3A | 0 | 1B | D7 | 64 | 25 |
| Octal | 0 | 117 | 273 | 144 | 72 | 0 | 33 | 327 | 144 | 45 |
| Binary | 0 | 1001111 | 10111011 | 1100100 | 111010 | 0 | 11011 | 11010111 | 1100100 | 100101 |
Color Harmonies of #004FBB
Complementary color
Monochromatic Colors of #004FBB
Black with #004FBB
Text Example
Text Example
White with #004FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004FBB; }
p { color: rgb(0,79,187); }
H1.HeaderClassName
{
color: #004FBB;
}
.AnyTagClassName
{
color: #004FBB;
}
</style>
background-color css
<style>
a { background-color: #004FBB; }
a { background-color: rgb(0,79,187); }
div.DivClassName
{
background-color: #004FBB;
}
.BgClassName
{
background-color: #004FBB;
}
</style>
border-color css
<style>
span { border-color: #004FBB; }
span { border-color: rgb(0,79,187); }
td.TdClassName
{
border-color: #004FBB;
}
.TagClassName
{
border-color: #004FBB;
}
</style>