Shades of Denim #1F65AF
Tints of Denim #1F65AF
RGB
CMYK
RGB Variations
Color information
#1F65AF (or 0x1F65AF) is known color: Denim. HEX triplet: 1F, 65 and AF. RGB value is (31,101,175). Sum of RGB (Red+Green+Blue) = 31+101+175=307 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.10% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F65AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F65AF is #E09A50. Grayscale: #585858. Windows color (decimal): -14719569 or 11494687. OLE color: 11494687.
HSL color Cylindrical-coordinate representation of color #1F65AF: hue angle of 210.83º 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 #1F65AF is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 101 | 175 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.31 |
| HSL | 210.83º | 0.7% | 0.4% | - |
| HSV(B) | 210.83º | 0.82% | 0.69% | - |
| XYZ | 12.96 | 12.69 | 42.32 | - |
| YUV | 88.51 | 176.81 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 175 | 0.82 | 0.42 | 0 | 0.31 | 210.83 | 0.7 | 0.4 |
| Hex | 1F | 65 | AF | 52 | 2A | 0 | 1F | D3 | 46 | 28 |
| Octal | 37 | 145 | 257 | 122 | 52 | 0 | 37 | 323 | 106 | 50 |
| Binary | 11111 | 1100101 | 10101111 | 1010010 | 101010 | 0 | 11111 | 11010011 | 1000110 | 101000 |
Color Harmonies of #1F65AF
Complementary color
Monochromatic Colors of #1F65AF
Black with #1F65AF
Text Example
Text Example
White with #1F65AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F65AF; }
p { color: rgb(31,101,175); }
H1.HeaderClassName
{
color: #1F65AF;
}
.AnyTagClassName
{
color: #1F65AF;
}
</style>
background-color css
<style>
a { background-color: #1F65AF; }
a { background-color: rgb(31,101,175); }
div.DivClassName
{
background-color: #1F65AF;
}
.BgClassName
{
background-color: #1F65AF;
}
</style>
border-color css
<style>
span { border-color: #1F65AF; }
span { border-color: rgb(31,101,175); }
td.TdClassName
{
border-color: #1F65AF;
}
.TagClassName
{
border-color: #1F65AF;
}
</style>