Shades of Denim #1F6CCF
Tints of Denim #1F6CCF
RGB
CMYK
RGB Variations
Color information
#1F6CCF (or 0x1F6CCF) is known color: Denim. HEX triplet: 1F, 6C and CF. RGB value is (31,108,207). Sum of RGB (Red+Green+Blue) = 31+108+207=346 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.96% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F6CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F6CCF is #E09330. Grayscale: #5F5F5F. Windows color (decimal): -14717745 or 13593631. OLE color: 13593631.
HSL color Cylindrical-coordinate representation of color #1F6CCF: hue angle of 213.75º 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 #1F6CCF is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 108 | 207 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.19 |
| HSL | 213.75º | 0.74% | 0.47% | - |
| HSV(B) | 213.75º | 0.85% | 0.81% | - |
| XYZ | 17.19 | 15.52 | 61.12 | - |
| YUV | 96.26 | 190.49 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 108 | 207 | 0.85 | 0.48 | 0 | 0.19 | 213.75 | 0.74 | 0.47 |
| Hex | 1F | 6C | CF | 55 | 30 | 0 | 13 | D6 | 4A | 2F |
| Octal | 37 | 154 | 317 | 125 | 60 | 0 | 23 | 326 | 112 | 57 |
| Binary | 11111 | 1101100 | 11001111 | 1010101 | 110000 | 0 | 10011 | 11010110 | 1001010 | 101111 |
Color Harmonies of #1F6CCF
Complementary color
Monochromatic Colors of #1F6CCF
Black with #1F6CCF
Text Example
Text Example
White with #1F6CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6CCF; }
p { color: rgb(31,108,207); }
H1.HeaderClassName
{
color: #1F6CCF;
}
.AnyTagClassName
{
color: #1F6CCF;
}
</style>
background-color css
<style>
a { background-color: #1F6CCF; }
a { background-color: rgb(31,108,207); }
div.DivClassName
{
background-color: #1F6CCF;
}
.BgClassName
{
background-color: #1F6CCF;
}
</style>
border-color css
<style>
span { border-color: #1F6CCF; }
span { border-color: rgb(31,108,207); }
td.TdClassName
{
border-color: #1F6CCF;
}
.TagClassName
{
border-color: #1F6CCF;
}
</style>