Shades of Denim #1266BA
Tints of Denim #1266BA
RGB
CMYK
RGB Variations
Color information
#1266BA (or 0x1266BA) is known color: Denim. HEX triplet: 12, 66 and BA. RGB value is (18,102,186). Sum of RGB (Red+Green+Blue) = 18+102+186=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #1266BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1266BA is #ED9945. Grayscale: #565656. Windows color (decimal): -15571270 or 12215826. OLE color: 12215826.
HSL color Cylindrical-coordinate representation of color #1266BA: hue angle of 210º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1266BA is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 102 | 186 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.27 |
| HSL | 210º | 0.82% | 0.4% | - |
| HSV(B) | 210º | 0.9% | 0.73% | - |
| XYZ | 13.86 | 13.18 | 48.27 | - |
| YUV | 86.46 | 184.17 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 186 | 0.90 | 0.45 | 0 | 0.27 | 210 | 0.82 | 0.4 |
| Hex | 12 | 66 | BA | 5A | 2D | 0 | 1B | D2 | 52 | 28 |
| Octal | 22 | 146 | 272 | 132 | 55 | 0 | 33 | 322 | 122 | 50 |
| Binary | 10010 | 1100110 | 10111010 | 1011010 | 101101 | 0 | 11011 | 11010010 | 1010010 | 101000 |
Color Harmonies of #1266BA
Complementary color
Monochromatic Colors of #1266BA
Black with #1266BA
Text Example
Text Example
White with #1266BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1266BA; }
p { color: rgb(18,102,186); }
H1.HeaderClassName
{
color: #1266BA;
}
.AnyTagClassName
{
color: #1266BA;
}
</style>
background-color css
<style>
a { background-color: #1266BA; }
a { background-color: rgb(18,102,186); }
div.DivClassName
{
background-color: #1266BA;
}
.BgClassName
{
background-color: #1266BA;
}
</style>
border-color css
<style>
span { border-color: #1266BA; }
span { border-color: rgb(18,102,186); }
td.TdClassName
{
border-color: #1266BA;
}
.TagClassName
{
border-color: #1266BA;
}
</style>