Shades of Denim #1266B3
Tints of Denim #1266B3
RGB
CMYK
RGB Variations
Color information
#1266B3 (or 0x1266B3) is known color: Denim. HEX triplet: 12, 66 and B3. RGB value is (18,102,179). Sum of RGB (Red+Green+Blue) = 18+102+179=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 179 (70.31% from 255 or 59.87% from 299); Max value from RGB is 179 - color contains mainly: blue. Hex color #1266B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1266B3 is #ED994C. Grayscale: #555555. Windows color (decimal): -15571277 or 11757074. OLE color: 11757074.
HSL color Cylindrical-coordinate representation of color #1266B3: hue angle of 208.7º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1266B3 is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 102 | 179 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.30 |
| HSL | 208.7º | 0.82% | 0.39% | - |
| HSV(B) | 208.7º | 0.9% | 0.7% | - |
| XYZ | 13.14 | 12.89 | 44.44 | - |
| YUV | 85.66 | 180.67 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 179 | 0.90 | 0.43 | 0 | 0.30 | 208.7 | 0.82 | 0.39 |
| Hex | 12 | 66 | B3 | 5A | 2B | 0 | 1E | D1 | 52 | 27 |
| Octal | 22 | 146 | 263 | 132 | 53 | 0 | 36 | 321 | 122 | 47 |
| Binary | 10010 | 1100110 | 10110011 | 1011010 | 101011 | 0 | 11110 | 11010001 | 1010010 | 100111 |
Color Harmonies of #1266B3
Complementary color
Monochromatic Colors of #1266B3
Black with #1266B3
Text Example
Text Example
White with #1266B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1266B3; }
p { color: rgb(18,102,179); }
H1.HeaderClassName
{
color: #1266B3;
}
.AnyTagClassName
{
color: #1266B3;
}
</style>
background-color css
<style>
a { background-color: #1266B3; }
a { background-color: rgb(18,102,179); }
div.DivClassName
{
background-color: #1266B3;
}
.BgClassName
{
background-color: #1266B3;
}
</style>
border-color css
<style>
span { border-color: #1266B3; }
span { border-color: rgb(18,102,179); }
td.TdClassName
{
border-color: #1266B3;
}
.TagClassName
{
border-color: #1266B3;
}
</style>