Shades of Denim #144DBD
Tints of Denim #144DBD
RGB
CMYK
RGB Variations
Color information
#144DBD (or 0x144DBD) is known color: Denim. HEX triplet: 14, 4D and BD. RGB value is (20,77,189). Sum of RGB (Red+Green+Blue) = 20+77+189=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 189 (74.22% from 255 or 66.08% from 286); Max value from RGB is 189 - color contains mainly: blue. Hex color #144DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144DBD is #EBB242. Grayscale: #484848. Windows color (decimal): -15446595 or 12406036. OLE color: 12406036.
HSL color Cylindrical-coordinate representation of color #144DBD: hue angle of 219.76º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #144DBD is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 77 | 189 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.26 |
| HSL | 219.76º | 0.81% | 0.41% | - |
| HSV(B) | 219.76º | 0.89% | 0.74% | - |
| XYZ | 12.13 | 9.13 | 49.27 | - |
| YUV | 72.73 | 193.62 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 189 | 0.89 | 0.59 | 0 | 0.26 | 219.76 | 0.81 | 0.41 |
| Hex | 14 | 4D | BD | 59 | 3B | 0 | 1A | DC | 51 | 29 |
| Octal | 24 | 115 | 275 | 131 | 73 | 0 | 32 | 334 | 121 | 51 |
| Binary | 10100 | 1001101 | 10111101 | 1011001 | 111011 | 0 | 11010 | 11011100 | 1010001 | 101001 |
Color Harmonies of #144DBD
Complementary color
Monochromatic Colors of #144DBD
Black with #144DBD
Text Example
Text Example
White with #144DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144DBD; }
p { color: rgb(20,77,189); }
H1.HeaderClassName
{
color: #144DBD;
}
.AnyTagClassName
{
color: #144DBD;
}
</style>
background-color css
<style>
a { background-color: #144DBD; }
a { background-color: rgb(20,77,189); }
div.DivClassName
{
background-color: #144DBD;
}
.BgClassName
{
background-color: #144DBD;
}
</style>
border-color css
<style>
span { border-color: #144DBD; }
span { border-color: rgb(20,77,189); }
td.TdClassName
{
border-color: #144DBD;
}
.TagClassName
{
border-color: #144DBD;
}
</style>