Shades of Denim #2165BB
Tints of Denim #2165BB
RGB
CMYK
RGB Variations
Color information
#2165BB (or 0x2165BB) is known color: Denim. HEX triplet: 21, 65 and BB. RGB value is (33,101,187). Sum of RGB (Red+Green+Blue) = 33+101+187=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #2165BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2165BB is #DE9A44. Grayscale: #5A5A5A. Windows color (decimal): -14588485 or 12281121. OLE color: 12281121.
HSL color Cylindrical-coordinate representation of color #2165BB: hue angle of 213.51º 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 #2165BB is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 101 | 187 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.27 |
| HSL | 213.51º | 0.7% | 0.43% | - |
| HSV(B) | 213.51º | 0.82% | 0.73% | - |
| XYZ | 14.25 | 13.22 | 48.81 | - |
| YUV | 90.47 | 182.47 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 187 | 0.82 | 0.46 | 0 | 0.27 | 213.51 | 0.7 | 0.43 |
| Hex | 21 | 65 | BB | 52 | 2E | 0 | 1B | D6 | 46 | 2B |
| Octal | 41 | 145 | 273 | 122 | 56 | 0 | 33 | 326 | 106 | 53 |
| Binary | 100001 | 1100101 | 10111011 | 1010010 | 101110 | 0 | 11011 | 11010110 | 1000110 | 101011 |
Color Harmonies of #2165BB
Complementary color
Monochromatic Colors of #2165BB
Black with #2165BB
Text Example
Text Example
White with #2165BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2165BB; }
p { color: rgb(33,101,187); }
H1.HeaderClassName
{
color: #2165BB;
}
.AnyTagClassName
{
color: #2165BB;
}
</style>
background-color css
<style>
a { background-color: #2165BB; }
a { background-color: rgb(33,101,187); }
div.DivClassName
{
background-color: #2165BB;
}
.BgClassName
{
background-color: #2165BB;
}
</style>
border-color css
<style>
span { border-color: #2165BB; }
span { border-color: rgb(33,101,187); }
td.TdClassName
{
border-color: #2165BB;
}
.TagClassName
{
border-color: #2165BB;
}
</style>