Shades of Denim #167BBC
Tints of Denim #167BBC
RGB
CMYK
RGB Variations
Color information
#167BBC (or 0x167BBC) is known color: Denim. HEX triplet: 16, 7B and BC. RGB value is (22,123,188). Sum of RGB (Red+Green+Blue) = 22+123+188=333 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.61% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #167BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167BBC is #E98443. Grayscale: #636363. Windows color (decimal): -15303748 or 12352278. OLE color: 12352278.
HSL color Cylindrical-coordinate representation of color #167BBC: hue angle of 203.49º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #167BBC is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 123 | 188 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.26 |
| HSL | 203.49º | 0.79% | 0.41% | - |
| HSV(B) | 203.49º | 0.88% | 0.74% | - |
| XYZ | 16.49 | 17.97 | 50.18 | - |
| YUV | 100.21 | 177.54 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 123 | 188 | 0.88 | 0.35 | 0 | 0.26 | 203.49 | 0.79 | 0.41 |
| Hex | 16 | 7B | BC | 58 | 23 | 0 | 1A | CB | 4F | 29 |
| Octal | 26 | 173 | 274 | 130 | 43 | 0 | 32 | 313 | 117 | 51 |
| Binary | 10110 | 1111011 | 10111100 | 1011000 | 100011 | 0 | 11010 | 11001011 | 1001111 | 101001 |
Color Harmonies of #167BBC
Complementary color
Monochromatic Colors of #167BBC
Black with #167BBC
Text Example
Text Example
White with #167BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167BBC; }
p { color: rgb(22,123,188); }
H1.HeaderClassName
{
color: #167BBC;
}
.AnyTagClassName
{
color: #167BBC;
}
</style>
background-color css
<style>
a { background-color: #167BBC; }
a { background-color: rgb(22,123,188); }
div.DivClassName
{
background-color: #167BBC;
}
.BgClassName
{
background-color: #167BBC;
}
</style>
border-color css
<style>
span { border-color: #167BBC; }
span { border-color: rgb(22,123,188); }
td.TdClassName
{
border-color: #167BBC;
}
.TagClassName
{
border-color: #167BBC;
}
</style>