Shades of Denim #1E6BDC
Tints of Denim #1E6BDC
RGB
CMYK
RGB Variations
Color information
#1E6BDC (or 0x1E6BDC) is known color: Denim. HEX triplet: 1E, 6B and DC. RGB value is (30,107,220). Sum of RGB (Red+Green+Blue) = 30+107+220=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #1E6BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6BDC is #E19423. Grayscale: #606060. Windows color (decimal): -14783524 or 14445342. OLE color: 14445342.
HSL color Cylindrical-coordinate representation of color #1E6BDC: hue angle of 215.68º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E6BDC is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 107 | 220 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.14 |
| HSL | 215.68º | 0.76% | 0.49% | - |
| HSV(B) | 215.68º | 0.86% | 0.86% | - |
| XYZ | 18.71 | 15.96 | 69.8 | - |
| YUV | 96.86 | 197.49 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 107 | 220 | 0.86 | 0.51 | 0 | 0.14 | 215.68 | 0.76 | 0.49 |
| Hex | 1E | 6B | DC | 56 | 33 | 0 | E | D8 | 4C | 31 |
| Octal | 36 | 153 | 334 | 126 | 63 | 0 | 16 | 330 | 114 | 61 |
| Binary | 11110 | 1101011 | 11011100 | 1010110 | 110011 | 0 | 1110 | 11011000 | 1001100 | 110001 |
Color Harmonies of #1E6BDC
Complementary color
Monochromatic Colors of #1E6BDC
Black with #1E6BDC
Text Example
Text Example
White with #1E6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6BDC; }
p { color: rgb(30,107,220); }
H1.HeaderClassName
{
color: #1E6BDC;
}
.AnyTagClassName
{
color: #1E6BDC;
}
</style>
background-color css
<style>
a { background-color: #1E6BDC; }
a { background-color: rgb(30,107,220); }
div.DivClassName
{
background-color: #1E6BDC;
}
.BgClassName
{
background-color: #1E6BDC;
}
</style>
border-color css
<style>
span { border-color: #1E6BDC; }
span { border-color: rgb(30,107,220); }
td.TdClassName
{
border-color: #1E6BDC;
}
.TagClassName
{
border-color: #1E6BDC;
}
</style>