Shades of Cobalt #014BAC
Tints of Cobalt #014BAC
RGB
CMYK
RGB Variations
Color information
#014BAC (or 0x014BAC) is known color: Cobalt. HEX triplet: 01, 4B and AC. RGB value is (1,75,172). Sum of RGB (Red+Green+Blue) = 1+75+172=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 172 (67.58% from 255 or 69.35% from 248); Max value from RGB is 172 - color contains mainly: blue. Hex color #014BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014BAC is #FEB453. Grayscale: #3F3F3F. Windows color (decimal): -16692308 or 11291393. OLE color: 11291393.
HSL color Cylindrical-coordinate representation of color #014BAC: hue angle of 214.04º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014BAC is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 75 | 172 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.33 |
| HSL | 214.04º | 0.99% | 0.34% | - |
| HSV(B) | 214.04º | 0.99% | 0.67% | - |
| XYZ | 9.97 | 8.02 | 40.05 | - |
| YUV | 63.93 | 188.98 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 172 | 0.99 | 0.56 | 0 | 0.33 | 214.04 | 0.99 | 0.34 |
| Hex | 1 | 4B | AC | 63 | 38 | 0 | 21 | D6 | 63 | 22 |
| Octal | 1 | 113 | 254 | 143 | 70 | 0 | 41 | 326 | 143 | 42 |
| Binary | 1 | 1001011 | 10101100 | 1100011 | 111000 | 0 | 100001 | 11010110 | 1100011 | 100010 |
Color Harmonies of #014BAC
Complementary color
Monochromatic Colors of #014BAC
Black with #014BAC
Text Example
Text Example
White with #014BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014BAC; }
p { color: rgb(1,75,172); }
H1.HeaderClassName
{
color: #014BAC;
}
.AnyTagClassName
{
color: #014BAC;
}
</style>
background-color css
<style>
a { background-color: #014BAC; }
a { background-color: rgb(1,75,172); }
div.DivClassName
{
background-color: #014BAC;
}
.BgClassName
{
background-color: #014BAC;
}
</style>
border-color css
<style>
span { border-color: #014BAC; }
span { border-color: rgb(1,75,172); }
td.TdClassName
{
border-color: #014BAC;
}
.TagClassName
{
border-color: #014BAC;
}
</style>