Shades of Cobalt #144BAB
Tints of Cobalt #144BAB
RGB
CMYK
RGB Variations
Color information
#144BAB (or 0x144BAB) is known color: Cobalt. HEX triplet: 14, 4B and AB. RGB value is (20,75,171). Sum of RGB (Red+Green+Blue) = 20+75+171=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #144BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144BAB is #EBB454. Grayscale: #454545. Windows color (decimal): -15447125 or 11225876. OLE color: 11225876.
HSL color Cylindrical-coordinate representation of color #144BAB: hue angle of 218.15º 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 #144BAB is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 75 | 171 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.33 |
| HSL | 218.15º | 0.79% | 0.37% | - |
| HSV(B) | 218.15º | 0.88% | 0.67% | - |
| XYZ | 10.16 | 8.12 | 39.56 | - |
| YUV | 69.5 | 185.28 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 171 | 0.88 | 0.56 | 0 | 0.33 | 218.15 | 0.79 | 0.37 |
| Hex | 14 | 4B | AB | 58 | 38 | 0 | 21 | DA | 4F | 25 |
| Octal | 24 | 113 | 253 | 130 | 70 | 0 | 41 | 332 | 117 | 45 |
| Binary | 10100 | 1001011 | 10101011 | 1011000 | 111000 | 0 | 100001 | 11011010 | 1001111 | 100101 |
Color Harmonies of #144BAB
Complementary color
Monochromatic Colors of #144BAB
Black with #144BAB
Text Example
Text Example
White with #144BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144BAB; }
p { color: rgb(20,75,171); }
H1.HeaderClassName
{
color: #144BAB;
}
.AnyTagClassName
{
color: #144BAB;
}
</style>
background-color css
<style>
a { background-color: #144BAB; }
a { background-color: rgb(20,75,171); }
div.DivClassName
{
background-color: #144BAB;
}
.BgClassName
{
background-color: #144BAB;
}
</style>
border-color css
<style>
span { border-color: #144BAB; }
span { border-color: rgb(20,75,171); }
td.TdClassName
{
border-color: #144BAB;
}
.TagClassName
{
border-color: #144BAB;
}
</style>