Shades of Denim #1E7BBE
Tints of Denim #1E7BBE
RGB
CMYK
RGB Variations
Color information
#1E7BBE (or 0x1E7BBE) is known color: Denim. HEX triplet: 1E, 7B and BE. RGB value is (30,123,190). Sum of RGB (Red+Green+Blue) = 30+123+190=343 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.75% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E7BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E7BBE is #E18441. Grayscale: #666666. Windows color (decimal): -14779458 or 12483358. OLE color: 12483358.
HSL color Cylindrical-coordinate representation of color #1E7BBE: hue angle of 205.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E7BBE is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 123 | 190 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.25 |
| HSL | 205.13º | 0.73% | 0.43% | - |
| HSV(B) | 205.13º | 0.84% | 0.75% | - |
| XYZ | 16.91 | 18.16 | 51.33 | - |
| YUV | 102.83 | 177.19 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 123 | 190 | 0.84 | 0.35 | 0 | 0.25 | 205.13 | 0.73 | 0.43 |
| Hex | 1E | 7B | BE | 54 | 23 | 0 | 19 | CD | 49 | 2B |
| Octal | 36 | 173 | 276 | 124 | 43 | 0 | 31 | 315 | 111 | 53 |
| Binary | 11110 | 1111011 | 10111110 | 1010100 | 100011 | 0 | 11001 | 11001101 | 1001001 | 101011 |
Color Harmonies of #1E7BBE
Complementary color
Monochromatic Colors of #1E7BBE
Black with #1E7BBE
Text Example
Text Example
White with #1E7BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7BBE; }
p { color: rgb(30,123,190); }
H1.HeaderClassName
{
color: #1E7BBE;
}
.AnyTagClassName
{
color: #1E7BBE;
}
</style>
background-color css
<style>
a { background-color: #1E7BBE; }
a { background-color: rgb(30,123,190); }
div.DivClassName
{
background-color: #1E7BBE;
}
.BgClassName
{
background-color: #1E7BBE;
}
</style>
border-color css
<style>
span { border-color: #1E7BBE; }
span { border-color: rgb(30,123,190); }
td.TdClassName
{
border-color: #1E7BBE;
}
.TagClassName
{
border-color: #1E7BBE;
}
</style>