Shades of Denim #1D6FC1
Tints of Denim #1D6FC1
RGB
CMYK
RGB Variations
Color information
#1D6FC1 (or 0x1D6FC1) is known color: Denim. HEX triplet: 1D, 6F and C1. RGB value is (29,111,193). Sum of RGB (Red+Green+Blue) = 29+111+193=333 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.71% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 193 (75.78% from 255 or 57.96% from 333); Max value from RGB is 193 - color contains mainly: blue. Hex color #1D6FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6FC1 is #E2903E. Grayscale: #5F5F5F. Windows color (decimal): -14848063 or 12676893. OLE color: 12676893.
HSL color Cylindrical-coordinate representation of color #1D6FC1: hue angle of 210º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D6FC1 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 111 | 193 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.24 |
| HSL | 210º | 0.74% | 0.44% | - |
| HSV(B) | 210º | 0.85% | 0.76% | - |
| XYZ | 15.82 | 15.48 | 52.61 | - |
| YUV | 95.83 | 182.83 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 111 | 193 | 0.85 | 0.42 | 0 | 0.24 | 210 | 0.74 | 0.44 |
| Hex | 1D | 6F | C1 | 55 | 2A | 0 | 18 | D2 | 4A | 2C |
| Octal | 35 | 157 | 301 | 125 | 52 | 0 | 30 | 322 | 112 | 54 |
| Binary | 11101 | 1101111 | 11000001 | 1010101 | 101010 | 0 | 11000 | 11010010 | 1001010 | 101100 |
Color Harmonies of #1D6FC1
Complementary color
Monochromatic Colors of #1D6FC1
Black with #1D6FC1
Text Example
Text Example
White with #1D6FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6FC1; }
p { color: rgb(29,111,193); }
H1.HeaderClassName
{
color: #1D6FC1;
}
.AnyTagClassName
{
color: #1D6FC1;
}
</style>
background-color css
<style>
a { background-color: #1D6FC1; }
a { background-color: rgb(29,111,193); }
div.DivClassName
{
background-color: #1D6FC1;
}
.BgClassName
{
background-color: #1D6FC1;
}
</style>
border-color css
<style>
span { border-color: #1D6FC1; }
span { border-color: rgb(29,111,193); }
td.TdClassName
{
border-color: #1D6FC1;
}
.TagClassName
{
border-color: #1D6FC1;
}
</style>