Shades of Cobalt #014CC1
Tints of Cobalt #014CC1
RGB
CMYK
RGB Variations
Color information
#014CC1 (or 0x014CC1) is known color: Cobalt. HEX triplet: 01, 4C and C1. RGB value is (1,76,193). Sum of RGB (Red+Green+Blue) = 1+76+193=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 193 (75.78% from 255 or 71.48% from 270); Max value from RGB is 193 - color contains mainly: blue. Hex color #014CC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014CC1 is #FEB33E. Grayscale: #424242. Windows color (decimal): -16692031 or 12667905. OLE color: 12667905.
HSL color Cylindrical-coordinate representation of color #014CC1: hue angle of 216.56º 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 #014CC1 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 76 | 193 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.24 |
| HSL | 216.56º | 0.99% | 0.38% | - |
| HSV(B) | 216.56º | 0.99% | 0.76% | - |
| XYZ | 12.22 | 9.03 | 51.55 | - |
| YUV | 66.91 | 199.15 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 193 | 0.99 | 0.61 | 0 | 0.24 | 216.56 | 0.99 | 0.38 |
| Hex | 1 | 4C | C1 | 63 | 3D | 0 | 18 | D9 | 63 | 26 |
| Octal | 1 | 114 | 301 | 143 | 75 | 0 | 30 | 331 | 143 | 46 |
| Binary | 1 | 1001100 | 11000001 | 1100011 | 111101 | 0 | 11000 | 11011001 | 1100011 | 100110 |
Color Harmonies of #014CC1
Complementary color
Monochromatic Colors of #014CC1
Black with #014CC1
Text Example
Text Example
White with #014CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014CC1; }
p { color: rgb(1,76,193); }
H1.HeaderClassName
{
color: #014CC1;
}
.AnyTagClassName
{
color: #014CC1;
}
</style>
background-color css
<style>
a { background-color: #014CC1; }
a { background-color: rgb(1,76,193); }
div.DivClassName
{
background-color: #014CC1;
}
.BgClassName
{
background-color: #014CC1;
}
</style>
border-color css
<style>
span { border-color: #014CC1; }
span { border-color: rgb(1,76,193); }
td.TdClassName
{
border-color: #014CC1;
}
.TagClassName
{
border-color: #014CC1;
}
</style>