Shades of Denim #144EB6
Tints of Denim #144EB6
RGB
CMYK
RGB Variations
Color information
#144EB6 (or 0x144EB6) is known color: Denim. HEX triplet: 14, 4E and B6. RGB value is (20,78,182). Sum of RGB (Red+Green+Blue) = 20+78+182=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 182 (71.48% from 255 or 65% from 280); Max value from RGB is 182 - color contains mainly: blue. Hex color #144EB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144EB6 is #EBB149. Grayscale: #484848. Windows color (decimal): -15446346 or 11947540. OLE color: 11947540.
HSL color Cylindrical-coordinate representation of color #144EB6: hue angle of 218.52º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #144EB6 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 78 | 182 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.29 |
| HSL | 218.52º | 0.8% | 0.4% | - |
| HSV(B) | 218.52º | 0.89% | 0.71% | - |
| XYZ | 11.46 | 8.97 | 45.38 | - |
| YUV | 72.51 | 189.78 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 182 | 0.89 | 0.57 | 0 | 0.29 | 218.52 | 0.8 | 0.4 |
| Hex | 14 | 4E | B6 | 59 | 39 | 0 | 1D | DB | 50 | 28 |
| Octal | 24 | 116 | 266 | 131 | 71 | 0 | 35 | 333 | 120 | 50 |
| Binary | 10100 | 1001110 | 10110110 | 1011001 | 111001 | 0 | 11101 | 11011011 | 1010000 | 101000 |
Color Harmonies of #144EB6
Complementary color
Monochromatic Colors of #144EB6
Black with #144EB6
Text Example
Text Example
White with #144EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144EB6; }
p { color: rgb(20,78,182); }
H1.HeaderClassName
{
color: #144EB6;
}
.AnyTagClassName
{
color: #144EB6;
}
</style>
background-color css
<style>
a { background-color: #144EB6; }
a { background-color: rgb(20,78,182); }
div.DivClassName
{
background-color: #144EB6;
}
.BgClassName
{
background-color: #144EB6;
}
</style>
border-color css
<style>
span { border-color: #144EB6; }
span { border-color: rgb(20,78,182); }
td.TdClassName
{
border-color: #144EB6;
}
.TagClassName
{
border-color: #144EB6;
}
</style>