Shades of Cobalt #144DAC
Tints of Cobalt #144DAC
RGB
CMYK
RGB Variations
Color information
#144DAC (or 0x144DAC) is known color: Cobalt. HEX triplet: 14, 4D and AC. RGB value is (20,77,172). Sum of RGB (Red+Green+Blue) = 20+77+172=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #144DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144DAC is #EBB253. Grayscale: #464646. Windows color (decimal): -15446612 or 11291924. OLE color: 11291924.
HSL color Cylindrical-coordinate representation of color #144DAC: hue angle of 217.5º 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 #144DAC is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 77 | 172 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.33 |
| HSL | 217.5º | 0.79% | 0.38% | - |
| HSV(B) | 217.5º | 0.88% | 0.67% | - |
| XYZ | 10.39 | 8.44 | 40.11 | - |
| YUV | 70.79 | 185.12 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 172 | 0.88 | 0.55 | 0 | 0.33 | 217.5 | 0.79 | 0.38 |
| Hex | 14 | 4D | AC | 58 | 37 | 0 | 21 | DA | 4F | 26 |
| Octal | 24 | 115 | 254 | 130 | 67 | 0 | 41 | 332 | 117 | 46 |
| Binary | 10100 | 1001101 | 10101100 | 1011000 | 110111 | 0 | 100001 | 11011010 | 1001111 | 100110 |
Color Harmonies of #144DAC
Complementary color
Monochromatic Colors of #144DAC
Black with #144DAC
Text Example
Text Example
White with #144DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144DAC; }
p { color: rgb(20,77,172); }
H1.HeaderClassName
{
color: #144DAC;
}
.AnyTagClassName
{
color: #144DAC;
}
</style>
background-color css
<style>
a { background-color: #144DAC; }
a { background-color: rgb(20,77,172); }
div.DivClassName
{
background-color: #144DAC;
}
.BgClassName
{
background-color: #144DAC;
}
</style>
border-color css
<style>
span { border-color: #144DAC; }
span { border-color: rgb(20,77,172); }
td.TdClassName
{
border-color: #144DAC;
}
.TagClassName
{
border-color: #144DAC;
}
</style>