Shades of Denim #1264CE
Tints of Denim #1264CE
RGB
CMYK
RGB Variations
Color information
#1264CE (or 0x1264CE) is known color: Denim. HEX triplet: 12, 64 and CE. RGB value is (18,100,206). Sum of RGB (Red+Green+Blue) = 18+100+206=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #1264CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1264CE is #ED9B31. Grayscale: #575757. Windows color (decimal): -15571762 or 13526034. OLE color: 13526034.
HSL color Cylindrical-coordinate representation of color #1264CE: hue angle of 213.83º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1264CE is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 100 | 206 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.19 |
| HSL | 213.83º | 0.84% | 0.44% | - |
| HSV(B) | 213.83º | 0.91% | 0.81% | - |
| XYZ | 15.95 | 13.7 | 60.2 | - |
| YUV | 87.57 | 194.83 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 100 | 206 | 0.91 | 0.51 | 0 | 0.19 | 213.83 | 0.84 | 0.44 |
| Hex | 12 | 64 | CE | 5B | 33 | 0 | 13 | D6 | 54 | 2C |
| Octal | 22 | 144 | 316 | 133 | 63 | 0 | 23 | 326 | 124 | 54 |
| Binary | 10010 | 1100100 | 11001110 | 1011011 | 110011 | 0 | 10011 | 11010110 | 1010100 | 101100 |
Color Harmonies of #1264CE
Complementary color
Monochromatic Colors of #1264CE
Black with #1264CE
Text Example
Text Example
White with #1264CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1264CE; }
p { color: rgb(18,100,206); }
H1.HeaderClassName
{
color: #1264CE;
}
.AnyTagClassName
{
color: #1264CE;
}
</style>
background-color css
<style>
a { background-color: #1264CE; }
a { background-color: rgb(18,100,206); }
div.DivClassName
{
background-color: #1264CE;
}
.BgClassName
{
background-color: #1264CE;
}
</style>
border-color css
<style>
span { border-color: #1264CE; }
span { border-color: rgb(18,100,206); }
td.TdClassName
{
border-color: #1264CE;
}
.TagClassName
{
border-color: #1264CE;
}
</style>