Shades of Denim #1269AC
Tints of Denim #1269AC
RGB
CMYK
RGB Variations
Color information
#1269AC (or 0x1269AC) is known color: Denim. HEX triplet: 12, 69 and AC. RGB value is (18,105,172). Sum of RGB (Red+Green+Blue) = 18+105+172=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #1269AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1269AC is #ED9653. Grayscale: #565656. Windows color (decimal): -15570516 or 11299090. OLE color: 11299090.
HSL color Cylindrical-coordinate representation of color #1269AC: hue angle of 206.1º 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 #1269AC is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 105 | 172 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.33 |
| HSL | 206.1º | 0.81% | 0.37% | - |
| HSV(B) | 206.1º | 0.9% | 0.67% | - |
| XYZ | 12.75 | 13.21 | 40.91 | - |
| YUV | 86.63 | 176.18 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 105 | 172 | 0.90 | 0.39 | 0 | 0.33 | 206.1 | 0.81 | 0.37 |
| Hex | 12 | 69 | AC | 5A | 27 | 0 | 21 | CE | 51 | 25 |
| Octal | 22 | 151 | 254 | 132 | 47 | 0 | 41 | 316 | 121 | 45 |
| Binary | 10010 | 1101001 | 10101100 | 1011010 | 100111 | 0 | 100001 | 11001110 | 1010001 | 100101 |
Color Harmonies of #1269AC
Complementary color
Monochromatic Colors of #1269AC
Black with #1269AC
Text Example
Text Example
White with #1269AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1269AC; }
p { color: rgb(18,105,172); }
H1.HeaderClassName
{
color: #1269AC;
}
.AnyTagClassName
{
color: #1269AC;
}
</style>
background-color css
<style>
a { background-color: #1269AC; }
a { background-color: rgb(18,105,172); }
div.DivClassName
{
background-color: #1269AC;
}
.BgClassName
{
background-color: #1269AC;
}
</style>
border-color css
<style>
span { border-color: #1269AC; }
span { border-color: rgb(18,105,172); }
td.TdClassName
{
border-color: #1269AC;
}
.TagClassName
{
border-color: #1269AC;
}
</style>