Shades of Cobalt #014FB7
Tints of Cobalt #014FB7
RGB
CMYK
RGB Variations
Color information
#014FB7 (or 0x014FB7) is known color: Cobalt. HEX triplet: 01, 4F and B7. RGB value is (1,79,183). Sum of RGB (Red+Green+Blue) = 1+79+183=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 183 (71.88% from 255 or 69.58% from 263); Max value from RGB is 183 - color contains mainly: blue. Hex color #014FB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014FB7 is #FEB048. Grayscale: #434343. Windows color (decimal): -16691273 or 12013313. OLE color: 12013313.
HSL color Cylindrical-coordinate representation of color #014FB7: hue angle of 214.29º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014FB7 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 79 | 183 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.28 |
| HSL | 214.29º | 0.99% | 0.36% | - |
| HSV(B) | 214.29º | 0.99% | 0.72% | - |
| XYZ | 11.36 | 9.02 | 45.94 | - |
| YUV | 67.53 | 193.16 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 183 | 0.99 | 0.57 | 0 | 0.28 | 214.29 | 0.99 | 0.36 |
| Hex | 1 | 4F | B7 | 63 | 39 | 0 | 1C | D6 | 63 | 24 |
| Octal | 1 | 117 | 267 | 143 | 71 | 0 | 34 | 326 | 143 | 44 |
| Binary | 1 | 1001111 | 10110111 | 1100011 | 111001 | 0 | 11100 | 11010110 | 1100011 | 100100 |
Color Harmonies of #014FB7
Complementary color
Monochromatic Colors of #014FB7
Black with #014FB7
Text Example
Text Example
White with #014FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014FB7; }
p { color: rgb(1,79,183); }
H1.HeaderClassName
{
color: #014FB7;
}
.AnyTagClassName
{
color: #014FB7;
}
</style>
background-color css
<style>
a { background-color: #014FB7; }
a { background-color: rgb(1,79,183); }
div.DivClassName
{
background-color: #014FB7;
}
.BgClassName
{
background-color: #014FB7;
}
</style>
border-color css
<style>
span { border-color: #014FB7; }
span { border-color: rgb(1,79,183); }
td.TdClassName
{
border-color: #014FB7;
}
.TagClassName
{
border-color: #014FB7;
}
</style>