Shades of Cobalt #144DA4
Tints of Cobalt #144DA4
RGB
CMYK
RGB Variations
Color information
#144DA4 (or 0x144DA4) is known color: Cobalt. HEX triplet: 14, 4D and A4. RGB value is (20,77,164). Sum of RGB (Red+Green+Blue) = 20+77+164=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 164 (64.45% from 255 or 62.84% from 261); Max value from RGB is 164 - color contains mainly: blue. Hex color #144DA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144DA4 is #EBB25B. Grayscale: #454545. Windows color (decimal): -15446620 or 10767636. OLE color: 10767636.
HSL color Cylindrical-coordinate representation of color #144DA4: hue angle of 216.25º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #144DA4 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 77 | 164 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.36 |
| HSL | 216.25º | 0.78% | 0.36% | - |
| HSV(B) | 216.25º | 0.88% | 0.64% | - |
| XYZ | 9.64 | 8.14 | 36.18 | - |
| YUV | 69.88 | 181.12 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 164 | 0.88 | 0.53 | 0 | 0.36 | 216.25 | 0.78 | 0.36 |
| Hex | 14 | 4D | A4 | 58 | 35 | 0 | 24 | D8 | 4E | 24 |
| Octal | 24 | 115 | 244 | 130 | 65 | 0 | 44 | 330 | 116 | 44 |
| Binary | 10100 | 1001101 | 10100100 | 1011000 | 110101 | 0 | 100100 | 11011000 | 1001110 | 100100 |
Color Harmonies of #144DA4
Complementary color
Monochromatic Colors of #144DA4
Black with #144DA4
Text Example
Text Example
White with #144DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144DA4; }
p { color: rgb(20,77,164); }
H1.HeaderClassName
{
color: #144DA4;
}
.AnyTagClassName
{
color: #144DA4;
}
</style>
background-color css
<style>
a { background-color: #144DA4; }
a { background-color: rgb(20,77,164); }
div.DivClassName
{
background-color: #144DA4;
}
.BgClassName
{
background-color: #144DA4;
}
</style>
border-color css
<style>
span { border-color: #144DA4; }
span { border-color: rgb(20,77,164); }
td.TdClassName
{
border-color: #144DA4;
}
.TagClassName
{
border-color: #144DA4;
}
</style>