Shades of Cobalt #144A9B
Tints of Cobalt #144A9B
RGB
CMYK
RGB Variations
Color information
#144A9B (or 0x144A9B) is known color: Cobalt. HEX triplet: 14, 4A and 9B. RGB value is (20,74,155). Sum of RGB (Red+Green+Blue) = 20+74+155=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #144A9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144A9B is #EBB564. Grayscale: #424242. Windows color (decimal): -15447397 or 10177044. OLE color: 10177044.
HSL color Cylindrical-coordinate representation of color #144A9B: hue angle of 216º 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 #144A9B is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 74 | 155 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.39 |
| HSL | 216º | 0.77% | 0.34% | - |
| HSV(B) | 216º | 0.87% | 0.61% | - |
| XYZ | 8.65 | 7.41 | 31.99 | - |
| YUV | 67.09 | 177.61 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 155 | 0.87 | 0.52 | 0 | 0.39 | 216 | 0.77 | 0.34 |
| Hex | 14 | 4A | 9B | 57 | 34 | 0 | 27 | D8 | 4D | 22 |
| Octal | 24 | 112 | 233 | 127 | 64 | 0 | 47 | 330 | 115 | 42 |
| Binary | 10100 | 1001010 | 10011011 | 1010111 | 110100 | 0 | 100111 | 11011000 | 1001101 | 100010 |
Color Harmonies of #144A9B
Complementary color
Monochromatic Colors of #144A9B
Black with #144A9B
Text Example
Text Example
White with #144A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144A9B; }
p { color: rgb(20,74,155); }
H1.HeaderClassName
{
color: #144A9B;
}
.AnyTagClassName
{
color: #144A9B;
}
</style>
background-color css
<style>
a { background-color: #144A9B; }
a { background-color: rgb(20,74,155); }
div.DivClassName
{
background-color: #144A9B;
}
.BgClassName
{
background-color: #144A9B;
}
</style>
border-color css
<style>
span { border-color: #144A9B; }
span { border-color: rgb(20,74,155); }
td.TdClassName
{
border-color: #144A9B;
}
.TagClassName
{
border-color: #144A9B;
}
</style>