Shades of Denim #144FBB
Tints of Denim #144FBB
RGB
CMYK
RGB Variations
Color information
#144FBB (or 0x144FBB) is known color: Denim. HEX triplet: 14, 4F and BB. RGB value is (20,79,187). Sum of RGB (Red+Green+Blue) = 20+79+187=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #144FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144FBB is #EBB044. Grayscale: #494949. Windows color (decimal): -15446085 or 12275476. OLE color: 12275476.
HSL color Cylindrical-coordinate representation of color #144FBB: hue angle of 218.8º 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 #144FBB is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 79 | 187 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.27 |
| HSL | 218.8º | 0.81% | 0.41% | - |
| HSV(B) | 218.8º | 0.89% | 0.73% | - |
| XYZ | 12.05 | 9.33 | 48.18 | - |
| YUV | 73.67 | 191.95 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 187 | 0.89 | 0.58 | 0 | 0.27 | 218.8 | 0.81 | 0.41 |
| Hex | 14 | 4F | BB | 59 | 3A | 0 | 1B | DB | 51 | 29 |
| Octal | 24 | 117 | 273 | 131 | 72 | 0 | 33 | 333 | 121 | 51 |
| Binary | 10100 | 1001111 | 10111011 | 1011001 | 111010 | 0 | 11011 | 11011011 | 1010001 | 101001 |
Color Harmonies of #144FBB
Complementary color
Monochromatic Colors of #144FBB
Black with #144FBB
Text Example
Text Example
White with #144FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144FBB; }
p { color: rgb(20,79,187); }
H1.HeaderClassName
{
color: #144FBB;
}
.AnyTagClassName
{
color: #144FBB;
}
</style>
background-color css
<style>
a { background-color: #144FBB; }
a { background-color: rgb(20,79,187); }
div.DivClassName
{
background-color: #144FBB;
}
.BgClassName
{
background-color: #144FBB;
}
</style>
border-color css
<style>
span { border-color: #144FBB; }
span { border-color: rgb(20,79,187); }
td.TdClassName
{
border-color: #144FBB;
}
.TagClassName
{
border-color: #144FBB;
}
</style>