Shades of Cobalt #014ABB
Tints of Cobalt #014ABB
RGB
CMYK
RGB Variations
Color information
#014ABB (or 0x014ABB) is known color: Cobalt. HEX triplet: 01, 4A and BB. RGB value is (1,74,187). Sum of RGB (Red+Green+Blue) = 1+74+187=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 187 (73.44% from 255 or 71.37% from 262); Max value from RGB is 187 - color contains mainly: blue. Hex color #014ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014ABB is #FEB544. Grayscale: #404040. Windows color (decimal): -16692549 or 12274177. OLE color: 12274177.
HSL color Cylindrical-coordinate representation of color #014ABB: hue angle of 216.45º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014ABB is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 74 | 187 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.27 |
| HSL | 216.45º | 0.99% | 0.37% | - |
| HSV(B) | 216.45º | 0.99% | 0.73% | - |
| XYZ | 11.43 | 8.49 | 48.05 | - |
| YUV | 65.06 | 196.82 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 187 | 0.99 | 0.60 | 0 | 0.27 | 216.45 | 0.99 | 0.37 |
| Hex | 1 | 4A | BB | 63 | 3C | 0 | 1B | D8 | 63 | 25 |
| Octal | 1 | 112 | 273 | 143 | 74 | 0 | 33 | 330 | 143 | 45 |
| Binary | 1 | 1001010 | 10111011 | 1100011 | 111100 | 0 | 11011 | 11011000 | 1100011 | 100101 |
Color Harmonies of #014ABB
Complementary color
Monochromatic Colors of #014ABB
Black with #014ABB
Text Example
Text Example
White with #014ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014ABB; }
p { color: rgb(1,74,187); }
H1.HeaderClassName
{
color: #014ABB;
}
.AnyTagClassName
{
color: #014ABB;
}
</style>
background-color css
<style>
a { background-color: #014ABB; }
a { background-color: rgb(1,74,187); }
div.DivClassName
{
background-color: #014ABB;
}
.BgClassName
{
background-color: #014ABB;
}
</style>
border-color css
<style>
span { border-color: #014ABB; }
span { border-color: rgb(1,74,187); }
td.TdClassName
{
border-color: #014ABB;
}
.TagClassName
{
border-color: #014ABB;
}
</style>