Shades of Cobalt #014698
Tints of Cobalt #014698
RGB
CMYK
RGB Variations
Color information
#014698 (or 0x014698) is known color: Cobalt. HEX triplet: 01, 46 and 98. RGB value is (1,70,152). Sum of RGB (Red+Green+Blue) = 1+70+152=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 152 (59.77% from 255 or 68.16% from 223); Max value from RGB is 152 - color contains mainly: blue. Hex color #014698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014698 is #FEB967. Grayscale: #3A3A3A. Windows color (decimal): -16693608 or 9979393. OLE color: 9979393.
HSL color Cylindrical-coordinate representation of color #014698: hue angle of 212.58º 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 #014698 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 70 | 152 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.40 |
| HSL | 212.58º | 0.99% | 0.3% | - |
| HSV(B) | 212.58º | 0.99% | 0.6% | - |
| XYZ | 7.87 | 6.65 | 30.58 | - |
| YUV | 58.72 | 180.64 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 152 | 0.99 | 0.54 | 0 | 0.40 | 212.58 | 0.99 | 0.3 |
| Hex | 1 | 46 | 98 | 63 | 36 | 0 | 28 | D5 | 63 | 1E |
| Octal | 1 | 106 | 230 | 143 | 66 | 0 | 50 | 325 | 143 | 36 |
| Binary | 1 | 1000110 | 10011000 | 1100011 | 110110 | 0 | 101000 | 11010101 | 1100011 | 11110 |
Color Harmonies of #014698
Complementary color
Monochromatic Colors of #014698
Black with #014698
Text Example
Text Example
White with #014698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014698; }
p { color: rgb(1,70,152); }
H1.HeaderClassName
{
color: #014698;
}
.AnyTagClassName
{
color: #014698;
}
</style>
background-color css
<style>
a { background-color: #014698; }
a { background-color: rgb(1,70,152); }
div.DivClassName
{
background-color: #014698;
}
.BgClassName
{
background-color: #014698;
}
</style>
border-color css
<style>
span { border-color: #014698; }
span { border-color: rgb(1,70,152); }
td.TdClassName
{
border-color: #014698;
}
.TagClassName
{
border-color: #014698;
}
</style>