Shades of Denim #1464BF
Tints of Denim #1464BF
RGB
CMYK
RGB Variations
Color information
#1464BF (or 0x1464BF) is known color: Denim. HEX triplet: 14, 64 and BF. RGB value is (20,100,191). Sum of RGB (Red+Green+Blue) = 20+100+191=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #1464BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1464BF is #EB9B40. Grayscale: #565656. Windows color (decimal): -15440705 or 12542996. OLE color: 12542996.
HSL color Cylindrical-coordinate representation of color #1464BF: hue angle of 211.93º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1464BF is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 100 | 191 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.25 |
| HSL | 211.93º | 0.81% | 0.41% | - |
| HSV(B) | 211.93º | 0.9% | 0.75% | - |
| XYZ | 14.25 | 13.02 | 51.05 | - |
| YUV | 86.45 | 187 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 191 | 0.90 | 0.48 | 0 | 0.25 | 211.93 | 0.81 | 0.41 |
| Hex | 14 | 64 | BF | 5A | 30 | 0 | 19 | D4 | 51 | 29 |
| Octal | 24 | 144 | 277 | 132 | 60 | 0 | 31 | 324 | 121 | 51 |
| Binary | 10100 | 1100100 | 10111111 | 1011010 | 110000 | 0 | 11001 | 11010100 | 1010001 | 101001 |
Color Harmonies of #1464BF
Complementary color
Monochromatic Colors of #1464BF
Black with #1464BF
Text Example
Text Example
White with #1464BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1464BF; }
p { color: rgb(20,100,191); }
H1.HeaderClassName
{
color: #1464BF;
}
.AnyTagClassName
{
color: #1464BF;
}
</style>
background-color css
<style>
a { background-color: #1464BF; }
a { background-color: rgb(20,100,191); }
div.DivClassName
{
background-color: #1464BF;
}
.BgClassName
{
background-color: #1464BF;
}
</style>
border-color css
<style>
span { border-color: #1464BF; }
span { border-color: rgb(20,100,191); }
td.TdClassName
{
border-color: #1464BF;
}
.TagClassName
{
border-color: #1464BF;
}
</style>