Shades of Denim #1F75CF
Tints of Denim #1F75CF
RGB
CMYK
RGB Variations
Color information
#1F75CF (or 0x1F75CF) is known color: Denim. HEX triplet: 1F, 75 and CF. RGB value is (31,117,207). Sum of RGB (Red+Green+Blue) = 31+117+207=355 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.73% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F75CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F75CF is #E08A30. Grayscale: #656565. Windows color (decimal): -14715441 or 13595935. OLE color: 13595935.
HSL color Cylindrical-coordinate representation of color #1F75CF: hue angle of 210.68º 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 #1F75CF is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 117 | 207 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.19 |
| HSL | 210.68º | 0.74% | 0.47% | - |
| HSV(B) | 210.68º | 0.85% | 0.81% | - |
| XYZ | 18.19 | 17.52 | 61.45 | - |
| YUV | 101.55 | 187.51 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 207 | 0.85 | 0.43 | 0 | 0.19 | 210.68 | 0.74 | 0.47 |
| Hex | 1F | 75 | CF | 55 | 2B | 0 | 13 | D3 | 4A | 2F |
| Octal | 37 | 165 | 317 | 125 | 53 | 0 | 23 | 323 | 112 | 57 |
| Binary | 11111 | 1110101 | 11001111 | 1010101 | 101011 | 0 | 10011 | 11010011 | 1001010 | 101111 |
Color Harmonies of #1F75CF
Complementary color
Monochromatic Colors of #1F75CF
Black with #1F75CF
Text Example
Text Example
White with #1F75CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F75CF; }
p { color: rgb(31,117,207); }
H1.HeaderClassName
{
color: #1F75CF;
}
.AnyTagClassName
{
color: #1F75CF;
}
</style>
background-color css
<style>
a { background-color: #1F75CF; }
a { background-color: rgb(31,117,207); }
div.DivClassName
{
background-color: #1F75CF;
}
.BgClassName
{
background-color: #1F75CF;
}
</style>
border-color css
<style>
span { border-color: #1F75CF; }
span { border-color: rgb(31,117,207); }
td.TdClassName
{
border-color: #1F75CF;
}
.TagClassName
{
border-color: #1F75CF;
}
</style>