Shades of Denim #1268AC
Tints of Denim #1268AC
RGB
CMYK
RGB Variations
Color information
#1268AC (or 0x1268AC) is known color: Denim. HEX triplet: 12, 68 and AC. RGB value is (18,104,172). Sum of RGB (Red+Green+Blue) = 18+104+172=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #1268AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1268AC is #ED9753. Grayscale: #555555. Windows color (decimal): -15570772 or 11298834. OLE color: 11298834.
HSL color Cylindrical-coordinate representation of color #1268AC: hue angle of 206.49º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1268AC is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 104 | 172 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.33 |
| HSL | 206.49º | 0.81% | 0.37% | - |
| HSV(B) | 206.49º | 0.9% | 0.67% | - |
| XYZ | 12.65 | 13.01 | 40.87 | - |
| YUV | 86.04 | 176.51 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 104 | 172 | 0.90 | 0.40 | 0 | 0.33 | 206.49 | 0.81 | 0.37 |
| Hex | 12 | 68 | AC | 5A | 28 | 0 | 21 | CE | 51 | 25 |
| Octal | 22 | 150 | 254 | 132 | 50 | 0 | 41 | 316 | 121 | 45 |
| Binary | 10010 | 1101000 | 10101100 | 1011010 | 101000 | 0 | 100001 | 11001110 | 1010001 | 100101 |
Color Harmonies of #1268AC
Complementary color
Monochromatic Colors of #1268AC
Black with #1268AC
Text Example
Text Example
White with #1268AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1268AC; }
p { color: rgb(18,104,172); }
H1.HeaderClassName
{
color: #1268AC;
}
.AnyTagClassName
{
color: #1268AC;
}
</style>
background-color css
<style>
a { background-color: #1268AC; }
a { background-color: rgb(18,104,172); }
div.DivClassName
{
background-color: #1268AC;
}
.BgClassName
{
background-color: #1268AC;
}
</style>
border-color css
<style>
span { border-color: #1268AC; }
span { border-color: rgb(18,104,172); }
td.TdClassName
{
border-color: #1268AC;
}
.TagClassName
{
border-color: #1268AC;
}
</style>