Shades of Denim #1265CE
Tints of Denim #1265CE
RGB
CMYK
RGB Variations
Color information
#1265CE (or 0x1265CE) is known color: Denim. HEX triplet: 12, 65 and CE. RGB value is (18,101,206). Sum of RGB (Red+Green+Blue) = 18+101+206=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #1265CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1265CE is #ED9A31. Grayscale: #575757. Windows color (decimal): -15571506 or 13526290. OLE color: 13526290.
HSL color Cylindrical-coordinate representation of color #1265CE: hue angle of 213.51º 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 #1265CE is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 101 | 206 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.19 |
| HSL | 213.51º | 0.84% | 0.44% | - |
| HSV(B) | 213.51º | 0.91% | 0.81% | - |
| XYZ | 16.04 | 13.89 | 60.23 | - |
| YUV | 88.15 | 194.5 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 101 | 206 | 0.91 | 0.51 | 0 | 0.19 | 213.51 | 0.84 | 0.44 |
| Hex | 12 | 65 | CE | 5B | 33 | 0 | 13 | D6 | 54 | 2C |
| Octal | 22 | 145 | 316 | 133 | 63 | 0 | 23 | 326 | 124 | 54 |
| Binary | 10010 | 1100101 | 11001110 | 1011011 | 110011 | 0 | 10011 | 11010110 | 1010100 | 101100 |
Color Harmonies of #1265CE
Complementary color
Monochromatic Colors of #1265CE
Black with #1265CE
Text Example
Text Example
White with #1265CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1265CE; }
p { color: rgb(18,101,206); }
H1.HeaderClassName
{
color: #1265CE;
}
.AnyTagClassName
{
color: #1265CE;
}
</style>
background-color css
<style>
a { background-color: #1265CE; }
a { background-color: rgb(18,101,206); }
div.DivClassName
{
background-color: #1265CE;
}
.BgClassName
{
background-color: #1265CE;
}
</style>
border-color css
<style>
span { border-color: #1265CE; }
span { border-color: rgb(18,101,206); }
td.TdClassName
{
border-color: #1265CE;
}
.TagClassName
{
border-color: #1265CE;
}
</style>