Shades of Denim #1266AE
Tints of Denim #1266AE
RGB
CMYK
RGB Variations
Color information
#1266AE (or 0x1266AE) is known color: Denim. HEX triplet: 12, 66 and AE. RGB value is (18,102,174). Sum of RGB (Red+Green+Blue) = 18+102+174=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #1266AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1266AE is #ED9951. Grayscale: #545454. Windows color (decimal): -15571282 or 11429394. OLE color: 11429394.
HSL color Cylindrical-coordinate representation of color #1266AE: hue angle of 207.69º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1266AE is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 102 | 174 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.32 |
| HSL | 207.69º | 0.81% | 0.38% | - |
| HSV(B) | 207.69º | 0.9% | 0.68% | - |
| XYZ | 12.64 | 12.69 | 41.83 | - |
| YUV | 85.09 | 178.17 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 174 | 0.90 | 0.41 | 0 | 0.32 | 207.69 | 0.81 | 0.38 |
| Hex | 12 | 66 | AE | 5A | 29 | 0 | 20 | D0 | 51 | 26 |
| Octal | 22 | 146 | 256 | 132 | 51 | 0 | 40 | 320 | 121 | 46 |
| Binary | 10010 | 1100110 | 10101110 | 1011010 | 101001 | 0 | 100000 | 11010000 | 1010001 | 100110 |
Color Harmonies of #1266AE
Complementary color
Monochromatic Colors of #1266AE
Black with #1266AE
Text Example
Text Example
White with #1266AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1266AE; }
p { color: rgb(18,102,174); }
H1.HeaderClassName
{
color: #1266AE;
}
.AnyTagClassName
{
color: #1266AE;
}
</style>
background-color css
<style>
a { background-color: #1266AE; }
a { background-color: rgb(18,102,174); }
div.DivClassName
{
background-color: #1266AE;
}
.BgClassName
{
background-color: #1266AE;
}
</style>
border-color css
<style>
span { border-color: #1266AE; }
span { border-color: rgb(18,102,174); }
td.TdClassName
{
border-color: #1266AE;
}
.TagClassName
{
border-color: #1266AE;
}
</style>