Shades of Cobalt #014FB6
Tints of Cobalt #014FB6
RGB
CMYK
RGB Variations
Color information
#014FB6 (or 0x014FB6) is known color: Cobalt. HEX triplet: 01, 4F and B6. RGB value is (1,79,182). Sum of RGB (Red+Green+Blue) = 1+79+182=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 182 (71.48% from 255 or 69.47% from 262); Max value from RGB is 182 - color contains mainly: blue. Hex color #014FB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014FB6 is #FEB049. Grayscale: #424242. Windows color (decimal): -16691274 or 11947777. OLE color: 11947777.
HSL color Cylindrical-coordinate representation of color #014FB6: hue angle of 214.14º 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 #014FB6 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 79 | 182 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.29 |
| HSL | 214.14º | 0.99% | 0.36% | - |
| HSV(B) | 214.14º | 0.99% | 0.71% | - |
| XYZ | 11.25 | 8.98 | 45.4 | - |
| YUV | 67.42 | 192.66 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 182 | 0.99 | 0.57 | 0 | 0.29 | 214.14 | 0.99 | 0.36 |
| Hex | 1 | 4F | B6 | 63 | 39 | 0 | 1D | D6 | 63 | 24 |
| Octal | 1 | 117 | 266 | 143 | 71 | 0 | 35 | 326 | 143 | 44 |
| Binary | 1 | 1001111 | 10110110 | 1100011 | 111001 | 0 | 11101 | 11010110 | 1100011 | 100100 |
Color Harmonies of #014FB6
Complementary color
Monochromatic Colors of #014FB6
Black with #014FB6
Text Example
Text Example
White with #014FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014FB6; }
p { color: rgb(1,79,182); }
H1.HeaderClassName
{
color: #014FB6;
}
.AnyTagClassName
{
color: #014FB6;
}
</style>
background-color css
<style>
a { background-color: #014FB6; }
a { background-color: rgb(1,79,182); }
div.DivClassName
{
background-color: #014FB6;
}
.BgClassName
{
background-color: #014FB6;
}
</style>
border-color css
<style>
span { border-color: #014FB6; }
span { border-color: rgb(1,79,182); }
td.TdClassName
{
border-color: #014FB6;
}
.TagClassName
{
border-color: #014FB6;
}
</style>