Shades of Denim #1F68CE
Tints of Denim #1F68CE
RGB
CMYK
RGB Variations
Color information
#1F68CE (or 0x1F68CE) is known color: Denim. HEX triplet: 1F, 68 and CE. RGB value is (31,104,206). Sum of RGB (Red+Green+Blue) = 31+104+206=341 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.09% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F68CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F68CE is #E09731. Grayscale: #5D5D5D. Windows color (decimal): -14718770 or 13527071. OLE color: 13527071.
HSL color Cylindrical-coordinate representation of color #1F68CE: hue angle of 214.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F68CE is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 104 | 206 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.19 |
| HSL | 214.97º | 0.74% | 0.46% | - |
| HSV(B) | 214.97º | 0.85% | 0.81% | - |
| XYZ | 16.66 | 14.65 | 60.34 | - |
| YUV | 93.8 | 191.32 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 104 | 206 | 0.85 | 0.50 | 0 | 0.19 | 214.97 | 0.74 | 0.46 |
| Hex | 1F | 68 | CE | 55 | 32 | 0 | 13 | D7 | 4A | 2E |
| Octal | 37 | 150 | 316 | 125 | 62 | 0 | 23 | 327 | 112 | 56 |
| Binary | 11111 | 1101000 | 11001110 | 1010101 | 110010 | 0 | 10011 | 11010111 | 1001010 | 101110 |
Color Harmonies of #1F68CE
Complementary color
Monochromatic Colors of #1F68CE
Black with #1F68CE
Text Example
Text Example
White with #1F68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F68CE; }
p { color: rgb(31,104,206); }
H1.HeaderClassName
{
color: #1F68CE;
}
.AnyTagClassName
{
color: #1F68CE;
}
</style>
background-color css
<style>
a { background-color: #1F68CE; }
a { background-color: rgb(31,104,206); }
div.DivClassName
{
background-color: #1F68CE;
}
.BgClassName
{
background-color: #1F68CE;
}
</style>
border-color css
<style>
span { border-color: #1F68CE; }
span { border-color: rgb(31,104,206); }
td.TdClassName
{
border-color: #1F68CE;
}
.TagClassName
{
border-color: #1F68CE;
}
</style>