Shades of Denim #1D6FD3
Tints of Denim #1D6FD3
RGB
CMYK
RGB Variations
Color information
#1D6FD3 (or 0x1D6FD3) is known color: Denim. HEX triplet: 1D, 6F and D3. RGB value is (29,111,211). Sum of RGB (Red+Green+Blue) = 29+111+211=351 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.26% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 211 (82.81% from 255 or 60.11% from 351); Max value from RGB is 211 - color contains mainly: blue. Hex color #1D6FD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6FD3 is #E2902C. Grayscale: #616161. Windows color (decimal): -14848045 or 13856541. OLE color: 13856541.
HSL color Cylindrical-coordinate representation of color #1D6FD3: hue angle of 212.97º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D6FD3 is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 29 | 111 | 211 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.17 |
| HSL | 212.97º | 0.76% | 0.47% | - |
| HSV(B) | 212.97º | 0.86% | 0.83% | - |
| XYZ | 17.95 | 16.33 | 63.83 | - |
| YUV | 97.88 | 191.83 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 111 | 211 | 0.86 | 0.47 | 0 | 0.17 | 212.97 | 0.76 | 0.47 |
| Hex | 1D | 6F | D3 | 56 | 2F | 0 | 11 | D5 | 4C | 2F |
| Octal | 35 | 157 | 323 | 126 | 57 | 0 | 21 | 325 | 114 | 57 |
| Binary | 11101 | 1101111 | 11010011 | 1010110 | 101111 | 0 | 10001 | 11010101 | 1001100 | 101111 |
Color Harmonies of #1D6FD3
Complementary color
Monochromatic Colors of #1D6FD3
Black with #1D6FD3
Text Example
Text Example
White with #1D6FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6FD3; }
p { color: rgb(29,111,211); }
H1.HeaderClassName
{
color: #1D6FD3;
}
.AnyTagClassName
{
color: #1D6FD3;
}
</style>
background-color css
<style>
a { background-color: #1D6FD3; }
a { background-color: rgb(29,111,211); }
div.DivClassName
{
background-color: #1D6FD3;
}
.BgClassName
{
background-color: #1D6FD3;
}
</style>
border-color css
<style>
span { border-color: #1D6FD3; }
span { border-color: rgb(29,111,211); }
td.TdClassName
{
border-color: #1D6FD3;
}
.TagClassName
{
border-color: #1D6FD3;
}
</style>