Shades of Cobalt #004FB0
Tints of Cobalt #004FB0
RGB
CMYK
RGB Variations
Color information
#004FB0 (or 0x004FB0) is known color: Cobalt. HEX triplet: 00, 4F and B0. RGB value is (0,79,176). Sum of RGB (Red+Green+Blue) = 0+79+176=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 176 (69.14% from 255 or 69.02% from 255); Max value from RGB is 176 - color contains mainly: blue. Hex color #004FB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004FB0 is #FFB04F. Grayscale: #414141. Windows color (decimal): -16756816 or 11554560. OLE color: 11554560.
HSL color Cylindrical-coordinate representation of color #004FB0: hue angle of 213.07º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004FB0 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 79 | 176 | - |
| CMYK | 1 | 0.55 | 0 | 0.31 |
| HSL | 213.07º | 1% | 0.35% | - |
| HSV(B) | 213.07º | 1% | 0.69% | - |
| XYZ | 10.63 | 8.73 | 42.2 | - |
| YUV | 66.44 | 189.83 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 79 | 176 | 1 | 0.55 | 0 | 0.31 | 213.07 | 1 | 0.35 |
| Hex | 0 | 4F | B0 | 64 | 37 | 0 | 1F | D5 | 64 | 23 |
| Octal | 0 | 117 | 260 | 144 | 67 | 0 | 37 | 325 | 144 | 43 |
| Binary | 0 | 1001111 | 10110000 | 1100100 | 110111 | 0 | 11111 | 11010101 | 1100100 | 100011 |
Color Harmonies of #004FB0
Complementary color
Monochromatic Colors of #004FB0
Black with #004FB0
Text Example
Text Example
White with #004FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004FB0; }
p { color: rgb(0,79,176); }
H1.HeaderClassName
{
color: #004FB0;
}
.AnyTagClassName
{
color: #004FB0;
}
</style>
background-color css
<style>
a { background-color: #004FB0; }
a { background-color: rgb(0,79,176); }
div.DivClassName
{
background-color: #004FB0;
}
.BgClassName
{
background-color: #004FB0;
}
</style>
border-color css
<style>
span { border-color: #004FB0; }
span { border-color: rgb(0,79,176); }
td.TdClassName
{
border-color: #004FB0;
}
.TagClassName
{
border-color: #004FB0;
}
</style>