Shades of Cobalt #144FAC
Tints of Cobalt #144FAC
RGB
CMYK
RGB Variations
Color information
#144FAC (or 0x144FAC) is known color: Cobalt. HEX triplet: 14, 4F and AC. RGB value is (20,79,172). Sum of RGB (Red+Green+Blue) = 20+79+172=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #144FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144FAC is #EBB053. Grayscale: #474747. Windows color (decimal): -15446100 or 11292436. OLE color: 11292436.
HSL color Cylindrical-coordinate representation of color #144FAC: hue angle of 216.71º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #144FAC is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 79 | 172 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.33 |
| HSL | 216.71º | 0.79% | 0.38% | - |
| HSV(B) | 216.71º | 0.88% | 0.67% | - |
| XYZ | 10.53 | 8.72 | 40.16 | - |
| YUV | 71.96 | 184.45 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 172 | 0.88 | 0.54 | 0 | 0.33 | 216.71 | 0.79 | 0.38 |
| Hex | 14 | 4F | AC | 58 | 36 | 0 | 21 | D9 | 4F | 26 |
| Octal | 24 | 117 | 254 | 130 | 66 | 0 | 41 | 331 | 117 | 46 |
| Binary | 10100 | 1001111 | 10101100 | 1011000 | 110110 | 0 | 100001 | 11011001 | 1001111 | 100110 |
Color Harmonies of #144FAC
Complementary color
Monochromatic Colors of #144FAC
Black with #144FAC
Text Example
Text Example
White with #144FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144FAC; }
p { color: rgb(20,79,172); }
H1.HeaderClassName
{
color: #144FAC;
}
.AnyTagClassName
{
color: #144FAC;
}
</style>
background-color css
<style>
a { background-color: #144FAC; }
a { background-color: rgb(20,79,172); }
div.DivClassName
{
background-color: #144FAC;
}
.BgClassName
{
background-color: #144FAC;
}
</style>
border-color css
<style>
span { border-color: #144FAC; }
span { border-color: rgb(20,79,172); }
td.TdClassName
{
border-color: #144FAC;
}
.TagClassName
{
border-color: #144FAC;
}
</style>