Shades of Cobalt #144C9B
Tints of Cobalt #144C9B
RGB
CMYK
RGB Variations
Color information
#144C9B (or 0x144C9B) is known color: Cobalt. HEX triplet: 14, 4C and 9B. RGB value is (20,76,155). Sum of RGB (Red+Green+Blue) = 20+76+155=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #144C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144C9B is #EBB364. Grayscale: #434343. Windows color (decimal): -15446885 or 10177556. OLE color: 10177556.
HSL color Cylindrical-coordinate representation of color #144C9B: hue angle of 215.11º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #144C9B is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 76 | 155 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.39 |
| HSL | 215.11º | 0.77% | 0.34% | - |
| HSV(B) | 215.11º | 0.87% | 0.61% | - |
| XYZ | 8.79 | 7.68 | 32.03 | - |
| YUV | 68.26 | 176.95 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 155 | 0.87 | 0.51 | 0 | 0.39 | 215.11 | 0.77 | 0.34 |
| Hex | 14 | 4C | 9B | 57 | 33 | 0 | 27 | D7 | 4D | 22 |
| Octal | 24 | 114 | 233 | 127 | 63 | 0 | 47 | 327 | 115 | 42 |
| Binary | 10100 | 1001100 | 10011011 | 1010111 | 110011 | 0 | 100111 | 11010111 | 1001101 | 100010 |
Color Harmonies of #144C9B
Complementary color
Monochromatic Colors of #144C9B
Black with #144C9B
Text Example
Text Example
White with #144C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C9B; }
p { color: rgb(20,76,155); }
H1.HeaderClassName
{
color: #144C9B;
}
.AnyTagClassName
{
color: #144C9B;
}
</style>
background-color css
<style>
a { background-color: #144C9B; }
a { background-color: rgb(20,76,155); }
div.DivClassName
{
background-color: #144C9B;
}
.BgClassName
{
background-color: #144C9B;
}
</style>
border-color css
<style>
span { border-color: #144C9B; }
span { border-color: rgb(20,76,155); }
td.TdClassName
{
border-color: #144C9B;
}
.TagClassName
{
border-color: #144C9B;
}
</style>