Shades of Cobalt #014FC1
Tints of Cobalt #014FC1
RGB
CMYK
RGB Variations
Color information
#014FC1 (or 0x014FC1) is known color: Cobalt. HEX triplet: 01, 4F and C1. RGB value is (1,79,193). Sum of RGB (Red+Green+Blue) = 1+79+193=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 193 (75.78% from 255 or 70.70% from 273); Max value from RGB is 193 - color contains mainly: blue. Hex color #014FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014FC1 is #FEB03E. Grayscale: #444444. Windows color (decimal): -16691263 or 12668673. OLE color: 12668673.
HSL color Cylindrical-coordinate representation of color #014FC1: hue angle of 215.62º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014FC1 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 79 | 193 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.24 |
| HSL | 215.63º | 0.99% | 0.38% | - |
| HSV(B) | 215.63º | 0.99% | 0.76% | - |
| XYZ | 12.43 | 9.45 | 51.62 | - |
| YUV | 68.67 | 198.16 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 193 | 0.99 | 0.59 | 0 | 0.24 | 215.63 | 0.99 | 0.38 |
| Hex | 1 | 4F | C1 | 63 | 3B | 0 | 18 | D8 | 63 | 26 |
| Octal | 1 | 117 | 301 | 143 | 73 | 0 | 30 | 330 | 143 | 46 |
| Binary | 1 | 1001111 | 11000001 | 1100011 | 111011 | 0 | 11000 | 11011000 | 1100011 | 100110 |
Color Harmonies of #014FC1
Complementary color
Monochromatic Colors of #014FC1
Black with #014FC1
Text Example
Text Example
White with #014FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014FC1; }
p { color: rgb(1,79,193); }
H1.HeaderClassName
{
color: #014FC1;
}
.AnyTagClassName
{
color: #014FC1;
}
</style>
background-color css
<style>
a { background-color: #014FC1; }
a { background-color: rgb(1,79,193); }
div.DivClassName
{
background-color: #014FC1;
}
.BgClassName
{
background-color: #014FC1;
}
</style>
border-color css
<style>
span { border-color: #014FC1; }
span { border-color: rgb(1,79,193); }
td.TdClassName
{
border-color: #014FC1;
}
.TagClassName
{
border-color: #014FC1;
}
</style>