Shades of Denim #1264AD
Tints of Denim #1264AD
RGB
CMYK
RGB Variations
Color information
#1264AD (or 0x1264AD) is known color: Denim. HEX triplet: 12, 64 and AD. RGB value is (18,100,173). Sum of RGB (Red+Green+Blue) = 18+100+173=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #1264AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1264AD is #ED9B52. Grayscale: #535353. Windows color (decimal): -15571795 or 11363346. OLE color: 11363346.
HSL color Cylindrical-coordinate representation of color #1264AD: hue angle of 208.26º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1264AD is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 100 | 173 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.32 |
| HSL | 208.26º | 0.81% | 0.37% | - |
| HSV(B) | 208.26º | 0.9% | 0.68% | - |
| XYZ | 12.35 | 12.26 | 41.25 | - |
| YUV | 83.8 | 178.33 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 100 | 173 | 0.90 | 0.42 | 0 | 0.32 | 208.26 | 0.81 | 0.37 |
| Hex | 12 | 64 | AD | 5A | 2A | 0 | 20 | D0 | 51 | 25 |
| Octal | 22 | 144 | 255 | 132 | 52 | 0 | 40 | 320 | 121 | 45 |
| Binary | 10010 | 1100100 | 10101101 | 1011010 | 101010 | 0 | 100000 | 11010000 | 1010001 | 100101 |
Color Harmonies of #1264AD
Complementary color
Monochromatic Colors of #1264AD
Black with #1264AD
Text Example
Text Example
White with #1264AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1264AD; }
p { color: rgb(18,100,173); }
H1.HeaderClassName
{
color: #1264AD;
}
.AnyTagClassName
{
color: #1264AD;
}
</style>
background-color css
<style>
a { background-color: #1264AD; }
a { background-color: rgb(18,100,173); }
div.DivClassName
{
background-color: #1264AD;
}
.BgClassName
{
background-color: #1264AD;
}
</style>
border-color css
<style>
span { border-color: #1264AD; }
span { border-color: rgb(18,100,173); }
td.TdClassName
{
border-color: #1264AD;
}
.TagClassName
{
border-color: #1264AD;
}
</style>