Shades of Denim #144FB5
Tints of Denim #144FB5
RGB
CMYK
RGB Variations
Color information
#144FB5 (or 0x144FB5) is known color: Denim. HEX triplet: 14, 4F and B5. RGB value is (20,79,181). Sum of RGB (Red+Green+Blue) = 20+79+181=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 181 (71.09% from 255 or 64.64% from 280); Max value from RGB is 181 - color contains mainly: blue. Hex color #144FB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144FB5 is #EBB04A. Grayscale: #484848. Windows color (decimal): -15446091 or 11882260. OLE color: 11882260.
HSL color Cylindrical-coordinate representation of color #144FB5: hue angle of 218.01º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #144FB5 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 79 | 181 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.29 |
| HSL | 218.01º | 0.8% | 0.39% | - |
| HSV(B) | 218.01º | 0.89% | 0.71% | - |
| XYZ | 11.42 | 9.08 | 44.87 | - |
| YUV | 72.99 | 188.95 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 181 | 0.89 | 0.56 | 0 | 0.29 | 218.01 | 0.8 | 0.39 |
| Hex | 14 | 4F | B5 | 59 | 38 | 0 | 1D | DA | 50 | 27 |
| Octal | 24 | 117 | 265 | 131 | 70 | 0 | 35 | 332 | 120 | 47 |
| Binary | 10100 | 1001111 | 10110101 | 1011001 | 111000 | 0 | 11101 | 11011010 | 1010000 | 100111 |
Color Harmonies of #144FB5
Complementary color
Monochromatic Colors of #144FB5
Black with #144FB5
Text Example
Text Example
White with #144FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144FB5; }
p { color: rgb(20,79,181); }
H1.HeaderClassName
{
color: #144FB5;
}
.AnyTagClassName
{
color: #144FB5;
}
</style>
background-color css
<style>
a { background-color: #144FB5; }
a { background-color: rgb(20,79,181); }
div.DivClassName
{
background-color: #144FB5;
}
.BgClassName
{
background-color: #144FB5;
}
</style>
border-color css
<style>
span { border-color: #144FB5; }
span { border-color: rgb(20,79,181); }
td.TdClassName
{
border-color: #144FB5;
}
.TagClassName
{
border-color: #144FB5;
}
</style>