Shades of Cobalt #014DBA
Tints of Cobalt #014DBA
RGB
CMYK
RGB Variations
Color information
#014DBA (or 0x014DBA) is known color: Cobalt. HEX triplet: 01, 4D and BA. RGB value is (1,77,186). Sum of RGB (Red+Green+Blue) = 1+77+186=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 186 (73.05% from 255 or 70.45% from 264); Max value from RGB is 186 - color contains mainly: blue. Hex color #014DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014DBA is #FEB245. Grayscale: #424242. Windows color (decimal): -16691782 or 12209409. OLE color: 12209409.
HSL color Cylindrical-coordinate representation of color #014DBA: hue angle of 215.35º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014DBA is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 77 | 186 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.27 |
| HSL | 215.35º | 0.99% | 0.37% | - |
| HSV(B) | 215.35º | 0.99% | 0.73% | - |
| XYZ | 11.53 | 8.86 | 47.56 | - |
| YUV | 66.7 | 195.32 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 186 | 0.99 | 0.59 | 0 | 0.27 | 215.35 | 0.99 | 0.37 |
| Hex | 1 | 4D | BA | 63 | 3B | 0 | 1B | D7 | 63 | 25 |
| Octal | 1 | 115 | 272 | 143 | 73 | 0 | 33 | 327 | 143 | 45 |
| Binary | 1 | 1001101 | 10111010 | 1100011 | 111011 | 0 | 11011 | 11010111 | 1100011 | 100101 |
Color Harmonies of #014DBA
Complementary color
Monochromatic Colors of #014DBA
Black with #014DBA
Text Example
Text Example
White with #014DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014DBA; }
p { color: rgb(1,77,186); }
H1.HeaderClassName
{
color: #014DBA;
}
.AnyTagClassName
{
color: #014DBA;
}
</style>
background-color css
<style>
a { background-color: #014DBA; }
a { background-color: rgb(1,77,186); }
div.DivClassName
{
background-color: #014DBA;
}
.BgClassName
{
background-color: #014DBA;
}
</style>
border-color css
<style>
span { border-color: #014DBA; }
span { border-color: rgb(1,77,186); }
td.TdClassName
{
border-color: #014DBA;
}
.TagClassName
{
border-color: #014DBA;
}
</style>