Shades of Denim #1F68CF
Tints of Denim #1F68CF
RGB
CMYK
RGB Variations
Color information
#1F68CF (or 0x1F68CF) is known color: Denim. HEX triplet: 1F, 68 and CF. RGB value is (31,104,207). Sum of RGB (Red+Green+Blue) = 31+104+207=342 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.06% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F68CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F68CF is #E09730. Grayscale: #5D5D5D. Windows color (decimal): -14718769 or 13592607. OLE color: 13592607.
HSL color Cylindrical-coordinate representation of color #1F68CF: hue angle of 215.11º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F68CF is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 104 | 207 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.19 |
| HSL | 215.11º | 0.74% | 0.47% | - |
| HSV(B) | 215.11º | 0.85% | 0.81% | - |
| XYZ | 16.78 | 14.7 | 60.98 | - |
| YUV | 93.92 | 191.82 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 104 | 207 | 0.85 | 0.50 | 0 | 0.19 | 215.11 | 0.74 | 0.47 |
| Hex | 1F | 68 | CF | 55 | 32 | 0 | 13 | D7 | 4A | 2F |
| Octal | 37 | 150 | 317 | 125 | 62 | 0 | 23 | 327 | 112 | 57 |
| Binary | 11111 | 1101000 | 11001111 | 1010101 | 110010 | 0 | 10011 | 11010111 | 1001010 | 101111 |
Color Harmonies of #1F68CF
Complementary color
Monochromatic Colors of #1F68CF
Black with #1F68CF
Text Example
Text Example
White with #1F68CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F68CF; }
p { color: rgb(31,104,207); }
H1.HeaderClassName
{
color: #1F68CF;
}
.AnyTagClassName
{
color: #1F68CF;
}
</style>
background-color css
<style>
a { background-color: #1F68CF; }
a { background-color: rgb(31,104,207); }
div.DivClassName
{
background-color: #1F68CF;
}
.BgClassName
{
background-color: #1F68CF;
}
</style>
border-color css
<style>
span { border-color: #1F68CF; }
span { border-color: rgb(31,104,207); }
td.TdClassName
{
border-color: #1F68CF;
}
.TagClassName
{
border-color: #1F68CF;
}
</style>