Shades of Cobalt #014ABE
Tints of Cobalt #014ABE
RGB
CMYK
RGB Variations
Color information
#014ABE (or 0x014ABE) is known color: Cobalt. HEX triplet: 01, 4A and BE. RGB value is (1,74,190). Sum of RGB (Red+Green+Blue) = 1+74+190=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 190 (74.61% from 255 or 71.70% from 265); Max value from RGB is 190 - color contains mainly: blue. Hex color #014ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014ABE is #FEB541. Grayscale: #404040. Windows color (decimal): -16692546 or 12470785. OLE color: 12470785.
HSL color Cylindrical-coordinate representation of color #014ABE: hue angle of 216.83º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014ABE is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 74 | 190 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.25 |
| HSL | 216.83º | 0.99% | 0.37% | - |
| HSV(B) | 216.83º | 0.99% | 0.75% | - |
| XYZ | 11.76 | 8.62 | 49.76 | - |
| YUV | 65.4 | 198.32 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 190 | 0.99 | 0.61 | 0 | 0.25 | 216.83 | 0.99 | 0.37 |
| Hex | 1 | 4A | BE | 63 | 3D | 0 | 19 | D9 | 63 | 25 |
| Octal | 1 | 112 | 276 | 143 | 75 | 0 | 31 | 331 | 143 | 45 |
| Binary | 1 | 1001010 | 10111110 | 1100011 | 111101 | 0 | 11001 | 11011001 | 1100011 | 100101 |
Color Harmonies of #014ABE
Complementary color
Monochromatic Colors of #014ABE
Black with #014ABE
Text Example
Text Example
White with #014ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014ABE; }
p { color: rgb(1,74,190); }
H1.HeaderClassName
{
color: #014ABE;
}
.AnyTagClassName
{
color: #014ABE;
}
</style>
background-color css
<style>
a { background-color: #014ABE; }
a { background-color: rgb(1,74,190); }
div.DivClassName
{
background-color: #014ABE;
}
.BgClassName
{
background-color: #014ABE;
}
</style>
border-color css
<style>
span { border-color: #014ABE; }
span { border-color: rgb(1,74,190); }
td.TdClassName
{
border-color: #014ABE;
}
.TagClassName
{
border-color: #014ABE;
}
</style>