Shades of Cobalt #014CC3
Tints of Cobalt #014CC3
RGB
CMYK
RGB Variations
Color information
#014CC3 (or 0x014CC3) is known color: Cobalt. HEX triplet: 01, 4C and C3. RGB value is (1,76,195). Sum of RGB (Red+Green+Blue) = 1+76+195=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 195 (76.56% from 255 or 71.69% from 272); Max value from RGB is 195 - color contains mainly: blue. Hex color #014CC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014CC3 is #FEB33C. Grayscale: #424242. Windows color (decimal): -16692029 or 12798977. OLE color: 12798977.
HSL color Cylindrical-coordinate representation of color #014CC3: hue angle of 216.8º 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 #014CC3 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 76 | 195 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.24 |
| HSL | 216.8º | 0.99% | 0.38% | - |
| HSV(B) | 216.8º | 0.99% | 0.76% | - |
| XYZ | 12.45 | 9.12 | 52.73 | - |
| YUV | 67.14 | 200.15 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 195 | 0.99 | 0.61 | 0 | 0.24 | 216.8 | 0.99 | 0.38 |
| Hex | 1 | 4C | C3 | 63 | 3D | 0 | 18 | D9 | 63 | 26 |
| Octal | 1 | 114 | 303 | 143 | 75 | 0 | 30 | 331 | 143 | 46 |
| Binary | 1 | 1001100 | 11000011 | 1100011 | 111101 | 0 | 11000 | 11011001 | 1100011 | 100110 |
Color Harmonies of #014CC3
Complementary color
Monochromatic Colors of #014CC3
Black with #014CC3
Text Example
Text Example
White with #014CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014CC3; }
p { color: rgb(1,76,195); }
H1.HeaderClassName
{
color: #014CC3;
}
.AnyTagClassName
{
color: #014CC3;
}
</style>
background-color css
<style>
a { background-color: #014CC3; }
a { background-color: rgb(1,76,195); }
div.DivClassName
{
background-color: #014CC3;
}
.BgClassName
{
background-color: #014CC3;
}
</style>
border-color css
<style>
span { border-color: #014CC3; }
span { border-color: rgb(1,76,195); }
td.TdClassName
{
border-color: #014CC3;
}
.TagClassName
{
border-color: #014CC3;
}
</style>