Shades of Cobalt #014C96
Tints of Cobalt #014C96
RGB
CMYK
RGB Variations
Color information
#014C96 (or 0x014C96) is known color: Cobalt. HEX triplet: 01, 4C and 96. RGB value is (1,76,150). Sum of RGB (Red+Green+Blue) = 1+76+150=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 150 (58.98% from 255 or 66.08% from 227); Max value from RGB is 150 - color contains mainly: blue. Hex color #014C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014C96 is #FEB369. Grayscale: #3D3D3D. Windows color (decimal): -16692074 or 9849857. OLE color: 9849857.
HSL color Cylindrical-coordinate representation of color #014C96: hue angle of 209.8º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C96 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 76 | 150 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.41 |
| HSL | 209.8º | 0.99% | 0.3% | - |
| HSV(B) | 209.8º | 0.99% | 0.59% | - |
| XYZ | 8.1 | 7.38 | 29.85 | - |
| YUV | 62.01 | 177.65 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 150 | 0.99 | 0.49 | 0 | 0.41 | 209.8 | 0.99 | 0.3 |
| Hex | 1 | 4C | 96 | 63 | 31 | 0 | 29 | D2 | 63 | 1E |
| Octal | 1 | 114 | 226 | 143 | 61 | 0 | 51 | 322 | 143 | 36 |
| Binary | 1 | 1001100 | 10010110 | 1100011 | 110001 | 0 | 101001 | 11010010 | 1100011 | 11110 |
Color Harmonies of #014C96
Complementary color
Monochromatic Colors of #014C96
Black with #014C96
Text Example
Text Example
White with #014C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C96; }
p { color: rgb(1,76,150); }
H1.HeaderClassName
{
color: #014C96;
}
.AnyTagClassName
{
color: #014C96;
}
</style>
background-color css
<style>
a { background-color: #014C96; }
a { background-color: rgb(1,76,150); }
div.DivClassName
{
background-color: #014C96;
}
.BgClassName
{
background-color: #014C96;
}
</style>
border-color css
<style>
span { border-color: #014C96; }
span { border-color: rgb(1,76,150); }
td.TdClassName
{
border-color: #014C96;
}
.TagClassName
{
border-color: #014C96;
}
</style>