Shades of Cobalt #144E99
Tints of Cobalt #144E99
RGB
CMYK
RGB Variations
Color information
#144E99 (or 0x144E99) is known color: Cobalt. HEX triplet: 14, 4E and 99. RGB value is (20,78,153). Sum of RGB (Red+Green+Blue) = 20+78+153=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #144E99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144E99 is #EBB166. Grayscale: #444444. Windows color (decimal): -15446375 or 10046996. OLE color: 10046996.
HSL color Cylindrical-coordinate representation of color #144E99: hue angle of 213.83º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #144E99 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 78 | 153 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.4 |
| HSL | 213.83º | 0.77% | 0.34% | - |
| HSV(B) | 213.83º | 0.87% | 0.6% | - |
| XYZ | 8.76 | 7.9 | 31.2 | - |
| YUV | 69.21 | 175.28 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 153 | 0.87 | 0.49 | 0 | 0.4 | 213.83 | 0.77 | 0.34 |
| Hex | 14 | 4E | 99 | 57 | 31 | 0 | 28 | D6 | 4D | 22 |
| Octal | 24 | 116 | 231 | 127 | 61 | 0 | 50 | 326 | 115 | 42 |
| Binary | 10100 | 1001110 | 10011001 | 1010111 | 110001 | 0 | 101000 | 11010110 | 1001101 | 100010 |
Color Harmonies of #144E99
Complementary color
Monochromatic Colors of #144E99
Black with #144E99
Text Example
Text Example
White with #144E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E99; }
p { color: rgb(20,78,153); }
H1.HeaderClassName
{
color: #144E99;
}
.AnyTagClassName
{
color: #144E99;
}
</style>
background-color css
<style>
a { background-color: #144E99; }
a { background-color: rgb(20,78,153); }
div.DivClassName
{
background-color: #144E99;
}
.BgClassName
{
background-color: #144E99;
}
</style>
border-color css
<style>
span { border-color: #144E99; }
span { border-color: rgb(20,78,153); }
td.TdClassName
{
border-color: #144E99;
}
.TagClassName
{
border-color: #144E99;
}
</style>