Shades of Cobalt #014F9E
Tints of Cobalt #014F9E
RGB
CMYK
RGB Variations
Color information
#014F9E (or 0x014F9E) is known color: Cobalt. HEX triplet: 01, 4F and 9E. RGB value is (1,79,158). Sum of RGB (Red+Green+Blue) = 1+79+158=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 158 (62.11% from 255 or 66.39% from 238); Max value from RGB is 158 - color contains mainly: blue. Hex color #014F9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014F9E is #FEB061. Grayscale: #404040. Windows color (decimal): -16691298 or 10374913. OLE color: 10374913.
HSL color Cylindrical-coordinate representation of color #014F9E: hue angle of 210.19º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F9E is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 79 | 158 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.38 |
| HSL | 210.19º | 0.99% | 0.31% | - |
| HSV(B) | 210.19º | 0.99% | 0.62% | - |
| XYZ | 8.98 | 8.07 | 33.43 | - |
| YUV | 64.68 | 180.66 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 158 | 0.99 | 0.50 | 0 | 0.38 | 210.19 | 0.99 | 0.31 |
| Hex | 1 | 4F | 9E | 63 | 32 | 0 | 26 | D2 | 63 | 1F |
| Octal | 1 | 117 | 236 | 143 | 62 | 0 | 46 | 322 | 143 | 37 |
| Binary | 1 | 1001111 | 10011110 | 1100011 | 110010 | 0 | 100110 | 11010010 | 1100011 | 11111 |
Color Harmonies of #014F9E
Complementary color
Monochromatic Colors of #014F9E
Black with #014F9E
Text Example
Text Example
White with #014F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014F9E; }
p { color: rgb(1,79,158); }
H1.HeaderClassName
{
color: #014F9E;
}
.AnyTagClassName
{
color: #014F9E;
}
</style>
background-color css
<style>
a { background-color: #014F9E; }
a { background-color: rgb(1,79,158); }
div.DivClassName
{
background-color: #014F9E;
}
.BgClassName
{
background-color: #014F9E;
}
</style>
border-color css
<style>
span { border-color: #014F9E; }
span { border-color: rgb(1,79,158); }
td.TdClassName
{
border-color: #014F9E;
}
.TagClassName
{
border-color: #014F9E;
}
</style>