Shades of Cobalt #014CBD
Tints of Cobalt #014CBD
RGB
CMYK
RGB Variations
Color information
#014CBD (or 0x014CBD) is known color: Cobalt. HEX triplet: 01, 4C and BD. RGB value is (1,76,189). Sum of RGB (Red+Green+Blue) = 1+76+189=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 189 (74.22% from 255 or 71.05% from 266); Max value from RGB is 189 - color contains mainly: blue. Hex color #014CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014CBD is #FEB342. Grayscale: #414141. Windows color (decimal): -16692035 or 12405761. OLE color: 12405761.
HSL color Cylindrical-coordinate representation of color #014CBD: hue angle of 216.06º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014CBD is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 76 | 189 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.26 |
| HSL | 216.06º | 0.99% | 0.37% | - |
| HSV(B) | 216.06º | 0.99% | 0.74% | - |
| XYZ | 11.78 | 8.85 | 49.23 | - |
| YUV | 66.46 | 197.15 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 189 | 0.99 | 0.60 | 0 | 0.26 | 216.06 | 0.99 | 0.37 |
| Hex | 1 | 4C | BD | 63 | 3C | 0 | 1A | D8 | 63 | 25 |
| Octal | 1 | 114 | 275 | 143 | 74 | 0 | 32 | 330 | 143 | 45 |
| Binary | 1 | 1001100 | 10111101 | 1100011 | 111100 | 0 | 11010 | 11011000 | 1100011 | 100101 |
Color Harmonies of #014CBD
Complementary color
Monochromatic Colors of #014CBD
Black with #014CBD
Text Example
Text Example
White with #014CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014CBD; }
p { color: rgb(1,76,189); }
H1.HeaderClassName
{
color: #014CBD;
}
.AnyTagClassName
{
color: #014CBD;
}
</style>
background-color css
<style>
a { background-color: #014CBD; }
a { background-color: rgb(1,76,189); }
div.DivClassName
{
background-color: #014CBD;
}
.BgClassName
{
background-color: #014CBD;
}
</style>
border-color css
<style>
span { border-color: #014CBD; }
span { border-color: rgb(1,76,189); }
td.TdClassName
{
border-color: #014CBD;
}
.TagClassName
{
border-color: #014CBD;
}
</style>