Shades of Denim #1467AE
Tints of Denim #1467AE
RGB
CMYK
RGB Variations
Color information
#1467AE (or 0x1467AE) is known color: Denim. HEX triplet: 14, 67 and AE. RGB value is (20,103,174). Sum of RGB (Red+Green+Blue) = 20+103+174=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #1467AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1467AE is #EB9851. Grayscale: #555555. Windows color (decimal): -15439954 or 11429652. OLE color: 11429652.
HSL color Cylindrical-coordinate representation of color #1467AE: hue angle of 207.66º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1467AE is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 103 | 174 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.32 |
| HSL | 207.66º | 0.79% | 0.38% | - |
| HSV(B) | 207.66º | 0.89% | 0.68% | - |
| XYZ | 12.78 | 12.91 | 41.86 | - |
| YUV | 86.28 | 177.5 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 103 | 174 | 0.89 | 0.41 | 0 | 0.32 | 207.66 | 0.79 | 0.38 |
| Hex | 14 | 67 | AE | 59 | 29 | 0 | 20 | D0 | 4F | 26 |
| Octal | 24 | 147 | 256 | 131 | 51 | 0 | 40 | 320 | 117 | 46 |
| Binary | 10100 | 1100111 | 10101110 | 1011001 | 101001 | 0 | 100000 | 11010000 | 1001111 | 100110 |
Color Harmonies of #1467AE
Complementary color
Monochromatic Colors of #1467AE
Black with #1467AE
Text Example
Text Example
White with #1467AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1467AE; }
p { color: rgb(20,103,174); }
H1.HeaderClassName
{
color: #1467AE;
}
.AnyTagClassName
{
color: #1467AE;
}
</style>
background-color css
<style>
a { background-color: #1467AE; }
a { background-color: rgb(20,103,174); }
div.DivClassName
{
background-color: #1467AE;
}
.BgClassName
{
background-color: #1467AE;
}
</style>
border-color css
<style>
span { border-color: #1467AE; }
span { border-color: rgb(20,103,174); }
td.TdClassName
{
border-color: #1467AE;
}
.TagClassName
{
border-color: #1467AE;
}
</style>