Shades of Denim #1E60BB
Tints of Denim #1E60BB
RGB
CMYK
RGB Variations
Color information
#1E60BB (or 0x1E60BB) is known color: Denim. HEX triplet: 1E, 60 and BB. RGB value is (30,96,187). Sum of RGB (Red+Green+Blue) = 30+96+187=313 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.58% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #1E60BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E60BB is #E19F44. Grayscale: #565656. Windows color (decimal): -14786373 or 12279838. OLE color: 12279838.
HSL color Cylindrical-coordinate representation of color #1E60BB: hue angle of 214.78º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E60BB is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 96 | 187 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.27 |
| HSL | 214.78º | 0.72% | 0.43% | - |
| HSV(B) | 214.78º | 0.84% | 0.73% | - |
| XYZ | 13.69 | 12.23 | 48.65 | - |
| YUV | 86.64 | 184.63 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 96 | 187 | 0.84 | 0.49 | 0 | 0.27 | 214.78 | 0.72 | 0.43 |
| Hex | 1E | 60 | BB | 54 | 31 | 0 | 1B | D7 | 48 | 2B |
| Octal | 36 | 140 | 273 | 124 | 61 | 0 | 33 | 327 | 110 | 53 |
| Binary | 11110 | 1100000 | 10111011 | 1010100 | 110001 | 0 | 11011 | 11010111 | 1001000 | 101011 |
Color Harmonies of #1E60BB
Complementary color
Monochromatic Colors of #1E60BB
Black with #1E60BB
Text Example
Text Example
White with #1E60BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E60BB; }
p { color: rgb(30,96,187); }
H1.HeaderClassName
{
color: #1E60BB;
}
.AnyTagClassName
{
color: #1E60BB;
}
</style>
background-color css
<style>
a { background-color: #1E60BB; }
a { background-color: rgb(30,96,187); }
div.DivClassName
{
background-color: #1E60BB;
}
.BgClassName
{
background-color: #1E60BB;
}
</style>
border-color css
<style>
span { border-color: #1E60BB; }
span { border-color: rgb(30,96,187); }
td.TdClassName
{
border-color: #1E60BB;
}
.TagClassName
{
border-color: #1E60BB;
}
</style>