Shades of Cobalt #144FA4
Tints of Cobalt #144FA4
RGB
CMYK
RGB Variations
Color information
#144FA4 (or 0x144FA4) is known color: Cobalt. HEX triplet: 14, 4F and A4. RGB value is (20,79,164). Sum of RGB (Red+Green+Blue) = 20+79+164=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 164 (64.45% from 255 or 62.36% from 263); Max value from RGB is 164 - color contains mainly: blue. Hex color #144FA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144FA4 is #EBB05B. Grayscale: #464646. Windows color (decimal): -15446108 or 10768148. OLE color: 10768148.
HSL color Cylindrical-coordinate representation of color #144FA4: hue angle of 215.42º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #144FA4 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 79 | 164 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.36 |
| HSL | 215.42º | 0.78% | 0.36% | - |
| HSV(B) | 215.42º | 0.88% | 0.64% | - |
| XYZ | 9.79 | 8.42 | 36.23 | - |
| YUV | 71.05 | 180.45 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 164 | 0.88 | 0.52 | 0 | 0.36 | 215.42 | 0.78 | 0.36 |
| Hex | 14 | 4F | A4 | 58 | 34 | 0 | 24 | D7 | 4E | 24 |
| Octal | 24 | 117 | 244 | 130 | 64 | 0 | 44 | 327 | 116 | 44 |
| Binary | 10100 | 1001111 | 10100100 | 1011000 | 110100 | 0 | 100100 | 11010111 | 1001110 | 100100 |
Color Harmonies of #144FA4
Complementary color
Monochromatic Colors of #144FA4
Black with #144FA4
Text Example
Text Example
White with #144FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144FA4; }
p { color: rgb(20,79,164); }
H1.HeaderClassName
{
color: #144FA4;
}
.AnyTagClassName
{
color: #144FA4;
}
</style>
background-color css
<style>
a { background-color: #144FA4; }
a { background-color: rgb(20,79,164); }
div.DivClassName
{
background-color: #144FA4;
}
.BgClassName
{
background-color: #144FA4;
}
</style>
border-color css
<style>
span { border-color: #144FA4; }
span { border-color: rgb(20,79,164); }
td.TdClassName
{
border-color: #144FA4;
}
.TagClassName
{
border-color: #144FA4;
}
</style>