Shades of Cobalt #014C9E
Tints of Cobalt #014C9E
RGB
CMYK
RGB Variations
Color information
#014C9E (or 0x014C9E) is known color: Cobalt. HEX triplet: 01, 4C and 9E. RGB value is (1,76,158). Sum of RGB (Red+Green+Blue) = 1+76+158=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 158 (62.11% from 255 or 67.23% from 235); Max value from RGB is 158 - color contains mainly: blue. Hex color #014C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014C9E is #FEB361. Grayscale: #3E3E3E. Windows color (decimal): -16692066 or 10374145. OLE color: 10374145.
HSL color Cylindrical-coordinate representation of color #014C9E: hue angle of 211.34º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C9E is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 76 | 158 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.38 |
| HSL | 211.34º | 0.99% | 0.31% | - |
| HSV(B) | 211.34º | 0.99% | 0.62% | - |
| XYZ | 8.77 | 7.64 | 33.36 | - |
| YUV | 62.92 | 181.65 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 158 | 0.99 | 0.52 | 0 | 0.38 | 211.34 | 0.99 | 0.31 |
| Hex | 1 | 4C | 9E | 63 | 34 | 0 | 26 | D3 | 63 | 1F |
| Octal | 1 | 114 | 236 | 143 | 64 | 0 | 46 | 323 | 143 | 37 |
| Binary | 1 | 1001100 | 10011110 | 1100011 | 110100 | 0 | 100110 | 11010011 | 1100011 | 11111 |
Color Harmonies of #014C9E
Complementary color
Monochromatic Colors of #014C9E
Black with #014C9E
Text Example
Text Example
White with #014C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C9E; }
p { color: rgb(1,76,158); }
H1.HeaderClassName
{
color: #014C9E;
}
.AnyTagClassName
{
color: #014C9E;
}
</style>
background-color css
<style>
a { background-color: #014C9E; }
a { background-color: rgb(1,76,158); }
div.DivClassName
{
background-color: #014C9E;
}
.BgClassName
{
background-color: #014C9E;
}
</style>
border-color css
<style>
span { border-color: #014C9E; }
span { border-color: rgb(1,76,158); }
td.TdClassName
{
border-color: #014C9E;
}
.TagClassName
{
border-color: #014C9E;
}
</style>