Shades of Denim #1F68AE
Tints of Denim #1F68AE
RGB
CMYK
RGB Variations
Color information
#1F68AE (or 0x1F68AE) is known color: Denim. HEX triplet: 1F, 68 and AE. RGB value is (31,104,174). Sum of RGB (Red+Green+Blue) = 31+104+174=309 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.03% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F68AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F68AE is #E09751. Grayscale: #595959. Windows color (decimal): -14718802 or 11429919. OLE color: 11429919.
HSL color Cylindrical-coordinate representation of color #1F68AE: hue angle of 209.37º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F68AE is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 104 | 174 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.32 |
| HSL | 209.37º | 0.7% | 0.4% | - |
| HSV(B) | 209.37º | 0.82% | 0.68% | - |
| XYZ | 13.16 | 13.25 | 41.91 | - |
| YUV | 90.15 | 175.32 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 104 | 174 | 0.82 | 0.40 | 0 | 0.32 | 209.37 | 0.7 | 0.4 |
| Hex | 1F | 68 | AE | 52 | 28 | 0 | 20 | D1 | 46 | 28 |
| Octal | 37 | 150 | 256 | 122 | 50 | 0 | 40 | 321 | 106 | 50 |
| Binary | 11111 | 1101000 | 10101110 | 1010010 | 101000 | 0 | 100000 | 11010001 | 1000110 | 101000 |
Color Harmonies of #1F68AE
Complementary color
Monochromatic Colors of #1F68AE
Black with #1F68AE
Text Example
Text Example
White with #1F68AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F68AE; }
p { color: rgb(31,104,174); }
H1.HeaderClassName
{
color: #1F68AE;
}
.AnyTagClassName
{
color: #1F68AE;
}
</style>
background-color css
<style>
a { background-color: #1F68AE; }
a { background-color: rgb(31,104,174); }
div.DivClassName
{
background-color: #1F68AE;
}
.BgClassName
{
background-color: #1F68AE;
}
</style>
border-color css
<style>
span { border-color: #1F68AE; }
span { border-color: rgb(31,104,174); }
td.TdClassName
{
border-color: #1F68AE;
}
.TagClassName
{
border-color: #1F68AE;
}
</style>