Shades of Denim #1465BB
Tints of Denim #1465BB
RGB
CMYK
RGB Variations
Color information
#1465BB (or 0x1465BB) is known color: Denim. HEX triplet: 14, 65 and BB. RGB value is (20,101,187). Sum of RGB (Red+Green+Blue) = 20+101+187=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #1465BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1465BB is #EB9A44. Grayscale: #565656. Windows color (decimal): -15440453 or 12281108. OLE color: 12281108.
HSL color Cylindrical-coordinate representation of color #1465BB: hue angle of 210.9º 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 #1465BB is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 101 | 187 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.27 |
| HSL | 210.9º | 0.81% | 0.41% | - |
| HSV(B) | 210.9º | 0.89% | 0.73% | - |
| XYZ | 13.91 | 13.04 | 48.8 | - |
| YUV | 86.59 | 184.66 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 187 | 0.89 | 0.46 | 0 | 0.27 | 210.9 | 0.81 | 0.41 |
| Hex | 14 | 65 | BB | 59 | 2E | 0 | 1B | D3 | 51 | 29 |
| Octal | 24 | 145 | 273 | 131 | 56 | 0 | 33 | 323 | 121 | 51 |
| Binary | 10100 | 1100101 | 10111011 | 1011001 | 101110 | 0 | 11011 | 11010011 | 1010001 | 101001 |
Color Harmonies of #1465BB
Complementary color
Monochromatic Colors of #1465BB
Black with #1465BB
Text Example
Text Example
White with #1465BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1465BB; }
p { color: rgb(20,101,187); }
H1.HeaderClassName
{
color: #1465BB;
}
.AnyTagClassName
{
color: #1465BB;
}
</style>
background-color css
<style>
a { background-color: #1465BB; }
a { background-color: rgb(20,101,187); }
div.DivClassName
{
background-color: #1465BB;
}
.BgClassName
{
background-color: #1465BB;
}
</style>
border-color css
<style>
span { border-color: #1465BB; }
span { border-color: rgb(20,101,187); }
td.TdClassName
{
border-color: #1465BB;
}
.TagClassName
{
border-color: #1465BB;
}
</style>