Shades of Cobalt #014998
Tints of Cobalt #014998
RGB
CMYK
RGB Variations
Color information
#014998 (or 0x014998) is known color: Cobalt. HEX triplet: 01, 49 and 98. RGB value is (1,73,152). Sum of RGB (Red+Green+Blue) = 1+73+152=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 152 (59.77% from 255 or 67.26% from 226); Max value from RGB is 152 - color contains mainly: blue. Hex color #014998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014998 is #FEB667. Grayscale: #3C3C3C. Windows color (decimal): -16692840 or 9980161. OLE color: 9980161.
HSL color Cylindrical-coordinate representation of color #014998: hue angle of 211.39º 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 #014998 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 73 | 152 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.40 |
| HSL | 211.39º | 0.99% | 0.3% | - |
| HSV(B) | 211.39º | 0.99% | 0.6% | - |
| XYZ | 8.06 | 7.04 | 30.64 | - |
| YUV | 60.48 | 179.65 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 73 | 152 | 0.99 | 0.52 | 0 | 0.40 | 211.39 | 0.99 | 0.3 |
| Hex | 1 | 49 | 98 | 63 | 34 | 0 | 28 | D3 | 63 | 1E |
| Octal | 1 | 111 | 230 | 143 | 64 | 0 | 50 | 323 | 143 | 36 |
| Binary | 1 | 1001001 | 10011000 | 1100011 | 110100 | 0 | 101000 | 11010011 | 1100011 | 11110 |
Color Harmonies of #014998
Complementary color
Monochromatic Colors of #014998
Black with #014998
Text Example
Text Example
White with #014998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014998; }
p { color: rgb(1,73,152); }
H1.HeaderClassName
{
color: #014998;
}
.AnyTagClassName
{
color: #014998;
}
</style>
background-color css
<style>
a { background-color: #014998; }
a { background-color: rgb(1,73,152); }
div.DivClassName
{
background-color: #014998;
}
.BgClassName
{
background-color: #014998;
}
</style>
border-color css
<style>
span { border-color: #014998; }
span { border-color: rgb(1,73,152); }
td.TdClassName
{
border-color: #014998;
}
.TagClassName
{
border-color: #014998;
}
</style>