Shades of Denim #1D6BBA
Tints of Denim #1D6BBA
RGB
CMYK
RGB Variations
Color information
#1D6BBA (or 0x1D6BBA) is known color: Denim. HEX triplet: 1D, 6B and BA. RGB value is (29,107,186). Sum of RGB (Red+Green+Blue) = 29+107+186=322 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.01% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D6BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6BBA is #E29445. Grayscale: #5C5C5C. Windows color (decimal): -14849094 or 12217117. OLE color: 12217117.
HSL color Cylindrical-coordinate representation of color #1D6BBA: hue angle of 210.19º 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 #1D6BBA is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 107 | 186 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.27 |
| HSL | 210.19º | 0.73% | 0.42% | - |
| HSV(B) | 210.19º | 0.84% | 0.73% | - |
| XYZ | 14.63 | 14.32 | 48.45 | - |
| YUV | 92.68 | 180.66 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 107 | 186 | 0.84 | 0.42 | 0 | 0.27 | 210.19 | 0.73 | 0.42 |
| Hex | 1D | 6B | BA | 54 | 2A | 0 | 1B | D2 | 49 | 2A |
| Octal | 35 | 153 | 272 | 124 | 52 | 0 | 33 | 322 | 111 | 52 |
| Binary | 11101 | 1101011 | 10111010 | 1010100 | 101010 | 0 | 11011 | 11010010 | 1001001 | 101010 |
Color Harmonies of #1D6BBA
Complementary color
Monochromatic Colors of #1D6BBA
Black with #1D6BBA
Text Example
Text Example
White with #1D6BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6BBA; }
p { color: rgb(29,107,186); }
H1.HeaderClassName
{
color: #1D6BBA;
}
.AnyTagClassName
{
color: #1D6BBA;
}
</style>
background-color css
<style>
a { background-color: #1D6BBA; }
a { background-color: rgb(29,107,186); }
div.DivClassName
{
background-color: #1D6BBA;
}
.BgClassName
{
background-color: #1D6BBA;
}
</style>
border-color css
<style>
span { border-color: #1D6BBA; }
span { border-color: rgb(29,107,186); }
td.TdClassName
{
border-color: #1D6BBA;
}
.TagClassName
{
border-color: #1D6BBA;
}
</style>