Shades of Cobalt #014AA7
Tints of Cobalt #014AA7
RGB
CMYK
RGB Variations
Color information
#014AA7 (or 0x014AA7) is known color: Cobalt. HEX triplet: 01, 4A and A7. RGB value is (1,74,167). Sum of RGB (Red+Green+Blue) = 1+74+167=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 167 (65.62% from 255 or 69.01% from 242); Max value from RGB is 167 - color contains mainly: blue. Hex color #014AA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014AA7 is #FEB558. Grayscale: #3E3E3E. Windows color (decimal): -16692569 or 10963457. OLE color: 10963457.
HSL color Cylindrical-coordinate representation of color #014AA7: hue angle of 213.61º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014AA7 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 74 | 167 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.35 |
| HSL | 213.61º | 0.99% | 0.33% | - |
| HSV(B) | 213.61º | 0.99% | 0.65% | - |
| XYZ | 9.44 | 7.69 | 37.55 | - |
| YUV | 62.78 | 186.82 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 167 | 0.99 | 0.56 | 0 | 0.35 | 213.61 | 0.99 | 0.33 |
| Hex | 1 | 4A | A7 | 63 | 38 | 0 | 23 | D6 | 63 | 21 |
| Octal | 1 | 112 | 247 | 143 | 70 | 0 | 43 | 326 | 143 | 41 |
| Binary | 1 | 1001010 | 10100111 | 1100011 | 111000 | 0 | 100011 | 11010110 | 1100011 | 100001 |
Color Harmonies of #014AA7
Complementary color
Monochromatic Colors of #014AA7
Black with #014AA7
Text Example
Text Example
White with #014AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014AA7; }
p { color: rgb(1,74,167); }
H1.HeaderClassName
{
color: #014AA7;
}
.AnyTagClassName
{
color: #014AA7;
}
</style>
background-color css
<style>
a { background-color: #014AA7; }
a { background-color: rgb(1,74,167); }
div.DivClassName
{
background-color: #014AA7;
}
.BgClassName
{
background-color: #014AA7;
}
</style>
border-color css
<style>
span { border-color: #014AA7; }
span { border-color: rgb(1,74,167); }
td.TdClassName
{
border-color: #014AA7;
}
.TagClassName
{
border-color: #014AA7;
}
</style>