Shades of Denim #1F69CF
Tints of Denim #1F69CF
RGB
CMYK
RGB Variations
Color information
#1F69CF (or 0x1F69CF) is known color: Denim. HEX triplet: 1F, 69 and CF. RGB value is (31,105,207). Sum of RGB (Red+Green+Blue) = 31+105+207=343 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.04% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F69CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F69CF is #E09630. Grayscale: #5E5E5E. Windows color (decimal): -14718513 or 13592863. OLE color: 13592863.
HSL color Cylindrical-coordinate representation of color #1F69CF: hue angle of 214.77º 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 #1F69CF is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 105 | 207 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.19 |
| HSL | 214.77º | 0.74% | 0.47% | - |
| HSV(B) | 214.77º | 0.85% | 0.81% | - |
| XYZ | 16.88 | 14.9 | 61.02 | - |
| YUV | 94.5 | 191.48 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 105 | 207 | 0.85 | 0.49 | 0 | 0.19 | 214.77 | 0.74 | 0.47 |
| Hex | 1F | 69 | CF | 55 | 31 | 0 | 13 | D7 | 4A | 2F |
| Octal | 37 | 151 | 317 | 125 | 61 | 0 | 23 | 327 | 112 | 57 |
| Binary | 11111 | 1101001 | 11001111 | 1010101 | 110001 | 0 | 10011 | 11010111 | 1001010 | 101111 |
Color Harmonies of #1F69CF
Complementary color
Monochromatic Colors of #1F69CF
Black with #1F69CF
Text Example
Text Example
White with #1F69CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F69CF; }
p { color: rgb(31,105,207); }
H1.HeaderClassName
{
color: #1F69CF;
}
.AnyTagClassName
{
color: #1F69CF;
}
</style>
background-color css
<style>
a { background-color: #1F69CF; }
a { background-color: rgb(31,105,207); }
div.DivClassName
{
background-color: #1F69CF;
}
.BgClassName
{
background-color: #1F69CF;
}
</style>
border-color css
<style>
span { border-color: #1F69CF; }
span { border-color: rgb(31,105,207); }
td.TdClassName
{
border-color: #1F69CF;
}
.TagClassName
{
border-color: #1F69CF;
}
</style>