Shades of Denim #144FB6
Tints of Denim #144FB6
RGB
CMYK
RGB Variations
Color information
#144FB6 (or 0x144FB6) is known color: Denim. HEX triplet: 14, 4F and B6. RGB value is (20,79,182). Sum of RGB (Red+Green+Blue) = 20+79+182=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 182 (71.48% from 255 or 64.77% from 281); Max value from RGB is 182 - color contains mainly: blue. Hex color #144FB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144FB6 is #EBB049. Grayscale: #484848. Windows color (decimal): -15446090 or 11947796. OLE color: 11947796.
HSL color Cylindrical-coordinate representation of color #144FB6: hue angle of 218.15º 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 #144FB6 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 79 | 182 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.29 |
| HSL | 218.15º | 0.8% | 0.4% | - |
| HSV(B) | 218.15º | 0.89% | 0.71% | - |
| XYZ | 11.53 | 9.12 | 45.41 | - |
| YUV | 73.1 | 189.45 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 182 | 0.89 | 0.57 | 0 | 0.29 | 218.15 | 0.8 | 0.4 |
| Hex | 14 | 4F | B6 | 59 | 39 | 0 | 1D | DA | 50 | 28 |
| Octal | 24 | 117 | 266 | 131 | 71 | 0 | 35 | 332 | 120 | 50 |
| Binary | 10100 | 1001111 | 10110110 | 1011001 | 111001 | 0 | 11101 | 11011010 | 1010000 | 101000 |
Color Harmonies of #144FB6
Complementary color
Monochromatic Colors of #144FB6
Black with #144FB6
Text Example
Text Example
White with #144FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144FB6; }
p { color: rgb(20,79,182); }
H1.HeaderClassName
{
color: #144FB6;
}
.AnyTagClassName
{
color: #144FB6;
}
</style>
background-color css
<style>
a { background-color: #144FB6; }
a { background-color: rgb(20,79,182); }
div.DivClassName
{
background-color: #144FB6;
}
.BgClassName
{
background-color: #144FB6;
}
</style>
border-color css
<style>
span { border-color: #144FB6; }
span { border-color: rgb(20,79,182); }
td.TdClassName
{
border-color: #144FB6;
}
.TagClassName
{
border-color: #144FB6;
}
</style>