Shades of Denim #1E65D8
Tints of Denim #1E65D8
RGB
CMYK
RGB Variations
Color information
#1E65D8 (or 0x1E65D8) is known color: Denim. HEX triplet: 1E, 65 and D8. RGB value is (30,101,216). Sum of RGB (Red+Green+Blue) = 30+101+216=347 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.65% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 216 (84.77% from 255 or 62.25% from 347); Max value from RGB is 216 - color contains mainly: blue. Hex color #1E65D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E65D8 is #E19A27. Grayscale: #5C5C5C. Windows color (decimal): -14785064 or 14181662. OLE color: 14181662.
HSL color Cylindrical-coordinate representation of color #1E65D8: hue angle of 217.1º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E65D8 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 101 | 216 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.15 |
| HSL | 217.1º | 0.76% | 0.48% | - |
| HSV(B) | 217.1º | 0.86% | 0.85% | - |
| XYZ | 17.58 | 14.54 | 66.85 | - |
| YUV | 92.88 | 197.48 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 101 | 216 | 0.86 | 0.53 | 0 | 0.15 | 217.1 | 0.76 | 0.48 |
| Hex | 1E | 65 | D8 | 56 | 35 | 0 | F | D9 | 4C | 30 |
| Octal | 36 | 145 | 330 | 126 | 65 | 0 | 17 | 331 | 114 | 60 |
| Binary | 11110 | 1100101 | 11011000 | 1010110 | 110101 | 0 | 1111 | 11011001 | 1001100 | 110000 |
Color Harmonies of #1E65D8
Complementary color
Monochromatic Colors of #1E65D8
Black with #1E65D8
Text Example
Text Example
White with #1E65D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E65D8; }
p { color: rgb(30,101,216); }
H1.HeaderClassName
{
color: #1E65D8;
}
.AnyTagClassName
{
color: #1E65D8;
}
</style>
background-color css
<style>
a { background-color: #1E65D8; }
a { background-color: rgb(30,101,216); }
div.DivClassName
{
background-color: #1E65D8;
}
.BgClassName
{
background-color: #1E65D8;
}
</style>
border-color css
<style>
span { border-color: #1E65D8; }
span { border-color: rgb(30,101,216); }
td.TdClassName
{
border-color: #1E65D8;
}
.TagClassName
{
border-color: #1E65D8;
}
</style>