Shades of Cobalt #014C9D
Tints of Cobalt #014C9D
RGB
CMYK
RGB Variations
Color information
#014C9D (or 0x014C9D) is known color: Cobalt. HEX triplet: 01, 4C and 9D. RGB value is (1,76,157). Sum of RGB (Red+Green+Blue) = 1+76+157=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 157 (61.72% from 255 or 67.09% from 234); Max value from RGB is 157 - color contains mainly: blue. Hex color #014C9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014C9D is #FEB362. Grayscale: #3E3E3E. Windows color (decimal): -16692067 or 10308609. OLE color: 10308609.
HSL color Cylindrical-coordinate representation of color #014C9D: hue angle of 211.15º 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 #014C9D is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 76 | 157 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.38 |
| HSL | 211.15º | 0.99% | 0.31% | - |
| HSV(B) | 211.15º | 0.99% | 0.62% | - |
| XYZ | 8.68 | 7.61 | 32.91 | - |
| YUV | 62.81 | 181.15 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 157 | 0.99 | 0.52 | 0 | 0.38 | 211.15 | 0.99 | 0.31 |
| Hex | 1 | 4C | 9D | 63 | 34 | 0 | 26 | D3 | 63 | 1F |
| Octal | 1 | 114 | 235 | 143 | 64 | 0 | 46 | 323 | 143 | 37 |
| Binary | 1 | 1001100 | 10011101 | 1100011 | 110100 | 0 | 100110 | 11010011 | 1100011 | 11111 |
Color Harmonies of #014C9D
Complementary color
Monochromatic Colors of #014C9D
Black with #014C9D
Text Example
Text Example
White with #014C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014C9D; }
p { color: rgb(1,76,157); }
H1.HeaderClassName
{
color: #014C9D;
}
.AnyTagClassName
{
color: #014C9D;
}
</style>
background-color css
<style>
a { background-color: #014C9D; }
a { background-color: rgb(1,76,157); }
div.DivClassName
{
background-color: #014C9D;
}
.BgClassName
{
background-color: #014C9D;
}
</style>
border-color css
<style>
span { border-color: #014C9D; }
span { border-color: rgb(1,76,157); }
td.TdClassName
{
border-color: #014C9D;
}
.TagClassName
{
border-color: #014C9D;
}
</style>