Shades of Denim #1D68B4
Tints of Denim #1D68B4
RGB
CMYK
RGB Variations
Color information
#1D68B4 (or 0x1D68B4) is known color: Denim. HEX triplet: 1D, 68 and B4. RGB value is (29,104,180). Sum of RGB (Red+Green+Blue) = 29+104+180=313 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.27% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 180 (70.70% from 255 or 57.51% from 313); Max value from RGB is 180 - color contains mainly: blue. Hex color #1D68B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D68B4 is #E2974B. Grayscale: #595959. Windows color (decimal): -14849868 or 11823133. OLE color: 11823133.
HSL color Cylindrical-coordinate representation of color #1D68B4: hue angle of 210.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D68B4 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 104 | 180 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.29 |
| HSL | 210.2º | 0.72% | 0.41% | - |
| HSV(B) | 210.2º | 0.84% | 0.71% | - |
| XYZ | 13.7 | 13.46 | 45.06 | - |
| YUV | 90.24 | 178.65 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 104 | 180 | 0.84 | 0.42 | 0 | 0.29 | 210.2 | 0.72 | 0.41 |
| Hex | 1D | 68 | B4 | 54 | 2A | 0 | 1D | D2 | 48 | 29 |
| Octal | 35 | 150 | 264 | 124 | 52 | 0 | 35 | 322 | 110 | 51 |
| Binary | 11101 | 1101000 | 10110100 | 1010100 | 101010 | 0 | 11101 | 11010010 | 1001000 | 101001 |
Color Harmonies of #1D68B4
Complementary color
Monochromatic Colors of #1D68B4
Black with #1D68B4
Text Example
Text Example
White with #1D68B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D68B4; }
p { color: rgb(29,104,180); }
H1.HeaderClassName
{
color: #1D68B4;
}
.AnyTagClassName
{
color: #1D68B4;
}
</style>
background-color css
<style>
a { background-color: #1D68B4; }
a { background-color: rgb(29,104,180); }
div.DivClassName
{
background-color: #1D68B4;
}
.BgClassName
{
background-color: #1D68B4;
}
</style>
border-color css
<style>
span { border-color: #1D68B4; }
span { border-color: rgb(29,104,180); }
td.TdClassName
{
border-color: #1D68B4;
}
.TagClassName
{
border-color: #1D68B4;
}
</style>