Shades of Cobalt #014DC1
Tints of Cobalt #014DC1
RGB
CMYK
RGB Variations
Color information
#014DC1 (or 0x014DC1) is known color: Cobalt. HEX triplet: 01, 4D and C1. RGB value is (1,77,193). Sum of RGB (Red+Green+Blue) = 1+77+193=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 193 (75.78% from 255 or 71.22% from 271); Max value from RGB is 193 - color contains mainly: blue. Hex color #014DC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014DC1 is #FEB23E. Grayscale: #424242. Windows color (decimal): -16691775 or 12668161. OLE color: 12668161.
HSL color Cylindrical-coordinate representation of color #014DC1: hue angle of 216.25º 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 #014DC1 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 77 | 193 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.24 |
| HSL | 216.25º | 0.99% | 0.38% | - |
| HSV(B) | 216.25º | 0.99% | 0.76% | - |
| XYZ | 12.29 | 9.16 | 51.57 | - |
| YUV | 67.5 | 198.82 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 193 | 0.99 | 0.60 | 0 | 0.24 | 216.25 | 0.99 | 0.38 |
| Hex | 1 | 4D | C1 | 63 | 3C | 0 | 18 | D8 | 63 | 26 |
| Octal | 1 | 115 | 301 | 143 | 74 | 0 | 30 | 330 | 143 | 46 |
| Binary | 1 | 1001101 | 11000001 | 1100011 | 111100 | 0 | 11000 | 11011000 | 1100011 | 100110 |
Color Harmonies of #014DC1
Complementary color
Monochromatic Colors of #014DC1
Black with #014DC1
Text Example
Text Example
White with #014DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014DC1; }
p { color: rgb(1,77,193); }
H1.HeaderClassName
{
color: #014DC1;
}
.AnyTagClassName
{
color: #014DC1;
}
</style>
background-color css
<style>
a { background-color: #014DC1; }
a { background-color: rgb(1,77,193); }
div.DivClassName
{
background-color: #014DC1;
}
.BgClassName
{
background-color: #014DC1;
}
</style>
border-color css
<style>
span { border-color: #014DC1; }
span { border-color: rgb(1,77,193); }
td.TdClassName
{
border-color: #014DC1;
}
.TagClassName
{
border-color: #014DC1;
}
</style>