Shades of Cobalt #144AB3
Tints of Cobalt #144AB3
RGB
CMYK
RGB Variations
Color information
#144AB3 (or 0x144AB3) is known color: Cobalt. HEX triplet: 14, 4A and B3. RGB value is (20,74,179). Sum of RGB (Red+Green+Blue) = 20+74+179=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 179 (70.31% from 255 or 65.57% from 273); Max value from RGB is 179 - color contains mainly: blue. Hex color #144AB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144AB3 is #EBB54C. Grayscale: #454545. Windows color (decimal): -15447373 or 11749908. OLE color: 11749908.
HSL color Cylindrical-coordinate representation of color #144AB3: hue angle of 219.62º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #144AB3 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 74 | 179 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.30 |
| HSL | 219.62º | 0.8% | 0.39% | - |
| HSV(B) | 219.62º | 0.89% | 0.7% | - |
| XYZ | 10.87 | 8.3 | 43.68 | - |
| YUV | 69.82 | 189.61 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 179 | 0.89 | 0.59 | 0 | 0.30 | 219.62 | 0.8 | 0.39 |
| Hex | 14 | 4A | B3 | 59 | 3B | 0 | 1E | DC | 50 | 27 |
| Octal | 24 | 112 | 263 | 131 | 73 | 0 | 36 | 334 | 120 | 47 |
| Binary | 10100 | 1001010 | 10110011 | 1011001 | 111011 | 0 | 11110 | 11011100 | 1010000 | 100111 |
Color Harmonies of #144AB3
Complementary color
Monochromatic Colors of #144AB3
Black with #144AB3
Text Example
Text Example
White with #144AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144AB3; }
p { color: rgb(20,74,179); }
H1.HeaderClassName
{
color: #144AB3;
}
.AnyTagClassName
{
color: #144AB3;
}
</style>
background-color css
<style>
a { background-color: #144AB3; }
a { background-color: rgb(20,74,179); }
div.DivClassName
{
background-color: #144AB3;
}
.BgClassName
{
background-color: #144AB3;
}
</style>
border-color css
<style>
span { border-color: #144AB3; }
span { border-color: rgb(20,74,179); }
td.TdClassName
{
border-color: #144AB3;
}
.TagClassName
{
border-color: #144AB3;
}
</style>