Shades of Cobalt #014DB5
Tints of Cobalt #014DB5
RGB
CMYK
RGB Variations
Color information
#014DB5 (or 0x014DB5) is known color: Cobalt. HEX triplet: 01, 4D and B5. RGB value is (1,77,181). Sum of RGB (Red+Green+Blue) = 1+77+181=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 181 (71.09% from 255 or 69.88% from 259); Max value from RGB is 181 - color contains mainly: blue. Hex color #014DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014DB5 is #FEB24A. Grayscale: #414141. Windows color (decimal): -16691787 or 11881729. OLE color: 11881729.
HSL color Cylindrical-coordinate representation of color #014DB5: hue angle of 214.67º 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 #014DB5 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 77 | 181 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.29 |
| HSL | 214.67º | 0.99% | 0.36% | - |
| HSV(B) | 214.67º | 0.99% | 0.71% | - |
| XYZ | 11.01 | 8.65 | 44.81 | - |
| YUV | 66.13 | 192.82 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 181 | 0.99 | 0.57 | 0 | 0.29 | 214.67 | 0.99 | 0.36 |
| Hex | 1 | 4D | B5 | 63 | 39 | 0 | 1D | D7 | 63 | 24 |
| Octal | 1 | 115 | 265 | 143 | 71 | 0 | 35 | 327 | 143 | 44 |
| Binary | 1 | 1001101 | 10110101 | 1100011 | 111001 | 0 | 11101 | 11010111 | 1100011 | 100100 |
Color Harmonies of #014DB5
Complementary color
Monochromatic Colors of #014DB5
Black with #014DB5
Text Example
Text Example
White with #014DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014DB5; }
p { color: rgb(1,77,181); }
H1.HeaderClassName
{
color: #014DB5;
}
.AnyTagClassName
{
color: #014DB5;
}
</style>
background-color css
<style>
a { background-color: #014DB5; }
a { background-color: rgb(1,77,181); }
div.DivClassName
{
background-color: #014DB5;
}
.BgClassName
{
background-color: #014DB5;
}
</style>
border-color css
<style>
span { border-color: #014DB5; }
span { border-color: rgb(1,77,181); }
td.TdClassName
{
border-color: #014DB5;
}
.TagClassName
{
border-color: #014DB5;
}
</style>