Shades of Denim #2165DB
Tints of Denim #2165DB
RGB
CMYK
RGB Variations
Color information
#2165DB (or 0x2165DB) is known color: Denim. HEX triplet: 21, 65 and DB. RGB value is (33,101,219). Sum of RGB (Red+Green+Blue) = 33+101+219=353 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.35% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #2165DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2165DB is #DE9A24. Grayscale: #5D5D5D. Windows color (decimal): -14588453 or 14378273. OLE color: 14378273.
HSL color Cylindrical-coordinate representation of color #2165DB: hue angle of 218.06º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2165DB is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 101 | 219 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.14 |
| HSL | 218.06º | 0.74% | 0.49% | - |
| HSV(B) | 218.06º | 0.85% | 0.86% | - |
| XYZ | 18.07 | 14.75 | 68.91 | - |
| YUV | 94.12 | 198.47 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 219 | 0.85 | 0.54 | 0 | 0.14 | 218.06 | 0.74 | 0.49 |
| Hex | 21 | 65 | DB | 55 | 36 | 0 | E | DA | 4A | 31 |
| Octal | 41 | 145 | 333 | 125 | 66 | 0 | 16 | 332 | 112 | 61 |
| Binary | 100001 | 1100101 | 11011011 | 1010101 | 110110 | 0 | 1110 | 11011010 | 1001010 | 110001 |
Color Harmonies of #2165DB
Complementary color
Monochromatic Colors of #2165DB
Black with #2165DB
Text Example
Text Example
White with #2165DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2165DB; }
p { color: rgb(33,101,219); }
H1.HeaderClassName
{
color: #2165DB;
}
.AnyTagClassName
{
color: #2165DB;
}
</style>
background-color css
<style>
a { background-color: #2165DB; }
a { background-color: rgb(33,101,219); }
div.DivClassName
{
background-color: #2165DB;
}
.BgClassName
{
background-color: #2165DB;
}
</style>
border-color css
<style>
span { border-color: #2165DB; }
span { border-color: rgb(33,101,219); }
td.TdClassName
{
border-color: #2165DB;
}
.TagClassName
{
border-color: #2165DB;
}
</style>