Shades of Denim #1F7DC9
Tints of Denim #1F7DC9
RGB
CMYK
RGB Variations
Color information
#1F7DC9 (or 0x1F7DC9) is known color: Denim. HEX triplet: 1F, 7D and C9. RGB value is (31,125,201). Sum of RGB (Red+Green+Blue) = 31+125+201=357 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.68% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 201 (78.91% from 255 or 56.30% from 357); Max value from RGB is 201 - color contains mainly: blue. Hex color #1F7DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7DC9 is #E08236. Grayscale: #696969. Windows color (decimal): -14713399 or 13204767. OLE color: 13204767.
HSL color Cylindrical-coordinate representation of color #1F7DC9: hue angle of 206.82º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F7DC9 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 125 | 201 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.21 |
| HSL | 206.82º | 0.73% | 0.45% | - |
| HSV(B) | 206.82º | 0.85% | 0.79% | - |
| XYZ | 18.44 | 19.18 | 57.99 | - |
| YUV | 105.56 | 181.86 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 125 | 201 | 0.85 | 0.38 | 0 | 0.21 | 206.82 | 0.73 | 0.45 |
| Hex | 1F | 7D | C9 | 55 | 26 | 0 | 15 | CF | 49 | 2D |
| Octal | 37 | 175 | 311 | 125 | 46 | 0 | 25 | 317 | 111 | 55 |
| Binary | 11111 | 1111101 | 11001001 | 1010101 | 100110 | 0 | 10101 | 11001111 | 1001001 | 101101 |
Color Harmonies of #1F7DC9
Complementary color
Monochromatic Colors of #1F7DC9
Black with #1F7DC9
Text Example
Text Example
White with #1F7DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7DC9; }
p { color: rgb(31,125,201); }
H1.HeaderClassName
{
color: #1F7DC9;
}
.AnyTagClassName
{
color: #1F7DC9;
}
</style>
background-color css
<style>
a { background-color: #1F7DC9; }
a { background-color: rgb(31,125,201); }
div.DivClassName
{
background-color: #1F7DC9;
}
.BgClassName
{
background-color: #1F7DC9;
}
</style>
border-color css
<style>
span { border-color: #1F7DC9; }
span { border-color: rgb(31,125,201); }
td.TdClassName
{
border-color: #1F7DC9;
}
.TagClassName
{
border-color: #1F7DC9;
}
</style>