Shades of Cobalt #014CA4
Tints of Cobalt #014CA4
RGB
CMYK
RGB Variations
Color information
#014CA4 (or 0x014CA4) is known color: Cobalt. HEX triplet: 01, 4C and A4. RGB value is (1,76,164). Sum of RGB (Red+Green+Blue) = 1+76+164=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 164 (64.45% from 255 or 68.05% from 241); Max value from RGB is 164 - color contains mainly: blue. Hex color #014CA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014CA4 is #FEB35B. Grayscale: #3F3F3F. Windows color (decimal): -16692060 or 10767361. OLE color: 10767361.
HSL color Cylindrical-coordinate representation of color #014CA4: hue angle of 212.39º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014CA4 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 76 | 164 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.36 |
| HSL | 212.39º | 0.99% | 0.32% | - |
| HSV(B) | 212.39º | 0.99% | 0.64% | - |
| XYZ | 9.3 | 7.86 | 36.15 | - |
| YUV | 63.61 | 184.65 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 164 | 0.99 | 0.54 | 0 | 0.36 | 212.39 | 0.99 | 0.32 |
| Hex | 1 | 4C | A4 | 63 | 36 | 0 | 24 | D4 | 63 | 20 |
| Octal | 1 | 114 | 244 | 143 | 66 | 0 | 44 | 324 | 143 | 40 |
| Binary | 1 | 1001100 | 10100100 | 1100011 | 110110 | 0 | 100100 | 11010100 | 1100011 | 100000 |
Color Harmonies of #014CA4
Complementary color
Monochromatic Colors of #014CA4
Black with #014CA4
Text Example
Text Example
White with #014CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014CA4; }
p { color: rgb(1,76,164); }
H1.HeaderClassName
{
color: #014CA4;
}
.AnyTagClassName
{
color: #014CA4;
}
</style>
background-color css
<style>
a { background-color: #014CA4; }
a { background-color: rgb(1,76,164); }
div.DivClassName
{
background-color: #014CA4;
}
.BgClassName
{
background-color: #014CA4;
}
</style>
border-color css
<style>
span { border-color: #014CA4; }
span { border-color: rgb(1,76,164); }
td.TdClassName
{
border-color: #014CA4;
}
.TagClassName
{
border-color: #014CA4;
}
</style>