Shades of Cobalt #014AB7
Tints of Cobalt #014AB7
RGB
CMYK
RGB Variations
Color information
#014AB7 (or 0x014AB7) is known color: Cobalt. HEX triplet: 01, 4A and B7. RGB value is (1,74,183). Sum of RGB (Red+Green+Blue) = 1+74+183=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 183 (71.88% from 255 or 70.93% from 258); Max value from RGB is 183 - color contains mainly: blue. Hex color #014AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014AB7 is #FEB548. Grayscale: #404040. Windows color (decimal): -16692553 or 12012033. OLE color: 12012033.
HSL color Cylindrical-coordinate representation of color #014AB7: hue angle of 215.93º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014AB7 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 74 | 183 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.28 |
| HSL | 215.93º | 0.99% | 0.36% | - |
| HSV(B) | 215.93º | 0.99% | 0.72% | - |
| XYZ | 11.01 | 8.32 | 45.83 | - |
| YUV | 64.6 | 194.82 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 183 | 0.99 | 0.60 | 0 | 0.28 | 215.93 | 0.99 | 0.36 |
| Hex | 1 | 4A | B7 | 63 | 3C | 0 | 1C | D8 | 63 | 24 |
| Octal | 1 | 112 | 267 | 143 | 74 | 0 | 34 | 330 | 143 | 44 |
| Binary | 1 | 1001010 | 10110111 | 1100011 | 111100 | 0 | 11100 | 11011000 | 1100011 | 100100 |
Color Harmonies of #014AB7
Complementary color
Monochromatic Colors of #014AB7
Black with #014AB7
Text Example
Text Example
White with #014AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014AB7; }
p { color: rgb(1,74,183); }
H1.HeaderClassName
{
color: #014AB7;
}
.AnyTagClassName
{
color: #014AB7;
}
</style>
background-color css
<style>
a { background-color: #014AB7; }
a { background-color: rgb(1,74,183); }
div.DivClassName
{
background-color: #014AB7;
}
.BgClassName
{
background-color: #014AB7;
}
</style>
border-color css
<style>
span { border-color: #014AB7; }
span { border-color: rgb(1,74,183); }
td.TdClassName
{
border-color: #014AB7;
}
.TagClassName
{
border-color: #014AB7;
}
</style>