Shades of Denim #1E61BF
Tints of Denim #1E61BF
RGB
CMYK
RGB Variations
Color information
#1E61BF (or 0x1E61BF) is known color: Denim. HEX triplet: 1E, 61 and BF. RGB value is (30,97,191). Sum of RGB (Red+Green+Blue) = 30+97+191=318 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.43% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #1E61BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E61BF is #E19E40. Grayscale: #575757. Windows color (decimal): -14786113 or 12542238. OLE color: 12542238.
HSL color Cylindrical-coordinate representation of color #1E61BF: hue angle of 215.03º 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 #1E61BF is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 97 | 191 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.25 |
| HSL | 215.03º | 0.73% | 0.43% | - |
| HSV(B) | 215.03º | 0.84% | 0.75% | - |
| XYZ | 14.21 | 12.59 | 50.97 | - |
| YUV | 87.68 | 186.3 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 97 | 191 | 0.84 | 0.49 | 0 | 0.25 | 215.03 | 0.73 | 0.43 |
| Hex | 1E | 61 | BF | 54 | 31 | 0 | 19 | D7 | 49 | 2B |
| Octal | 36 | 141 | 277 | 124 | 61 | 0 | 31 | 327 | 111 | 53 |
| Binary | 11110 | 1100001 | 10111111 | 1010100 | 110001 | 0 | 11001 | 11010111 | 1001001 | 101011 |
Color Harmonies of #1E61BF
Complementary color
Monochromatic Colors of #1E61BF
Black with #1E61BF
Text Example
Text Example
White with #1E61BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E61BF; }
p { color: rgb(30,97,191); }
H1.HeaderClassName
{
color: #1E61BF;
}
.AnyTagClassName
{
color: #1E61BF;
}
</style>
background-color css
<style>
a { background-color: #1E61BF; }
a { background-color: rgb(30,97,191); }
div.DivClassName
{
background-color: #1E61BF;
}
.BgClassName
{
background-color: #1E61BF;
}
</style>
border-color css
<style>
span { border-color: #1E61BF; }
span { border-color: rgb(30,97,191); }
td.TdClassName
{
border-color: #1E61BF;
}
.TagClassName
{
border-color: #1E61BF;
}
</style>