Shades of Cobalt #014C99
Tints of Cobalt #014C99
RGB
CMYK
RGB Variations
Color information
#014C99 (or 0x014C99) is known color: Cobalt. HEX triplet: 01, 4C and 99. RGB value is (1,76,153). Sum of RGB (Red+Green+Blue) = 1+76+153=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 153 (60.16% from 255 or 66.52% from 230); Max value from RGB is 153 - color contains mainly: blue. Hex color #014C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014C99 is #FEB366. Grayscale: #3D3D3D. Windows color (decimal): -16692071 or 10046465. OLE color: 10046465.
HSL color Cylindrical-coordinate representation of color #014C99: hue angle of 210.39º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C99 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 76 | 153 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.4 |
| HSL | 210.39º | 0.99% | 0.3% | - |
| HSV(B) | 210.39º | 0.99% | 0.6% | - |
| XYZ | 8.35 | 7.48 | 31.14 | - |
| YUV | 62.35 | 179.15 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 153 | 0.99 | 0.50 | 0 | 0.4 | 210.39 | 0.99 | 0.3 |
| Hex | 1 | 4C | 99 | 63 | 32 | 0 | 28 | D2 | 63 | 1E |
| Octal | 1 | 114 | 231 | 143 | 62 | 0 | 50 | 322 | 143 | 36 |
| Binary | 1 | 1001100 | 10011001 | 1100011 | 110010 | 0 | 101000 | 11010010 | 1100011 | 11110 |
Color Harmonies of #014C99
Complementary color
Monochromatic Colors of #014C99
Black with #014C99
Text Example
Text Example
White with #014C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C99; }
p { color: rgb(1,76,153); }
H1.HeaderClassName
{
color: #014C99;
}
.AnyTagClassName
{
color: #014C99;
}
</style>
background-color css
<style>
a { background-color: #014C99; }
a { background-color: rgb(1,76,153); }
div.DivClassName
{
background-color: #014C99;
}
.BgClassName
{
background-color: #014C99;
}
</style>
border-color css
<style>
span { border-color: #014C99; }
span { border-color: rgb(1,76,153); }
td.TdClassName
{
border-color: #014C99;
}
.TagClassName
{
border-color: #014C99;
}
</style>