Shades of Cobalt #014A95
Tints of Cobalt #014A95
RGB
CMYK
RGB Variations
Color information
#014A95 (or 0x014A95) is known color: Cobalt. HEX triplet: 01, 4A and 95. RGB value is (1,74,149). Sum of RGB (Red+Green+Blue) = 1+74+149=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 149 (58.59% from 255 or 66.52% from 224); Max value from RGB is 149 - color contains mainly: blue. Hex color #014A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014A95 is #FEB56A. Grayscale: #3C3C3C. Windows color (decimal): -16692587 or 9783809. OLE color: 9783809.
HSL color Cylindrical-coordinate representation of color #014A95: hue angle of 210.41º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A95 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 74 | 149 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.42 |
| HSL | 210.41º | 0.99% | 0.29% | - |
| HSV(B) | 210.41º | 0.99% | 0.58% | - |
| XYZ | 7.89 | 7.07 | 29.38 | - |
| YUV | 60.72 | 177.82 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 149 | 0.99 | 0.50 | 0 | 0.42 | 210.41 | 0.99 | 0.29 |
| Hex | 1 | 4A | 95 | 63 | 32 | 0 | 2A | D2 | 63 | 1D |
| Octal | 1 | 112 | 225 | 143 | 62 | 0 | 52 | 322 | 143 | 35 |
| Binary | 1 | 1001010 | 10010101 | 1100011 | 110010 | 0 | 101010 | 11010010 | 1100011 | 11101 |
Color Harmonies of #014A95
Complementary color
Monochromatic Colors of #014A95
Black with #014A95
Text Example
Text Example
White with #014A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014A95; }
p { color: rgb(1,74,149); }
H1.HeaderClassName
{
color: #014A95;
}
.AnyTagClassName
{
color: #014A95;
}
</style>
background-color css
<style>
a { background-color: #014A95; }
a { background-color: rgb(1,74,149); }
div.DivClassName
{
background-color: #014A95;
}
.BgClassName
{
background-color: #014A95;
}
</style>
border-color css
<style>
span { border-color: #014A95; }
span { border-color: rgb(1,74,149); }
td.TdClassName
{
border-color: #014A95;
}
.TagClassName
{
border-color: #014A95;
}
</style>