Shades of Denim #1F68AF
Tints of Denim #1F68AF
RGB
CMYK
RGB Variations
Color information
#1F68AF (or 0x1F68AF) is known color: Denim. HEX triplet: 1F, 68 and AF. RGB value is (31,104,175). Sum of RGB (Red+Green+Blue) = 31+104+175=310 (41% of max value = 765). Red value is 31 (12.5% from 255 or 10% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F68AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F68AF is #E09750. Grayscale: #595959. Windows color (decimal): -14718801 or 11495455. OLE color: 11495455.
HSL color Cylindrical-coordinate representation of color #1F68AF: hue angle of 209.58º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F68AF is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 104 | 175 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.31 |
| HSL | 209.58º | 0.7% | 0.4% | - |
| HSV(B) | 209.58º | 0.82% | 0.69% | - |
| XYZ | 13.25 | 13.29 | 42.42 | - |
| YUV | 90.27 | 175.82 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 104 | 175 | 0.82 | 0.41 | 0 | 0.31 | 209.58 | 0.7 | 0.4 |
| Hex | 1F | 68 | AF | 52 | 29 | 0 | 1F | D2 | 46 | 28 |
| Octal | 37 | 150 | 257 | 122 | 51 | 0 | 37 | 322 | 106 | 50 |
| Binary | 11111 | 1101000 | 10101111 | 1010010 | 101001 | 0 | 11111 | 11010010 | 1000110 | 101000 |
Color Harmonies of #1F68AF
Complementary color
Monochromatic Colors of #1F68AF
Black with #1F68AF
Text Example
Text Example
White with #1F68AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F68AF; }
p { color: rgb(31,104,175); }
H1.HeaderClassName
{
color: #1F68AF;
}
.AnyTagClassName
{
color: #1F68AF;
}
</style>
background-color css
<style>
a { background-color: #1F68AF; }
a { background-color: rgb(31,104,175); }
div.DivClassName
{
background-color: #1F68AF;
}
.BgClassName
{
background-color: #1F68AF;
}
</style>
border-color css
<style>
span { border-color: #1F68AF; }
span { border-color: rgb(31,104,175); }
td.TdClassName
{
border-color: #1F68AF;
}
.TagClassName
{
border-color: #1F68AF;
}
</style>