Shades of Denim #2169BA
Tints of Denim #2169BA
RGB
CMYK
RGB Variations
Color information
#2169BA (or 0x2169BA) is known color: Denim. HEX triplet: 21, 69 and BA. RGB value is (33,105,186). Sum of RGB (Red+Green+Blue) = 33+105+186=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #2169BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2169BA is #DE9645. Grayscale: #5C5C5C. Windows color (decimal): -14587462 or 12216609. OLE color: 12216609.
HSL color Cylindrical-coordinate representation of color #2169BA: hue angle of 211.76º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2169BA is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 105 | 186 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.27 |
| HSL | 211.76º | 0.7% | 0.43% | - |
| HSV(B) | 211.76º | 0.82% | 0.73% | - |
| XYZ | 14.54 | 13.97 | 48.38 | - |
| YUV | 92.71 | 180.65 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 105 | 186 | 0.82 | 0.44 | 0 | 0.27 | 211.76 | 0.7 | 0.43 |
| Hex | 21 | 69 | BA | 52 | 2C | 0 | 1B | D4 | 46 | 2B |
| Octal | 41 | 151 | 272 | 122 | 54 | 0 | 33 | 324 | 106 | 53 |
| Binary | 100001 | 1101001 | 10111010 | 1010010 | 101100 | 0 | 11011 | 11010100 | 1000110 | 101011 |
Color Harmonies of #2169BA
Complementary color
Monochromatic Colors of #2169BA
Black with #2169BA
Text Example
Text Example
White with #2169BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2169BA; }
p { color: rgb(33,105,186); }
H1.HeaderClassName
{
color: #2169BA;
}
.AnyTagClassName
{
color: #2169BA;
}
</style>
background-color css
<style>
a { background-color: #2169BA; }
a { background-color: rgb(33,105,186); }
div.DivClassName
{
background-color: #2169BA;
}
.BgClassName
{
background-color: #2169BA;
}
</style>
border-color css
<style>
span { border-color: #2169BA; }
span { border-color: rgb(33,105,186); }
td.TdClassName
{
border-color: #2169BA;
}
.TagClassName
{
border-color: #2169BA;
}
</style>