Shades of Denim #144BBA
Tints of Denim #144BBA
RGB
CMYK
RGB Variations
Color information
#144BBA (or 0x144BBA) is known color: Denim. HEX triplet: 14, 4B and BA. RGB value is (20,75,186). Sum of RGB (Red+Green+Blue) = 20+75+186=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #144BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BBA is #EBB445. Grayscale: #464646. Windows color (decimal): -15447110 or 12208916. OLE color: 12208916.
HSL color Cylindrical-coordinate representation of color #144BBA: hue angle of 220.12º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #144BBA is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 75 | 186 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.27 |
| HSL | 220.12º | 0.81% | 0.4% | - |
| HSV(B) | 220.12º | 0.89% | 0.73% | - |
| XYZ | 11.67 | 8.73 | 47.52 | - |
| YUV | 71.21 | 192.78 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 186 | 0.89 | 0.60 | 0 | 0.27 | 220.12 | 0.81 | 0.4 |
| Hex | 14 | 4B | BA | 59 | 3C | 0 | 1B | DC | 51 | 28 |
| Octal | 24 | 113 | 272 | 131 | 74 | 0 | 33 | 334 | 121 | 50 |
| Binary | 10100 | 1001011 | 10111010 | 1011001 | 111100 | 0 | 11011 | 11011100 | 1010001 | 101000 |
Color Harmonies of #144BBA
Complementary color
Monochromatic Colors of #144BBA
Black with #144BBA
Text Example
Text Example
White with #144BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144BBA; }
p { color: rgb(20,75,186); }
H1.HeaderClassName
{
color: #144BBA;
}
.AnyTagClassName
{
color: #144BBA;
}
</style>
background-color css
<style>
a { background-color: #144BBA; }
a { background-color: rgb(20,75,186); }
div.DivClassName
{
background-color: #144BBA;
}
.BgClassName
{
background-color: #144BBA;
}
</style>
border-color css
<style>
span { border-color: #144BBA; }
span { border-color: rgb(20,75,186); }
td.TdClassName
{
border-color: #144BBA;
}
.TagClassName
{
border-color: #144BBA;
}
</style>