Shades of Denim #1463BF
Tints of Denim #1463BF
RGB
CMYK
RGB Variations
Color information
#1463BF (or 0x1463BF) is known color: Denim. HEX triplet: 14, 63 and BF. RGB value is (20,99,191). Sum of RGB (Red+Green+Blue) = 20+99+191=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #1463BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1463BF is #EB9C40. Grayscale: #555555. Windows color (decimal): -15440961 or 12542740. OLE color: 12542740.
HSL color Cylindrical-coordinate representation of color #1463BF: hue angle of 212.28º 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 #1463BF is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 99 | 191 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.25 |
| HSL | 212.28º | 0.81% | 0.41% | - |
| HSV(B) | 212.28º | 0.9% | 0.75% | - |
| XYZ | 14.15 | 12.83 | 51.02 | - |
| YUV | 85.87 | 187.33 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 191 | 0.90 | 0.48 | 0 | 0.25 | 212.28 | 0.81 | 0.41 |
| Hex | 14 | 63 | BF | 5A | 30 | 0 | 19 | D4 | 51 | 29 |
| Octal | 24 | 143 | 277 | 132 | 60 | 0 | 31 | 324 | 121 | 51 |
| Binary | 10100 | 1100011 | 10111111 | 1011010 | 110000 | 0 | 11001 | 11010100 | 1010001 | 101001 |
Color Harmonies of #1463BF
Complementary color
Monochromatic Colors of #1463BF
Black with #1463BF
Text Example
Text Example
White with #1463BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1463BF; }
p { color: rgb(20,99,191); }
H1.HeaderClassName
{
color: #1463BF;
}
.AnyTagClassName
{
color: #1463BF;
}
</style>
background-color css
<style>
a { background-color: #1463BF; }
a { background-color: rgb(20,99,191); }
div.DivClassName
{
background-color: #1463BF;
}
.BgClassName
{
background-color: #1463BF;
}
</style>
border-color css
<style>
span { border-color: #1463BF; }
span { border-color: rgb(20,99,191); }
td.TdClassName
{
border-color: #1463BF;
}
.TagClassName
{
border-color: #1463BF;
}
</style>