Shades of Cobalt #014DB6
Tints of Cobalt #014DB6
RGB
CMYK
RGB Variations
Color information
#014DB6 (or 0x014DB6) is known color: Cobalt. HEX triplet: 01, 4D and B6. RGB value is (1,77,182). Sum of RGB (Red+Green+Blue) = 1+77+182=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 182 (71.48% from 255 or 70% from 260); Max value from RGB is 182 - color contains mainly: blue. Hex color #014DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014DB6 is #FEB249. Grayscale: #414141. Windows color (decimal): -16691786 or 11947265. OLE color: 11947265.
HSL color Cylindrical-coordinate representation of color #014DB6: hue angle of 214.81º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014DB6 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 77 | 182 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.29 |
| HSL | 214.81º | 0.99% | 0.36% | - |
| HSV(B) | 214.81º | 0.99% | 0.71% | - |
| XYZ | 11.11 | 8.69 | 45.35 | - |
| YUV | 66.25 | 193.32 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 182 | 0.99 | 0.58 | 0 | 0.29 | 214.81 | 0.99 | 0.36 |
| Hex | 1 | 4D | B6 | 63 | 3A | 0 | 1D | D7 | 63 | 24 |
| Octal | 1 | 115 | 266 | 143 | 72 | 0 | 35 | 327 | 143 | 44 |
| Binary | 1 | 1001101 | 10110110 | 1100011 | 111010 | 0 | 11101 | 11010111 | 1100011 | 100100 |
Color Harmonies of #014DB6
Complementary color
Monochromatic Colors of #014DB6
Black with #014DB6
Text Example
Text Example
White with #014DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014DB6; }
p { color: rgb(1,77,182); }
H1.HeaderClassName
{
color: #014DB6;
}
.AnyTagClassName
{
color: #014DB6;
}
</style>
background-color css
<style>
a { background-color: #014DB6; }
a { background-color: rgb(1,77,182); }
div.DivClassName
{
background-color: #014DB6;
}
.BgClassName
{
background-color: #014DB6;
}
</style>
border-color css
<style>
span { border-color: #014DB6; }
span { border-color: rgb(1,77,182); }
td.TdClassName
{
border-color: #014DB6;
}
.TagClassName
{
border-color: #014DB6;
}
</style>