Shades of Denim #1F68D0
Tints of Denim #1F68D0
RGB
CMYK
RGB Variations
Color information
#1F68D0 (or 0x1F68D0) is known color: Denim. HEX triplet: 1F, 68 and D0. RGB value is (31,104,208). Sum of RGB (Red+Green+Blue) = 31+104+208=343 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.04% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 208 (81.64% from 255 or 60.64% from 343); Max value from RGB is 208 - color contains mainly: blue. Hex color #1F68D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F68D0 is #E0972F. Grayscale: #5D5D5D. Windows color (decimal): -14718768 or 13658143. OLE color: 13658143.
HSL color Cylindrical-coordinate representation of color #1F68D0: hue angle of 215.25º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F68D0 is Cyan = 0.85, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 104 | 208 | - |
| CMYK | 0.85 | 0.5 | 0 | 0.18 |
| HSL | 215.25º | 0.74% | 0.47% | - |
| HSV(B) | 215.25º | 0.85% | 0.82% | - |
| XYZ | 16.9 | 14.75 | 61.63 | - |
| YUV | 94.03 | 192.32 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 104 | 208 | 0.85 | 0.5 | 0 | 0.18 | 215.25 | 0.74 | 0.47 |
| Hex | 1F | 68 | D0 | 55 | 32 | 0 | 12 | D7 | 4A | 2F |
| Octal | 37 | 150 | 320 | 125 | 62 | 0 | 22 | 327 | 112 | 57 |
| Binary | 11111 | 1101000 | 11010000 | 1010101 | 110010 | 0 | 10010 | 11010111 | 1001010 | 101111 |
Color Harmonies of #1F68D0
Complementary color
Monochromatic Colors of #1F68D0
Black with #1F68D0
Text Example
Text Example
White with #1F68D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F68D0; }
p { color: rgb(31,104,208); }
H1.HeaderClassName
{
color: #1F68D0;
}
.AnyTagClassName
{
color: #1F68D0;
}
</style>
background-color css
<style>
a { background-color: #1F68D0; }
a { background-color: rgb(31,104,208); }
div.DivClassName
{
background-color: #1F68D0;
}
.BgClassName
{
background-color: #1F68D0;
}
</style>
border-color css
<style>
span { border-color: #1F68D0; }
span { border-color: rgb(31,104,208); }
td.TdClassName
{
border-color: #1F68D0;
}
.TagClassName
{
border-color: #1F68D0;
}
</style>