Shades of Denim #1463B0
Tints of Denim #1463B0
RGB
CMYK
RGB Variations
Color information
#1463B0 (or 0x1463B0) is known color: Denim. HEX triplet: 14, 63 and B0. RGB value is (20,99,176). Sum of RGB (Red+Green+Blue) = 20+99+176=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 176 (69.14% from 255 or 59.66% from 295); Max value from RGB is 176 - color contains mainly: blue. Hex color #1463B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1463B0 is #EB9C4F. Grayscale: #535353. Windows color (decimal): -15440976 or 11559700. OLE color: 11559700.
HSL color Cylindrical-coordinate representation of color #1463B0: hue angle of 209.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1463B0 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 99 | 176 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.31 |
| HSL | 209.62º | 0.8% | 0.38% | - |
| HSV(B) | 209.62º | 0.89% | 0.69% | - |
| XYZ | 12.59 | 12.21 | 42.77 | - |
| YUV | 84.16 | 179.83 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 176 | 0.89 | 0.44 | 0 | 0.31 | 209.62 | 0.8 | 0.38 |
| Hex | 14 | 63 | B0 | 59 | 2C | 0 | 1F | D2 | 50 | 26 |
| Octal | 24 | 143 | 260 | 131 | 54 | 0 | 37 | 322 | 120 | 46 |
| Binary | 10100 | 1100011 | 10110000 | 1011001 | 101100 | 0 | 11111 | 11010010 | 1010000 | 100110 |
Color Harmonies of #1463B0
Complementary color
Monochromatic Colors of #1463B0
Black with #1463B0
Text Example
Text Example
White with #1463B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1463B0; }
p { color: rgb(20,99,176); }
H1.HeaderClassName
{
color: #1463B0;
}
.AnyTagClassName
{
color: #1463B0;
}
</style>
background-color css
<style>
a { background-color: #1463B0; }
a { background-color: rgb(20,99,176); }
div.DivClassName
{
background-color: #1463B0;
}
.BgClassName
{
background-color: #1463B0;
}
</style>
border-color css
<style>
span { border-color: #1463B0; }
span { border-color: rgb(20,99,176); }
td.TdClassName
{
border-color: #1463B0;
}
.TagClassName
{
border-color: #1463B0;
}
</style>