Shades of Denim #2169BB
Tints of Denim #2169BB
RGB
CMYK
RGB Variations
Color information
#2169BB (or 0x2169BB) is known color: Denim. HEX triplet: 21, 69 and BB. RGB value is (33,105,187). Sum of RGB (Red+Green+Blue) = 33+105+187=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #2169BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2169BB is #DE9644. Grayscale: #5C5C5C. Windows color (decimal): -14587461 or 12282145. OLE color: 12282145.
HSL color Cylindrical-coordinate representation of color #2169BB: hue angle of 211.95º 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 #2169BB is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 105 | 187 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.27 |
| HSL | 211.95º | 0.7% | 0.43% | - |
| HSV(B) | 211.95º | 0.82% | 0.73% | - |
| XYZ | 14.65 | 14.01 | 48.95 | - |
| YUV | 92.82 | 181.15 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 105 | 187 | 0.82 | 0.44 | 0 | 0.27 | 211.95 | 0.7 | 0.43 |
| Hex | 21 | 69 | BB | 52 | 2C | 0 | 1B | D4 | 46 | 2B |
| Octal | 41 | 151 | 273 | 122 | 54 | 0 | 33 | 324 | 106 | 53 |
| Binary | 100001 | 1101001 | 10111011 | 1010010 | 101100 | 0 | 11011 | 11010100 | 1000110 | 101011 |
Color Harmonies of #2169BB
Complementary color
Monochromatic Colors of #2169BB
Black with #2169BB
Text Example
Text Example
White with #2169BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2169BB; }
p { color: rgb(33,105,187); }
H1.HeaderClassName
{
color: #2169BB;
}
.AnyTagClassName
{
color: #2169BB;
}
</style>
background-color css
<style>
a { background-color: #2169BB; }
a { background-color: rgb(33,105,187); }
div.DivClassName
{
background-color: #2169BB;
}
.BgClassName
{
background-color: #2169BB;
}
</style>
border-color css
<style>
span { border-color: #2169BB; }
span { border-color: rgb(33,105,187); }
td.TdClassName
{
border-color: #2169BB;
}
.TagClassName
{
border-color: #2169BB;
}
</style>