Shades of Denim #1E77BB
Tints of Denim #1E77BB
RGB
CMYK
RGB Variations
Color information
#1E77BB (or 0x1E77BB) is known color: Denim. HEX triplet: 1E, 77 and BB. RGB value is (30,119,187). Sum of RGB (Red+Green+Blue) = 30+119+187=336 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.93% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #1E77BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E77BB is #E18844. Grayscale: #636363. Windows color (decimal): -14780485 or 12285726. OLE color: 12285726.
HSL color Cylindrical-coordinate representation of color #1E77BB: hue angle of 205.99º 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 #1E77BB is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 119 | 187 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.27 |
| HSL | 205.99º | 0.72% | 0.43% | - |
| HSV(B) | 205.99º | 0.84% | 0.73% | - |
| XYZ | 16.1 | 17.06 | 49.46 | - |
| YUV | 100.14 | 177.01 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 119 | 187 | 0.84 | 0.36 | 0 | 0.27 | 205.99 | 0.72 | 0.43 |
| Hex | 1E | 77 | BB | 54 | 24 | 0 | 1B | CE | 48 | 2B |
| Octal | 36 | 167 | 273 | 124 | 44 | 0 | 33 | 316 | 110 | 53 |
| Binary | 11110 | 1110111 | 10111011 | 1010100 | 100100 | 0 | 11011 | 11001110 | 1001000 | 101011 |
Color Harmonies of #1E77BB
Complementary color
Monochromatic Colors of #1E77BB
Black with #1E77BB
Text Example
Text Example
White with #1E77BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E77BB; }
p { color: rgb(30,119,187); }
H1.HeaderClassName
{
color: #1E77BB;
}
.AnyTagClassName
{
color: #1E77BB;
}
</style>
background-color css
<style>
a { background-color: #1E77BB; }
a { background-color: rgb(30,119,187); }
div.DivClassName
{
background-color: #1E77BB;
}
.BgClassName
{
background-color: #1E77BB;
}
</style>
border-color css
<style>
span { border-color: #1E77BB; }
span { border-color: rgb(30,119,187); }
td.TdClassName
{
border-color: #1E77BB;
}
.TagClassName
{
border-color: #1E77BB;
}
</style>