Shades of Cobalt #014F9C
Tints of Cobalt #014F9C
RGB
CMYK
RGB Variations
Color information
#014F9C (or 0x014F9C) is known color: Cobalt. HEX triplet: 01, 4F and 9C. RGB value is (1,79,156). Sum of RGB (Red+Green+Blue) = 1+79+156=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 156 (61.33% from 255 or 66.10% from 236); Max value from RGB is 156 - color contains mainly: blue. Hex color #014F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014F9C is #FEB063. Grayscale: #404040. Windows color (decimal): -16691300 or 10243841. OLE color: 10243841.
HSL color Cylindrical-coordinate representation of color #014F9C: hue angle of 209.81º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F9C is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 79 | 156 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.39 |
| HSL | 209.81º | 0.99% | 0.31% | - |
| HSV(B) | 209.81º | 0.99% | 0.61% | - |
| XYZ | 8.81 | 8 | 32.53 | - |
| YUV | 64.46 | 179.66 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 156 | 0.99 | 0.49 | 0 | 0.39 | 209.81 | 0.99 | 0.31 |
| Hex | 1 | 4F | 9C | 63 | 31 | 0 | 27 | D2 | 63 | 1F |
| Octal | 1 | 117 | 234 | 143 | 61 | 0 | 47 | 322 | 143 | 37 |
| Binary | 1 | 1001111 | 10011100 | 1100011 | 110001 | 0 | 100111 | 11010010 | 1100011 | 11111 |
Color Harmonies of #014F9C
Complementary color
Monochromatic Colors of #014F9C
Black with #014F9C
Text Example
Text Example
White with #014F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014F9C; }
p { color: rgb(1,79,156); }
H1.HeaderClassName
{
color: #014F9C;
}
.AnyTagClassName
{
color: #014F9C;
}
</style>
background-color css
<style>
a { background-color: #014F9C; }
a { background-color: rgb(1,79,156); }
div.DivClassName
{
background-color: #014F9C;
}
.BgClassName
{
background-color: #014F9C;
}
</style>
border-color css
<style>
span { border-color: #014F9C; }
span { border-color: rgb(1,79,156); }
td.TdClassName
{
border-color: #014F9C;
}
.TagClassName
{
border-color: #014F9C;
}
</style>