Shades of Denim #1266CB
Tints of Denim #1266CB
RGB
CMYK
RGB Variations
Color information
#1266CB (or 0x1266CB) is known color: Denim. HEX triplet: 12, 66 and CB. RGB value is (18,102,203). Sum of RGB (Red+Green+Blue) = 18+102+203=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #1266CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1266CB is #ED9934. Grayscale: #575757. Windows color (decimal): -15571253 or 13329938. OLE color: 13329938.
HSL color Cylindrical-coordinate representation of color #1266CB: hue angle of 212.76º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1266CB is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 102 | 203 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.20 |
| HSL | 212.76º | 0.84% | 0.43% | - |
| HSV(B) | 212.76º | 0.91% | 0.8% | - |
| XYZ | 15.78 | 13.94 | 58.36 | - |
| YUV | 88.4 | 192.67 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 203 | 0.91 | 0.50 | 0 | 0.20 | 212.76 | 0.84 | 0.43 |
| Hex | 12 | 66 | CB | 5B | 32 | 0 | 14 | D5 | 54 | 2B |
| Octal | 22 | 146 | 313 | 133 | 62 | 0 | 24 | 325 | 124 | 53 |
| Binary | 10010 | 1100110 | 11001011 | 1011011 | 110010 | 0 | 10100 | 11010101 | 1010100 | 101011 |
Color Harmonies of #1266CB
Complementary color
Monochromatic Colors of #1266CB
Black with #1266CB
Text Example
Text Example
White with #1266CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1266CB; }
p { color: rgb(18,102,203); }
H1.HeaderClassName
{
color: #1266CB;
}
.AnyTagClassName
{
color: #1266CB;
}
</style>
background-color css
<style>
a { background-color: #1266CB; }
a { background-color: rgb(18,102,203); }
div.DivClassName
{
background-color: #1266CB;
}
.BgClassName
{
background-color: #1266CB;
}
</style>
border-color css
<style>
span { border-color: #1266CB; }
span { border-color: rgb(18,102,203); }
td.TdClassName
{
border-color: #1266CB;
}
.TagClassName
{
border-color: #1266CB;
}
</style>