Shades of Cobalt #014DBE
Tints of Cobalt #014DBE
RGB
CMYK
RGB Variations
Color information
#014DBE (or 0x014DBE) is known color: Cobalt. HEX triplet: 01, 4D and BE. RGB value is (1,77,190). Sum of RGB (Red+Green+Blue) = 1+77+190=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #014DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014DBE is #FEB241. Grayscale: #424242. Windows color (decimal): -16691778 or 12471553. OLE color: 12471553.
HSL color Cylindrical-coordinate representation of color #014DBE: hue angle of 215.87º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014DBE is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 77 | 190 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.25 |
| HSL | 215.87º | 0.99% | 0.37% | - |
| HSV(B) | 215.87º | 0.99% | 0.75% | - |
| XYZ | 11.96 | 9.03 | 49.83 | - |
| YUV | 67.16 | 197.32 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 190 | 0.99 | 0.59 | 0 | 0.25 | 215.87 | 0.99 | 0.37 |
| Hex | 1 | 4D | BE | 63 | 3B | 0 | 19 | D8 | 63 | 25 |
| Octal | 1 | 115 | 276 | 143 | 73 | 0 | 31 | 330 | 143 | 45 |
| Binary | 1 | 1001101 | 10111110 | 1100011 | 111011 | 0 | 11001 | 11011000 | 1100011 | 100101 |
Color Harmonies of #014DBE
Complementary color
Monochromatic Colors of #014DBE
Black with #014DBE
Text Example
Text Example
White with #014DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014DBE; }
p { color: rgb(1,77,190); }
H1.HeaderClassName
{
color: #014DBE;
}
.AnyTagClassName
{
color: #014DBE;
}
</style>
background-color css
<style>
a { background-color: #014DBE; }
a { background-color: rgb(1,77,190); }
div.DivClassName
{
background-color: #014DBE;
}
.BgClassName
{
background-color: #014DBE;
}
</style>
border-color css
<style>
span { border-color: #014DBE; }
span { border-color: rgb(1,77,190); }
td.TdClassName
{
border-color: #014DBE;
}
.TagClassName
{
border-color: #014DBE;
}
</style>