Shades of Denim #1679BB
Tints of Denim #1679BB
RGB
CMYK
RGB Variations
Color information
#1679BB (or 0x1679BB) is known color: Denim. HEX triplet: 16, 79 and BB. RGB value is (22,121,187). Sum of RGB (Red+Green+Blue) = 22+121+187=330 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.67% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #1679BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1679BB is #E98644. Grayscale: #626262. Windows color (decimal): -15304261 or 12286230. OLE color: 12286230.
HSL color Cylindrical-coordinate representation of color #1679BB: hue angle of 204º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1679BB is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 121 | 187 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.27 |
| HSL | 204º | 0.79% | 0.41% | - |
| HSV(B) | 204º | 0.88% | 0.73% | - |
| XYZ | 16.14 | 17.43 | 49.53 | - |
| YUV | 98.92 | 177.7 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 121 | 187 | 0.88 | 0.35 | 0 | 0.27 | 204 | 0.79 | 0.41 |
| Hex | 16 | 79 | BB | 58 | 23 | 0 | 1B | CC | 4F | 29 |
| Octal | 26 | 171 | 273 | 130 | 43 | 0 | 33 | 314 | 117 | 51 |
| Binary | 10110 | 1111001 | 10111011 | 1011000 | 100011 | 0 | 11011 | 11001100 | 1001111 | 101001 |
Color Harmonies of #1679BB
Complementary color
Monochromatic Colors of #1679BB
Black with #1679BB
Text Example
Text Example
White with #1679BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1679BB; }
p { color: rgb(22,121,187); }
H1.HeaderClassName
{
color: #1679BB;
}
.AnyTagClassName
{
color: #1679BB;
}
</style>
background-color css
<style>
a { background-color: #1679BB; }
a { background-color: rgb(22,121,187); }
div.DivClassName
{
background-color: #1679BB;
}
.BgClassName
{
background-color: #1679BB;
}
</style>
border-color css
<style>
span { border-color: #1679BB; }
span { border-color: rgb(22,121,187); }
td.TdClassName
{
border-color: #1679BB;
}
.TagClassName
{
border-color: #1679BB;
}
</style>