Shades of Cobalt #144FA5
Tints of Cobalt #144FA5
RGB
CMYK
RGB Variations
Color information
#144FA5 (or 0x144FA5) is known color: Cobalt. HEX triplet: 14, 4F and A5. RGB value is (20,79,165). Sum of RGB (Red+Green+Blue) = 20+79+165=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 165 (64.84% from 255 or 62.5% from 264); Max value from RGB is 165 - color contains mainly: blue. Hex color #144FA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144FA5 is #EBB05A. Grayscale: #464646. Windows color (decimal): -15446107 or 10833684. OLE color: 10833684.
HSL color Cylindrical-coordinate representation of color #144FA5: hue angle of 215.59º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #144FA5 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 79 | 165 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.35 |
| HSL | 215.59º | 0.78% | 0.36% | - |
| HSV(B) | 215.59º | 0.88% | 0.65% | - |
| XYZ | 9.88 | 8.46 | 36.71 | - |
| YUV | 71.16 | 180.95 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 165 | 0.88 | 0.52 | 0 | 0.35 | 215.59 | 0.78 | 0.36 |
| Hex | 14 | 4F | A5 | 58 | 34 | 0 | 23 | D8 | 4E | 24 |
| Octal | 24 | 117 | 245 | 130 | 64 | 0 | 43 | 330 | 116 | 44 |
| Binary | 10100 | 1001111 | 10100101 | 1011000 | 110100 | 0 | 100011 | 11011000 | 1001110 | 100100 |
Color Harmonies of #144FA5
Complementary color
Monochromatic Colors of #144FA5
Black with #144FA5
Text Example
Text Example
White with #144FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144FA5; }
p { color: rgb(20,79,165); }
H1.HeaderClassName
{
color: #144FA5;
}
.AnyTagClassName
{
color: #144FA5;
}
</style>
background-color css
<style>
a { background-color: #144FA5; }
a { background-color: rgb(20,79,165); }
div.DivClassName
{
background-color: #144FA5;
}
.BgClassName
{
background-color: #144FA5;
}
</style>
border-color css
<style>
span { border-color: #144FA5; }
span { border-color: rgb(20,79,165); }
td.TdClassName
{
border-color: #144FA5;
}
.TagClassName
{
border-color: #144FA5;
}
</style>