Shades of Denim #2163BD
Tints of Denim #2163BD
RGB
CMYK
RGB Variations
Color information
#2163BD (or 0x2163BD) is known color: Denim. HEX triplet: 21, 63 and BD. RGB value is (33,99,189). Sum of RGB (Red+Green+Blue) = 33+99+189=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #2163BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2163BD is #DE9C42. Grayscale: #595959. Windows color (decimal): -14588995 or 12411681. OLE color: 12411681.
HSL color Cylindrical-coordinate representation of color #2163BD: hue angle of 214.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2163BD is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 99 | 189 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.26 |
| HSL | 214.62º | 0.7% | 0.44% | - |
| HSV(B) | 214.62º | 0.83% | 0.74% | - |
| XYZ | 14.27 | 12.92 | 49.89 | - |
| YUV | 89.53 | 184.13 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 99 | 189 | 0.83 | 0.48 | 0 | 0.26 | 214.62 | 0.7 | 0.44 |
| Hex | 21 | 63 | BD | 53 | 30 | 0 | 1A | D7 | 46 | 2C |
| Octal | 41 | 143 | 275 | 123 | 60 | 0 | 32 | 327 | 106 | 54 |
| Binary | 100001 | 1100011 | 10111101 | 1010011 | 110000 | 0 | 11010 | 11010111 | 1000110 | 101100 |
Color Harmonies of #2163BD
Complementary color
Monochromatic Colors of #2163BD
Black with #2163BD
Text Example
Text Example
White with #2163BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2163BD; }
p { color: rgb(33,99,189); }
H1.HeaderClassName
{
color: #2163BD;
}
.AnyTagClassName
{
color: #2163BD;
}
</style>
background-color css
<style>
a { background-color: #2163BD; }
a { background-color: rgb(33,99,189); }
div.DivClassName
{
background-color: #2163BD;
}
.BgClassName
{
background-color: #2163BD;
}
</style>
border-color css
<style>
span { border-color: #2163BD; }
span { border-color: rgb(33,99,189); }
td.TdClassName
{
border-color: #2163BD;
}
.TagClassName
{
border-color: #2163BD;
}
</style>