Shades of Cobalt #014CB1
Tints of Cobalt #014CB1
RGB
CMYK
RGB Variations
Color information
#014CB1 (or 0x014CB1) is known color: Cobalt. HEX triplet: 01, 4C and B1. RGB value is (1,76,177). Sum of RGB (Red+Green+Blue) = 1+76+177=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 177 (69.53% from 255 or 69.69% from 254); Max value from RGB is 177 - color contains mainly: blue. Hex color #014CB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014CB1 is #FEB34E. Grayscale: #404040. Windows color (decimal): -16692047 or 11619329. OLE color: 11619329.
HSL color Cylindrical-coordinate representation of color #014CB1: hue angle of 214.43º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014CB1 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 76 | 177 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.31 |
| HSL | 214.43º | 0.99% | 0.35% | - |
| HSV(B) | 214.43º | 0.99% | 0.69% | - |
| XYZ | 10.53 | 8.35 | 42.65 | - |
| YUV | 65.09 | 191.15 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 177 | 0.99 | 0.57 | 0 | 0.31 | 214.43 | 0.99 | 0.35 |
| Hex | 1 | 4C | B1 | 63 | 39 | 0 | 1F | D6 | 63 | 23 |
| Octal | 1 | 114 | 261 | 143 | 71 | 0 | 37 | 326 | 143 | 43 |
| Binary | 1 | 1001100 | 10110001 | 1100011 | 111001 | 0 | 11111 | 11010110 | 1100011 | 100011 |
Color Harmonies of #014CB1
Complementary color
Monochromatic Colors of #014CB1
Black with #014CB1
Text Example
Text Example
White with #014CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014CB1; }
p { color: rgb(1,76,177); }
H1.HeaderClassName
{
color: #014CB1;
}
.AnyTagClassName
{
color: #014CB1;
}
</style>
background-color css
<style>
a { background-color: #014CB1; }
a { background-color: rgb(1,76,177); }
div.DivClassName
{
background-color: #014CB1;
}
.BgClassName
{
background-color: #014CB1;
}
</style>
border-color css
<style>
span { border-color: #014CB1; }
span { border-color: rgb(1,76,177); }
td.TdClassName
{
border-color: #014CB1;
}
.TagClassName
{
border-color: #014CB1;
}
</style>