Shades of Denim #1E6BAE
Tints of Denim #1E6BAE
RGB
CMYK
RGB Variations
Color information
#1E6BAE (or 0x1E6BAE) is known color: Denim. HEX triplet: 1E, 6B and AE. RGB value is (30,107,174). Sum of RGB (Red+Green+Blue) = 30+107+174=311 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.65% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E6BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6BAE is #E19451. Grayscale: #5B5B5B. Windows color (decimal): -14783570 or 11430686. OLE color: 11430686.
HSL color Cylindrical-coordinate representation of color #1E6BAE: hue angle of 207.92º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E6BAE is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 107 | 174 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.32 |
| HSL | 207.92º | 0.71% | 0.4% | - |
| HSV(B) | 207.92º | 0.83% | 0.68% | - |
| XYZ | 13.43 | 13.85 | 42.01 | - |
| YUV | 91.62 | 174.49 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 107 | 174 | 0.83 | 0.39 | 0 | 0.32 | 207.92 | 0.71 | 0.4 |
| Hex | 1E | 6B | AE | 53 | 27 | 0 | 20 | D0 | 47 | 28 |
| Octal | 36 | 153 | 256 | 123 | 47 | 0 | 40 | 320 | 107 | 50 |
| Binary | 11110 | 1101011 | 10101110 | 1010011 | 100111 | 0 | 100000 | 11010000 | 1000111 | 101000 |
Color Harmonies of #1E6BAE
Complementary color
Monochromatic Colors of #1E6BAE
Black with #1E6BAE
Text Example
Text Example
White with #1E6BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6BAE; }
p { color: rgb(30,107,174); }
H1.HeaderClassName
{
color: #1E6BAE;
}
.AnyTagClassName
{
color: #1E6BAE;
}
</style>
background-color css
<style>
a { background-color: #1E6BAE; }
a { background-color: rgb(30,107,174); }
div.DivClassName
{
background-color: #1E6BAE;
}
.BgClassName
{
background-color: #1E6BAE;
}
</style>
border-color css
<style>
span { border-color: #1E6BAE; }
span { border-color: rgb(30,107,174); }
td.TdClassName
{
border-color: #1E6BAE;
}
.TagClassName
{
border-color: #1E6BAE;
}
</style>