Shades of Cobalt #144CA6
Tints of Cobalt #144CA6
RGB
CMYK
RGB Variations
Color information
#144CA6 (or 0x144CA6) is known color: Cobalt. HEX triplet: 14, 4C and A6. RGB value is (20,76,166). Sum of RGB (Red+Green+Blue) = 20+76+166=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 166 (65.23% from 255 or 63.36% from 262); Max value from RGB is 166 - color contains mainly: blue. Hex color #144CA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144CA6 is #EBB359. Grayscale: #454545. Windows color (decimal): -15446874 or 10898452. OLE color: 10898452.
HSL color Cylindrical-coordinate representation of color #144CA6: hue angle of 216.99º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #144CA6 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 76 | 166 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.35 |
| HSL | 216.99º | 0.78% | 0.36% | - |
| HSV(B) | 216.99º | 0.88% | 0.65% | - |
| XYZ | 9.76 | 8.07 | 37.12 | - |
| YUV | 69.52 | 182.45 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 166 | 0.88 | 0.54 | 0 | 0.35 | 216.99 | 0.78 | 0.36 |
| Hex | 14 | 4C | A6 | 58 | 36 | 0 | 23 | D9 | 4E | 24 |
| Octal | 24 | 114 | 246 | 130 | 66 | 0 | 43 | 331 | 116 | 44 |
| Binary | 10100 | 1001100 | 10100110 | 1011000 | 110110 | 0 | 100011 | 11011001 | 1001110 | 100100 |
Color Harmonies of #144CA6
Complementary color
Monochromatic Colors of #144CA6
Black with #144CA6
Text Example
Text Example
White with #144CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144CA6; }
p { color: rgb(20,76,166); }
H1.HeaderClassName
{
color: #144CA6;
}
.AnyTagClassName
{
color: #144CA6;
}
</style>
background-color css
<style>
a { background-color: #144CA6; }
a { background-color: rgb(20,76,166); }
div.DivClassName
{
background-color: #144CA6;
}
.BgClassName
{
background-color: #144CA6;
}
</style>
border-color css
<style>
span { border-color: #144CA6; }
span { border-color: rgb(20,76,166); }
td.TdClassName
{
border-color: #144CA6;
}
.TagClassName
{
border-color: #144CA6;
}
</style>