Shades of Cobalt #144EA2
Tints of Cobalt #144EA2
RGB
CMYK
RGB Variations
Color information
#144EA2 (or 0x144EA2) is known color: Cobalt. HEX triplet: 14, 4E and A2. RGB value is (20,78,162). Sum of RGB (Red+Green+Blue) = 20+78+162=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 162 (63.67% from 255 or 62.31% from 260); Max value from RGB is 162 - color contains mainly: blue. Hex color #144EA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144EA2 is #EBB15D. Grayscale: #454545. Windows color (decimal): -15446366 or 10636820. OLE color: 10636820.
HSL color Cylindrical-coordinate representation of color #144EA2: hue angle of 215.49º 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 #144EA2 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 78 | 162 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.36 |
| HSL | 215.49º | 0.78% | 0.36% | - |
| HSV(B) | 215.49º | 0.88% | 0.64% | - |
| XYZ | 9.53 | 8.21 | 35.26 | - |
| YUV | 70.23 | 179.78 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 162 | 0.88 | 0.52 | 0 | 0.36 | 215.49 | 0.78 | 0.36 |
| Hex | 14 | 4E | A2 | 58 | 34 | 0 | 24 | D7 | 4E | 24 |
| Octal | 24 | 116 | 242 | 130 | 64 | 0 | 44 | 327 | 116 | 44 |
| Binary | 10100 | 1001110 | 10100010 | 1011000 | 110100 | 0 | 100100 | 11010111 | 1001110 | 100100 |
Color Harmonies of #144EA2
Complementary color
Monochromatic Colors of #144EA2
Black with #144EA2
Text Example
Text Example
White with #144EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144EA2; }
p { color: rgb(20,78,162); }
H1.HeaderClassName
{
color: #144EA2;
}
.AnyTagClassName
{
color: #144EA2;
}
</style>
background-color css
<style>
a { background-color: #144EA2; }
a { background-color: rgb(20,78,162); }
div.DivClassName
{
background-color: #144EA2;
}
.BgClassName
{
background-color: #144EA2;
}
</style>
border-color css
<style>
span { border-color: #144EA2; }
span { border-color: rgb(20,78,162); }
td.TdClassName
{
border-color: #144EA2;
}
.TagClassName
{
border-color: #144EA2;
}
</style>