Shades of Cobalt #014F9A
Tints of Cobalt #014F9A
RGB
CMYK
RGB Variations
Color information
#014F9A (or 0x014F9A) is known color: Cobalt. HEX triplet: 01, 4F and 9A. RGB value is (1,79,154). Sum of RGB (Red+Green+Blue) = 1+79+154=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 154 (60.55% from 255 or 65.81% from 234); Max value from RGB is 154 - color contains mainly: blue. Hex color #014F9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014F9A is #FEB065. Grayscale: #3F3F3F. Windows color (decimal): -16691302 or 10112769. OLE color: 10112769.
HSL color Cylindrical-coordinate representation of color #014F9A: hue angle of 209.41º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F9A is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 79 | 154 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.40 |
| HSL | 209.41º | 0.99% | 0.3% | - |
| HSV(B) | 209.41º | 0.99% | 0.6% | - |
| XYZ | 8.64 | 7.93 | 31.65 | - |
| YUV | 64.23 | 178.66 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 154 | 0.99 | 0.49 | 0 | 0.40 | 209.41 | 0.99 | 0.3 |
| Hex | 1 | 4F | 9A | 63 | 31 | 0 | 28 | D1 | 63 | 1E |
| Octal | 1 | 117 | 232 | 143 | 61 | 0 | 50 | 321 | 143 | 36 |
| Binary | 1 | 1001111 | 10011010 | 1100011 | 110001 | 0 | 101000 | 11010001 | 1100011 | 11110 |
Color Harmonies of #014F9A
Complementary color
Monochromatic Colors of #014F9A
Black with #014F9A
Text Example
Text Example
White with #014F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014F9A; }
p { color: rgb(1,79,154); }
H1.HeaderClassName
{
color: #014F9A;
}
.AnyTagClassName
{
color: #014F9A;
}
</style>
background-color css
<style>
a { background-color: #014F9A; }
a { background-color: rgb(1,79,154); }
div.DivClassName
{
background-color: #014F9A;
}
.BgClassName
{
background-color: #014F9A;
}
</style>
border-color css
<style>
span { border-color: #014F9A; }
span { border-color: rgb(1,79,154); }
td.TdClassName
{
border-color: #014F9A;
}
.TagClassName
{
border-color: #014F9A;
}
</style>