Shades of Denim #2167BA
Tints of Denim #2167BA
RGB
CMYK
RGB Variations
Color information
#2167BA (or 0x2167BA) is known color: Denim. HEX triplet: 21, 67 and BA. RGB value is (33,103,186). Sum of RGB (Red+Green+Blue) = 33+103+186=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #2167BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2167BA is #DE9845. Grayscale: #5B5B5B. Windows color (decimal): -14587974 or 12216097. OLE color: 12216097.
HSL color Cylindrical-coordinate representation of color #2167BA: hue angle of 212.55º 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 #2167BA is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 103 | 186 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.27 |
| HSL | 212.55º | 0.7% | 0.43% | - |
| HSV(B) | 212.55º | 0.82% | 0.73% | - |
| XYZ | 14.34 | 13.57 | 48.32 | - |
| YUV | 91.53 | 181.31 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 103 | 186 | 0.82 | 0.45 | 0 | 0.27 | 212.55 | 0.7 | 0.43 |
| Hex | 21 | 67 | BA | 52 | 2D | 0 | 1B | D5 | 46 | 2B |
| Octal | 41 | 147 | 272 | 122 | 55 | 0 | 33 | 325 | 106 | 53 |
| Binary | 100001 | 1100111 | 10111010 | 1010010 | 101101 | 0 | 11011 | 11010101 | 1000110 | 101011 |
Color Harmonies of #2167BA
Complementary color
Monochromatic Colors of #2167BA
Black with #2167BA
Text Example
Text Example
White with #2167BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2167BA; }
p { color: rgb(33,103,186); }
H1.HeaderClassName
{
color: #2167BA;
}
.AnyTagClassName
{
color: #2167BA;
}
</style>
background-color css
<style>
a { background-color: #2167BA; }
a { background-color: rgb(33,103,186); }
div.DivClassName
{
background-color: #2167BA;
}
.BgClassName
{
background-color: #2167BA;
}
</style>
border-color css
<style>
span { border-color: #2167BA; }
span { border-color: rgb(33,103,186); }
td.TdClassName
{
border-color: #2167BA;
}
.TagClassName
{
border-color: #2167BA;
}
</style>