Shades of Cobalt #014A98
Tints of Cobalt #014A98
RGB
CMYK
RGB Variations
Color information
#014A98 (or 0x014A98) is known color: Cobalt. HEX triplet: 01, 4A and 98. RGB value is (1,74,152). Sum of RGB (Red+Green+Blue) = 1+74+152=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 152 (59.77% from 255 or 66.96% from 227); Max value from RGB is 152 - color contains mainly: blue. Hex color #014A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014A98 is #FEB567. Grayscale: #3C3C3C. Windows color (decimal): -16692584 or 9980417. OLE color: 9980417.
HSL color Cylindrical-coordinate representation of color #014A98: hue angle of 210.99º 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 #014A98 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 74 | 152 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.40 |
| HSL | 210.99º | 0.99% | 0.3% | - |
| HSV(B) | 210.99º | 0.99% | 0.6% | - |
| XYZ | 8.13 | 7.17 | 30.66 | - |
| YUV | 61.07 | 179.32 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 152 | 0.99 | 0.51 | 0 | 0.40 | 210.99 | 0.99 | 0.3 |
| Hex | 1 | 4A | 98 | 63 | 33 | 0 | 28 | D3 | 63 | 1E |
| Octal | 1 | 112 | 230 | 143 | 63 | 0 | 50 | 323 | 143 | 36 |
| Binary | 1 | 1001010 | 10011000 | 1100011 | 110011 | 0 | 101000 | 11010011 | 1100011 | 11110 |
Color Harmonies of #014A98
Complementary color
Monochromatic Colors of #014A98
Black with #014A98
Text Example
Text Example
White with #014A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014A98; }
p { color: rgb(1,74,152); }
H1.HeaderClassName
{
color: #014A98;
}
.AnyTagClassName
{
color: #014A98;
}
</style>
background-color css
<style>
a { background-color: #014A98; }
a { background-color: rgb(1,74,152); }
div.DivClassName
{
background-color: #014A98;
}
.BgClassName
{
background-color: #014A98;
}
</style>
border-color css
<style>
span { border-color: #014A98; }
span { border-color: rgb(1,74,152); }
td.TdClassName
{
border-color: #014A98;
}
.TagClassName
{
border-color: #014A98;
}
</style>