Shades of Denim #144CBB
Tints of Denim #144CBB
RGB
CMYK
RGB Variations
Color information
#144CBB (or 0x144CBB) is known color: Denim. HEX triplet: 14, 4C and BB. RGB value is (20,76,187). Sum of RGB (Red+Green+Blue) = 20+76+187=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #144CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144CBB is #EBB344. Grayscale: #474747. Windows color (decimal): -15446853 or 12274708. OLE color: 12274708.
HSL color Cylindrical-coordinate representation of color #144CBB: hue angle of 219.88º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #144CBB is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 76 | 187 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.27 |
| HSL | 219.88º | 0.81% | 0.41% | - |
| HSV(B) | 219.88º | 0.89% | 0.73% | - |
| XYZ | 11.84 | 8.91 | 48.11 | - |
| YUV | 71.91 | 192.95 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 187 | 0.89 | 0.59 | 0 | 0.27 | 219.88 | 0.81 | 0.41 |
| Hex | 14 | 4C | BB | 59 | 3B | 0 | 1B | DC | 51 | 29 |
| Octal | 24 | 114 | 273 | 131 | 73 | 0 | 33 | 334 | 121 | 51 |
| Binary | 10100 | 1001100 | 10111011 | 1011001 | 111011 | 0 | 11011 | 11011100 | 1010001 | 101001 |
Color Harmonies of #144CBB
Complementary color
Monochromatic Colors of #144CBB
Black with #144CBB
Text Example
Text Example
White with #144CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144CBB; }
p { color: rgb(20,76,187); }
H1.HeaderClassName
{
color: #144CBB;
}
.AnyTagClassName
{
color: #144CBB;
}
</style>
background-color css
<style>
a { background-color: #144CBB; }
a { background-color: rgb(20,76,187); }
div.DivClassName
{
background-color: #144CBB;
}
.BgClassName
{
background-color: #144CBB;
}
</style>
border-color css
<style>
span { border-color: #144CBB; }
span { border-color: rgb(20,76,187); }
td.TdClassName
{
border-color: #144CBB;
}
.TagClassName
{
border-color: #144CBB;
}
</style>