Shades of Cobalt #144EAA
Tints of Cobalt #144EAA
RGB
CMYK
RGB Variations
Color information
#144EAA (or 0x144EAA) is known color: Cobalt. HEX triplet: 14, 4E and AA. RGB value is (20,78,170). Sum of RGB (Red+Green+Blue) = 20+78+170=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #144EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144EAA is #EBB155. Grayscale: #464646. Windows color (decimal): -15446358 or 11161108. OLE color: 11161108.
HSL color Cylindrical-coordinate representation of color #144EAA: hue angle of 216.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #144EAA is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 78 | 170 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.33 |
| HSL | 216.8º | 0.79% | 0.37% | - |
| HSV(B) | 216.8º | 0.88% | 0.67% | - |
| XYZ | 10.27 | 8.5 | 39.13 | - |
| YUV | 71.15 | 183.78 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 170 | 0.88 | 0.54 | 0 | 0.33 | 216.8 | 0.79 | 0.37 |
| Hex | 14 | 4E | AA | 58 | 36 | 0 | 21 | D9 | 4F | 25 |
| Octal | 24 | 116 | 252 | 130 | 66 | 0 | 41 | 331 | 117 | 45 |
| Binary | 10100 | 1001110 | 10101010 | 1011000 | 110110 | 0 | 100001 | 11011001 | 1001111 | 100101 |
Color Harmonies of #144EAA
Complementary color
Monochromatic Colors of #144EAA
Black with #144EAA
Text Example
Text Example
White with #144EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144EAA; }
p { color: rgb(20,78,170); }
H1.HeaderClassName
{
color: #144EAA;
}
.AnyTagClassName
{
color: #144EAA;
}
</style>
background-color css
<style>
a { background-color: #144EAA; }
a { background-color: rgb(20,78,170); }
div.DivClassName
{
background-color: #144EAA;
}
.BgClassName
{
background-color: #144EAA;
}
</style>
border-color css
<style>
span { border-color: #144EAA; }
span { border-color: rgb(20,78,170); }
td.TdClassName
{
border-color: #144EAA;
}
.TagClassName
{
border-color: #144EAA;
}
</style>