Shades of Denim #1E6CB1
Tints of Denim #1E6CB1
RGB
CMYK
RGB Variations
Color information
#1E6CB1 (or 0x1E6CB1) is known color: Denim. HEX triplet: 1E, 6C and B1. RGB value is (30,108,177). Sum of RGB (Red+Green+Blue) = 30+108+177=315 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.52% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 177 (69.53% from 255 or 56.19% from 315); Max value from RGB is 177 - color contains mainly: blue. Hex color #1E6CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6CB1 is #E1934E. Grayscale: #5C5C5C. Windows color (decimal): -14783311 or 11627550. OLE color: 11627550.
HSL color Cylindrical-coordinate representation of color #1E6CB1: hue angle of 208.16º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E6CB1 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 108 | 177 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.31 |
| HSL | 208.16º | 0.71% | 0.41% | - |
| HSV(B) | 208.16º | 0.83% | 0.69% | - |
| XYZ | 13.83 | 14.18 | 43.6 | - |
| YUV | 92.54 | 175.66 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 108 | 177 | 0.83 | 0.39 | 0 | 0.31 | 208.16 | 0.71 | 0.41 |
| Hex | 1E | 6C | B1 | 53 | 27 | 0 | 1F | D0 | 47 | 29 |
| Octal | 36 | 154 | 261 | 123 | 47 | 0 | 37 | 320 | 107 | 51 |
| Binary | 11110 | 1101100 | 10110001 | 1010011 | 100111 | 0 | 11111 | 11010000 | 1000111 | 101001 |
Color Harmonies of #1E6CB1
Complementary color
Monochromatic Colors of #1E6CB1
Black with #1E6CB1
Text Example
Text Example
White with #1E6CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6CB1; }
p { color: rgb(30,108,177); }
H1.HeaderClassName
{
color: #1E6CB1;
}
.AnyTagClassName
{
color: #1E6CB1;
}
</style>
background-color css
<style>
a { background-color: #1E6CB1; }
a { background-color: rgb(30,108,177); }
div.DivClassName
{
background-color: #1E6CB1;
}
.BgClassName
{
background-color: #1E6CB1;
}
</style>
border-color css
<style>
span { border-color: #1E6CB1; }
span { border-color: rgb(30,108,177); }
td.TdClassName
{
border-color: #1E6CB1;
}
.TagClassName
{
border-color: #1E6CB1;
}
</style>