Shades of Denim #1D75BA
Tints of Denim #1D75BA
RGB
CMYK
RGB Variations
Color information
#1D75BA (or 0x1D75BA) is known color: Denim. HEX triplet: 1D, 75 and BA. RGB value is (29,117,186). Sum of RGB (Red+Green+Blue) = 29+117+186=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D75BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D75BA is #E28A45. Grayscale: #626262. Windows color (decimal): -14846534 or 12219677. OLE color: 12219677.
HSL color Cylindrical-coordinate representation of color #1D75BA: hue angle of 206.37º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D75BA is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 117 | 186 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.27 |
| HSL | 206.37º | 0.73% | 0.42% | - |
| HSV(B) | 206.37º | 0.84% | 0.73% | - |
| XYZ | 15.73 | 16.53 | 48.82 | - |
| YUV | 98.55 | 177.35 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 117 | 186 | 0.84 | 0.37 | 0 | 0.27 | 206.37 | 0.73 | 0.42 |
| Hex | 1D | 75 | BA | 54 | 25 | 0 | 1B | CE | 49 | 2A |
| Octal | 35 | 165 | 272 | 124 | 45 | 0 | 33 | 316 | 111 | 52 |
| Binary | 11101 | 1110101 | 10111010 | 1010100 | 100101 | 0 | 11011 | 11001110 | 1001001 | 101010 |
Color Harmonies of #1D75BA
Complementary color
Monochromatic Colors of #1D75BA
Black with #1D75BA
Text Example
Text Example
White with #1D75BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D75BA; }
p { color: rgb(29,117,186); }
H1.HeaderClassName
{
color: #1D75BA;
}
.AnyTagClassName
{
color: #1D75BA;
}
</style>
background-color css
<style>
a { background-color: #1D75BA; }
a { background-color: rgb(29,117,186); }
div.DivClassName
{
background-color: #1D75BA;
}
.BgClassName
{
background-color: #1D75BA;
}
</style>
border-color css
<style>
span { border-color: #1D75BA; }
span { border-color: rgb(29,117,186); }
td.TdClassName
{
border-color: #1D75BA;
}
.TagClassName
{
border-color: #1D75BA;
}
</style>