Shades of Cobalt #014AB8
Tints of Cobalt #014AB8
RGB
CMYK
RGB Variations
Color information
#014AB8 (or 0x014AB8) is known color: Cobalt. HEX triplet: 01, 4A and B8. RGB value is (1,74,184). Sum of RGB (Red+Green+Blue) = 1+74+184=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 184 (72.27% from 255 or 71.04% from 259); Max value from RGB is 184 - color contains mainly: blue. Hex color #014AB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014AB8 is #FEB547. Grayscale: #404040. Windows color (decimal): -16692552 or 12077569. OLE color: 12077569.
HSL color Cylindrical-coordinate representation of color #014AB8: hue angle of 216.07º 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 #014AB8 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 74 | 184 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.28 |
| HSL | 216.07º | 0.99% | 0.36% | - |
| HSV(B) | 216.07º | 0.99% | 0.72% | - |
| XYZ | 11.11 | 8.36 | 46.38 | - |
| YUV | 64.71 | 195.32 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 184 | 0.99 | 0.60 | 0 | 0.28 | 216.07 | 0.99 | 0.36 |
| Hex | 1 | 4A | B8 | 63 | 3C | 0 | 1C | D8 | 63 | 24 |
| Octal | 1 | 112 | 270 | 143 | 74 | 0 | 34 | 330 | 143 | 44 |
| Binary | 1 | 1001010 | 10111000 | 1100011 | 111100 | 0 | 11100 | 11011000 | 1100011 | 100100 |
Color Harmonies of #014AB8
Complementary color
Monochromatic Colors of #014AB8
Black with #014AB8
Text Example
Text Example
White with #014AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014AB8; }
p { color: rgb(1,74,184); }
H1.HeaderClassName
{
color: #014AB8;
}
.AnyTagClassName
{
color: #014AB8;
}
</style>
background-color css
<style>
a { background-color: #014AB8; }
a { background-color: rgb(1,74,184); }
div.DivClassName
{
background-color: #014AB8;
}
.BgClassName
{
background-color: #014AB8;
}
</style>
border-color css
<style>
span { border-color: #014AB8; }
span { border-color: rgb(1,74,184); }
td.TdClassName
{
border-color: #014AB8;
}
.TagClassName
{
border-color: #014AB8;
}
</style>