Shades of Denim #1C7EBE
Tints of Denim #1C7EBE
RGB
CMYK
RGB Variations
Color information
#1C7EBE (or 0x1C7EBE) is known color: Denim. HEX triplet: 1C, 7E and BE. RGB value is (28,126,190). Sum of RGB (Red+Green+Blue) = 28+126+190=344 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.14% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #1C7EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7EBE is #E38141. Grayscale: #676767. Windows color (decimal): -14909762 or 12484124. OLE color: 12484124.
HSL color Cylindrical-coordinate representation of color #1C7EBE: hue angle of 203.7º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C7EBE is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 126 | 190 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.25 |
| HSL | 203.7º | 0.74% | 0.43% | - |
| HSV(B) | 203.7º | 0.85% | 0.75% | - |
| XYZ | 17.23 | 18.89 | 51.45 | - |
| YUV | 103.99 | 176.53 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 126 | 190 | 0.85 | 0.34 | 0 | 0.25 | 203.7 | 0.74 | 0.43 |
| Hex | 1C | 7E | BE | 55 | 22 | 0 | 19 | CC | 4A | 2B |
| Octal | 34 | 176 | 276 | 125 | 42 | 0 | 31 | 314 | 112 | 53 |
| Binary | 11100 | 1111110 | 10111110 | 1010101 | 100010 | 0 | 11001 | 11001100 | 1001010 | 101011 |
Color Harmonies of #1C7EBE
Complementary color
Monochromatic Colors of #1C7EBE
Black with #1C7EBE
Text Example
Text Example
White with #1C7EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7EBE; }
p { color: rgb(28,126,190); }
H1.HeaderClassName
{
color: #1C7EBE;
}
.AnyTagClassName
{
color: #1C7EBE;
}
</style>
background-color css
<style>
a { background-color: #1C7EBE; }
a { background-color: rgb(28,126,190); }
div.DivClassName
{
background-color: #1C7EBE;
}
.BgClassName
{
background-color: #1C7EBE;
}
</style>
border-color css
<style>
span { border-color: #1C7EBE; }
span { border-color: rgb(28,126,190); }
td.TdClassName
{
border-color: #1C7EBE;
}
.TagClassName
{
border-color: #1C7EBE;
}
</style>