Shades of Denim #1F7ECB
Tints of Denim #1F7ECB
RGB
CMYK
RGB Variations
Color information
#1F7ECB (or 0x1F7ECB) is known color: Denim. HEX triplet: 1F, 7E and CB. RGB value is (31,126,203). Sum of RGB (Red+Green+Blue) = 31+126+203=360 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.61% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F7ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7ECB is #E08134. Grayscale: #696969. Windows color (decimal): -14713141 or 13336095. OLE color: 13336095.
HSL color Cylindrical-coordinate representation of color #1F7ECB: hue angle of 206.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F7ECB is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 126 | 203 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.20 |
| HSL | 206.86º | 0.74% | 0.46% | - |
| HSV(B) | 206.86º | 0.85% | 0.8% | - |
| XYZ | 18.81 | 19.52 | 59.28 | - |
| YUV | 106.37 | 182.53 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 203 | 0.85 | 0.38 | 0 | 0.20 | 206.86 | 0.74 | 0.46 |
| Hex | 1F | 7E | CB | 55 | 26 | 0 | 14 | CF | 4A | 2E |
| Octal | 37 | 176 | 313 | 125 | 46 | 0 | 24 | 317 | 112 | 56 |
| Binary | 11111 | 1111110 | 11001011 | 1010101 | 100110 | 0 | 10100 | 11001111 | 1001010 | 101110 |
Color Harmonies of #1F7ECB
Complementary color
Monochromatic Colors of #1F7ECB
Black with #1F7ECB
Text Example
Text Example
White with #1F7ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7ECB; }
p { color: rgb(31,126,203); }
H1.HeaderClassName
{
color: #1F7ECB;
}
.AnyTagClassName
{
color: #1F7ECB;
}
</style>
background-color css
<style>
a { background-color: #1F7ECB; }
a { background-color: rgb(31,126,203); }
div.DivClassName
{
background-color: #1F7ECB;
}
.BgClassName
{
background-color: #1F7ECB;
}
</style>
border-color css
<style>
span { border-color: #1F7ECB; }
span { border-color: rgb(31,126,203); }
td.TdClassName
{
border-color: #1F7ECB;
}
.TagClassName
{
border-color: #1F7ECB;
}
</style>