Shades of Denim #2165B3
Tints of Denim #2165B3
RGB
CMYK
RGB Variations
Color information
#2165B3 (or 0x2165B3) is known color: Denim. HEX triplet: 21, 65 and B3. RGB value is (33,101,179). Sum of RGB (Red+Green+Blue) = 33+101+179=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 179 (70.31% from 255 or 57.19% from 313); Max value from RGB is 179 - color contains mainly: blue. Hex color #2165B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2165B3 is #DE9A4C. Grayscale: #595959. Windows color (decimal): -14588493 or 11756833. OLE color: 11756833.
HSL color Cylindrical-coordinate representation of color #2165B3: hue angle of 212.05º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2165B3 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 101 | 179 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.30 |
| HSL | 212.05º | 0.69% | 0.42% | - |
| HSV(B) | 212.05º | 0.82% | 0.7% | - |
| XYZ | 13.42 | 12.89 | 44.43 | - |
| YUV | 89.56 | 178.47 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 179 | 0.82 | 0.44 | 0 | 0.30 | 212.05 | 0.69 | 0.42 |
| Hex | 21 | 65 | B3 | 52 | 2C | 0 | 1E | D4 | 45 | 2A |
| Octal | 41 | 145 | 263 | 122 | 54 | 0 | 36 | 324 | 105 | 52 |
| Binary | 100001 | 1100101 | 10110011 | 1010010 | 101100 | 0 | 11110 | 11010100 | 1000101 | 101010 |
Color Harmonies of #2165B3
Complementary color
Monochromatic Colors of #2165B3
Black with #2165B3
Text Example
Text Example
White with #2165B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2165B3; }
p { color: rgb(33,101,179); }
H1.HeaderClassName
{
color: #2165B3;
}
.AnyTagClassName
{
color: #2165B3;
}
</style>
background-color css
<style>
a { background-color: #2165B3; }
a { background-color: rgb(33,101,179); }
div.DivClassName
{
background-color: #2165B3;
}
.BgClassName
{
background-color: #2165B3;
}
</style>
border-color css
<style>
span { border-color: #2165B3; }
span { border-color: rgb(33,101,179); }
td.TdClassName
{
border-color: #2165B3;
}
.TagClassName
{
border-color: #2165B3;
}
</style>