Shades of Cobalt #144AB0
Tints of Cobalt #144AB0
RGB
CMYK
RGB Variations
Color information
#144AB0 (or 0x144AB0) is known color: Cobalt. HEX triplet: 14, 4A and B0. RGB value is (20,74,176). Sum of RGB (Red+Green+Blue) = 20+74+176=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 176 (69.14% from 255 or 65.19% from 270); Max value from RGB is 176 - color contains mainly: blue. Hex color #144AB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144AB0 is #EBB54F. Grayscale: #454545. Windows color (decimal): -15447376 or 11553300. OLE color: 11553300.
HSL color Cylindrical-coordinate representation of color #144AB0: hue angle of 219.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #144AB0 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 74 | 176 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.31 |
| HSL | 219.23º | 0.8% | 0.38% | - |
| HSV(B) | 219.23º | 0.89% | 0.69% | - |
| XYZ | 10.57 | 8.18 | 42.1 | - |
| YUV | 69.48 | 188.11 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 176 | 0.89 | 0.58 | 0 | 0.31 | 219.23 | 0.8 | 0.38 |
| Hex | 14 | 4A | B0 | 59 | 3A | 0 | 1F | DB | 50 | 26 |
| Octal | 24 | 112 | 260 | 131 | 72 | 0 | 37 | 333 | 120 | 46 |
| Binary | 10100 | 1001010 | 10110000 | 1011001 | 111010 | 0 | 11111 | 11011011 | 1010000 | 100110 |
Color Harmonies of #144AB0
Complementary color
Monochromatic Colors of #144AB0
Black with #144AB0
Text Example
Text Example
White with #144AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144AB0; }
p { color: rgb(20,74,176); }
H1.HeaderClassName
{
color: #144AB0;
}
.AnyTagClassName
{
color: #144AB0;
}
</style>
background-color css
<style>
a { background-color: #144AB0; }
a { background-color: rgb(20,74,176); }
div.DivClassName
{
background-color: #144AB0;
}
.BgClassName
{
background-color: #144AB0;
}
</style>
border-color css
<style>
span { border-color: #144AB0; }
span { border-color: rgb(20,74,176); }
td.TdClassName
{
border-color: #144AB0;
}
.TagClassName
{
border-color: #144AB0;
}
</style>