Shades of Cobalt #144AAB
Tints of Cobalt #144AAB
RGB
CMYK
RGB Variations
Color information
#144AAB (or 0x144AAB) is known color: Cobalt. HEX triplet: 14, 4A and AB. RGB value is (20,74,171). Sum of RGB (Red+Green+Blue) = 20+74+171=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #144AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144AAB is #EBB554. Grayscale: #444444. Windows color (decimal): -15447381 or 11225620. OLE color: 11225620.
HSL color Cylindrical-coordinate representation of color #144AAB: hue angle of 218.54º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #144AAB is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 74 | 171 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.33 |
| HSL | 218.54º | 0.79% | 0.37% | - |
| HSV(B) | 218.54º | 0.88% | 0.67% | - |
| XYZ | 10.09 | 7.99 | 39.54 | - |
| YUV | 68.91 | 185.61 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 171 | 0.88 | 0.57 | 0 | 0.33 | 218.54 | 0.79 | 0.37 |
| Hex | 14 | 4A | AB | 58 | 39 | 0 | 21 | DB | 4F | 25 |
| Octal | 24 | 112 | 253 | 130 | 71 | 0 | 41 | 333 | 117 | 45 |
| Binary | 10100 | 1001010 | 10101011 | 1011000 | 111001 | 0 | 100001 | 11011011 | 1001111 | 100101 |
Color Harmonies of #144AAB
Complementary color
Monochromatic Colors of #144AAB
Black with #144AAB
Text Example
Text Example
White with #144AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144AAB; }
p { color: rgb(20,74,171); }
H1.HeaderClassName
{
color: #144AAB;
}
.AnyTagClassName
{
color: #144AAB;
}
</style>
background-color css
<style>
a { background-color: #144AAB; }
a { background-color: rgb(20,74,171); }
div.DivClassName
{
background-color: #144AAB;
}
.BgClassName
{
background-color: #144AAB;
}
</style>
border-color css
<style>
span { border-color: #144AAB; }
span { border-color: rgb(20,74,171); }
td.TdClassName
{
border-color: #144AAB;
}
.TagClassName
{
border-color: #144AAB;
}
</style>