Shades of Denim #1D65B1
Tints of Denim #1D65B1
RGB
CMYK
RGB Variations
Color information
#1D65B1 (or 0x1D65B1) is known color: Denim. HEX triplet: 1D, 65 and B1. RGB value is (29,101,177). Sum of RGB (Red+Green+Blue) = 29+101+177=307 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.45% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 177 (69.53% from 255 or 57.65% from 307); Max value from RGB is 177 - color contains mainly: blue. Hex color #1D65B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D65B1 is #E29A4E. Grayscale: #575757. Windows color (decimal): -14850639 or 11625757. OLE color: 11625757.
HSL color Cylindrical-coordinate representation of color #1D65B1: hue angle of 210.81º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D65B1 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 101 | 177 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.31 |
| HSL | 210.81º | 0.72% | 0.4% | - |
| HSV(B) | 210.81º | 0.84% | 0.69% | - |
| XYZ | 13.1 | 12.74 | 43.36 | - |
| YUV | 88.14 | 178.15 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 101 | 177 | 0.84 | 0.43 | 0 | 0.31 | 210.81 | 0.72 | 0.4 |
| Hex | 1D | 65 | B1 | 54 | 2B | 0 | 1F | D3 | 48 | 28 |
| Octal | 35 | 145 | 261 | 124 | 53 | 0 | 37 | 323 | 110 | 50 |
| Binary | 11101 | 1100101 | 10110001 | 1010100 | 101011 | 0 | 11111 | 11010011 | 1001000 | 101000 |
Color Harmonies of #1D65B1
Complementary color
Monochromatic Colors of #1D65B1
Black with #1D65B1
Text Example
Text Example
White with #1D65B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D65B1; }
p { color: rgb(29,101,177); }
H1.HeaderClassName
{
color: #1D65B1;
}
.AnyTagClassName
{
color: #1D65B1;
}
</style>
background-color css
<style>
a { background-color: #1D65B1; }
a { background-color: rgb(29,101,177); }
div.DivClassName
{
background-color: #1D65B1;
}
.BgClassName
{
background-color: #1D65B1;
}
</style>
border-color css
<style>
span { border-color: #1D65B1; }
span { border-color: rgb(29,101,177); }
td.TdClassName
{
border-color: #1D65B1;
}
.TagClassName
{
border-color: #1D65B1;
}
</style>