Shades of Denim #1464BB
Tints of Denim #1464BB
RGB
CMYK
RGB Variations
Color information
#1464BB (or 0x1464BB) is known color: Denim. HEX triplet: 14, 64 and BB. RGB value is (20,100,187). Sum of RGB (Red+Green+Blue) = 20+100+187=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #1464BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1464BB is #EB9B44. Grayscale: #555555. Windows color (decimal): -15440709 or 12280852. OLE color: 12280852.
HSL color Cylindrical-coordinate representation of color #1464BB: hue angle of 211.26º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1464BB is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 100 | 187 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.27 |
| HSL | 211.26º | 0.81% | 0.41% | - |
| HSV(B) | 211.26º | 0.89% | 0.73% | - |
| XYZ | 13.82 | 12.85 | 48.77 | - |
| YUV | 86 | 185 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 187 | 0.89 | 0.47 | 0 | 0.27 | 211.26 | 0.81 | 0.41 |
| Hex | 14 | 64 | BB | 59 | 2F | 0 | 1B | D3 | 51 | 29 |
| Octal | 24 | 144 | 273 | 131 | 57 | 0 | 33 | 323 | 121 | 51 |
| Binary | 10100 | 1100100 | 10111011 | 1011001 | 101111 | 0 | 11011 | 11010011 | 1010001 | 101001 |
Color Harmonies of #1464BB
Complementary color
Monochromatic Colors of #1464BB
Black with #1464BB
Text Example
Text Example
White with #1464BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1464BB; }
p { color: rgb(20,100,187); }
H1.HeaderClassName
{
color: #1464BB;
}
.AnyTagClassName
{
color: #1464BB;
}
</style>
background-color css
<style>
a { background-color: #1464BB; }
a { background-color: rgb(20,100,187); }
div.DivClassName
{
background-color: #1464BB;
}
.BgClassName
{
background-color: #1464BB;
}
</style>
border-color css
<style>
span { border-color: #1464BB; }
span { border-color: rgb(20,100,187); }
td.TdClassName
{
border-color: #1464BB;
}
.TagClassName
{
border-color: #1464BB;
}
</style>