Shades of Denim #1264CC
Tints of Denim #1264CC
RGB
CMYK
RGB Variations
Color information
#1264CC (or 0x1264CC) is known color: Denim. HEX triplet: 12, 64 and CC. RGB value is (18,100,204). Sum of RGB (Red+Green+Blue) = 18+100+204=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #1264CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1264CC is #ED9B33. Grayscale: #565656. Windows color (decimal): -15571764 or 13394962. OLE color: 13394962.
HSL color Cylindrical-coordinate representation of color #1264CC: hue angle of 213.55º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1264CC is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 100 | 204 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.2 |
| HSL | 213.55º | 0.84% | 0.44% | - |
| HSV(B) | 213.55º | 0.91% | 0.8% | - |
| XYZ | 15.71 | 13.6 | 58.92 | - |
| YUV | 87.34 | 193.83 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 100 | 204 | 0.91 | 0.51 | 0 | 0.2 | 213.55 | 0.84 | 0.44 |
| Hex | 12 | 64 | CC | 5B | 33 | 0 | 14 | D6 | 54 | 2C |
| Octal | 22 | 144 | 314 | 133 | 63 | 0 | 24 | 326 | 124 | 54 |
| Binary | 10010 | 1100100 | 11001100 | 1011011 | 110011 | 0 | 10100 | 11010110 | 1010100 | 101100 |
Color Harmonies of #1264CC
Complementary color
Monochromatic Colors of #1264CC
Black with #1264CC
Text Example
Text Example
White with #1264CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1264CC; }
p { color: rgb(18,100,204); }
H1.HeaderClassName
{
color: #1264CC;
}
.AnyTagClassName
{
color: #1264CC;
}
</style>
background-color css
<style>
a { background-color: #1264CC; }
a { background-color: rgb(18,100,204); }
div.DivClassName
{
background-color: #1264CC;
}
.BgClassName
{
background-color: #1264CC;
}
</style>
border-color css
<style>
span { border-color: #1264CC; }
span { border-color: rgb(18,100,204); }
td.TdClassName
{
border-color: #1264CC;
}
.TagClassName
{
border-color: #1264CC;
}
</style>