Shades of Denim #1667BC
Tints of Denim #1667BC
RGB
CMYK
RGB Variations
Color information
#1667BC (or 0x1667BC) is known color: Denim. HEX triplet: 16, 67 and BC. RGB value is (22,103,188). Sum of RGB (Red+Green+Blue) = 22+103+188=313 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.03% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #1667BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1667BC is #E99843. Grayscale: #585858. Windows color (decimal): -15308868 or 12347158. OLE color: 12347158.
HSL color Cylindrical-coordinate representation of color #1667BC: hue angle of 210.72º 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 #1667BC is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 103 | 188 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.26 |
| HSL | 210.72º | 0.79% | 0.41% | - |
| HSV(B) | 210.72º | 0.88% | 0.74% | - |
| XYZ | 14.26 | 13.5 | 49.43 | - |
| YUV | 88.47 | 184.16 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 188 | 0.88 | 0.45 | 0 | 0.26 | 210.72 | 0.79 | 0.41 |
| Hex | 16 | 67 | BC | 58 | 2D | 0 | 1A | D3 | 4F | 29 |
| Octal | 26 | 147 | 274 | 130 | 55 | 0 | 32 | 323 | 117 | 51 |
| Binary | 10110 | 1100111 | 10111100 | 1011000 | 101101 | 0 | 11010 | 11010011 | 1001111 | 101001 |
Color Harmonies of #1667BC
Complementary color
Monochromatic Colors of #1667BC
Black with #1667BC
Text Example
Text Example
White with #1667BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1667BC; }
p { color: rgb(22,103,188); }
H1.HeaderClassName
{
color: #1667BC;
}
.AnyTagClassName
{
color: #1667BC;
}
</style>
background-color css
<style>
a { background-color: #1667BC; }
a { background-color: rgb(22,103,188); }
div.DivClassName
{
background-color: #1667BC;
}
.BgClassName
{
background-color: #1667BC;
}
</style>
border-color css
<style>
span { border-color: #1667BC; }
span { border-color: rgb(22,103,188); }
td.TdClassName
{
border-color: #1667BC;
}
.TagClassName
{
border-color: #1667BC;
}
</style>