Shades of Denim #1E6FBB
Tints of Denim #1E6FBB
RGB
CMYK
RGB Variations
Color information
#1E6FBB (or 0x1E6FBB) is known color: Denim. HEX triplet: 1E, 6F and BB. RGB value is (30,111,187). Sum of RGB (Red+Green+Blue) = 30+111+187=328 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.15% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #1E6FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6FBB is #E19044. Grayscale: #5F5F5F. Windows color (decimal): -14782533 or 12283678. OLE color: 12283678.
HSL color Cylindrical-coordinate representation of color #1E6FBB: hue angle of 209.04º 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 #1E6FBB is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 111 | 187 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.27 |
| HSL | 209.04º | 0.72% | 0.43% | - |
| HSV(B) | 209.04º | 0.84% | 0.73% | - |
| XYZ | 15.19 | 15.23 | 49.15 | - |
| YUV | 95.45 | 179.66 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 111 | 187 | 0.84 | 0.41 | 0 | 0.27 | 209.04 | 0.72 | 0.43 |
| Hex | 1E | 6F | BB | 54 | 29 | 0 | 1B | D1 | 48 | 2B |
| Octal | 36 | 157 | 273 | 124 | 51 | 0 | 33 | 321 | 110 | 53 |
| Binary | 11110 | 1101111 | 10111011 | 1010100 | 101001 | 0 | 11011 | 11010001 | 1001000 | 101011 |
Color Harmonies of #1E6FBB
Complementary color
Monochromatic Colors of #1E6FBB
Black with #1E6FBB
Text Example
Text Example
White with #1E6FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6FBB; }
p { color: rgb(30,111,187); }
H1.HeaderClassName
{
color: #1E6FBB;
}
.AnyTagClassName
{
color: #1E6FBB;
}
</style>
background-color css
<style>
a { background-color: #1E6FBB; }
a { background-color: rgb(30,111,187); }
div.DivClassName
{
background-color: #1E6FBB;
}
.BgClassName
{
background-color: #1E6FBB;
}
</style>
border-color css
<style>
span { border-color: #1E6FBB; }
span { border-color: rgb(30,111,187); }
td.TdClassName
{
border-color: #1E6FBB;
}
.TagClassName
{
border-color: #1E6FBB;
}
</style>