Shades of Cobalt #014FBC
Tints of Cobalt #014FBC
RGB
CMYK
RGB Variations
Color information
#014FBC (or 0x014FBC) is known color: Cobalt. HEX triplet: 01, 4F and BC. RGB value is (1,79,188). Sum of RGB (Red+Green+Blue) = 1+79+188=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #014FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014FBC is #FEB043. Grayscale: #434343. Windows color (decimal): -16691268 or 12340993. OLE color: 12340993.
HSL color Cylindrical-coordinate representation of color #014FBC: hue angle of 214.97º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014FBC is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 79 | 188 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.26 |
| HSL | 214.97º | 0.99% | 0.37% | - |
| HSV(B) | 214.97º | 0.99% | 0.74% | - |
| XYZ | 11.89 | 9.23 | 48.73 | - |
| YUV | 68.1 | 195.66 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 188 | 0.99 | 0.58 | 0 | 0.26 | 214.97 | 0.99 | 0.37 |
| Hex | 1 | 4F | BC | 63 | 3A | 0 | 1A | D7 | 63 | 25 |
| Octal | 1 | 117 | 274 | 143 | 72 | 0 | 32 | 327 | 143 | 45 |
| Binary | 1 | 1001111 | 10111100 | 1100011 | 111010 | 0 | 11010 | 11010111 | 1100011 | 100101 |
Color Harmonies of #014FBC
Complementary color
Monochromatic Colors of #014FBC
Black with #014FBC
Text Example
Text Example
White with #014FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014FBC; }
p { color: rgb(1,79,188); }
H1.HeaderClassName
{
color: #014FBC;
}
.AnyTagClassName
{
color: #014FBC;
}
</style>
background-color css
<style>
a { background-color: #014FBC; }
a { background-color: rgb(1,79,188); }
div.DivClassName
{
background-color: #014FBC;
}
.BgClassName
{
background-color: #014FBC;
}
</style>
border-color css
<style>
span { border-color: #014FBC; }
span { border-color: rgb(1,79,188); }
td.TdClassName
{
border-color: #014FBC;
}
.TagClassName
{
border-color: #014FBC;
}
</style>