Shades of Denim #1679BF
Tints of Denim #1679BF
RGB
CMYK
RGB Variations
Color information
#1679BF (or 0x1679BF) is known color: Denim. HEX triplet: 16, 79 and BF. RGB value is (22,121,191). Sum of RGB (Red+Green+Blue) = 22+121+191=334 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.59% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #1679BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1679BF is #E98640. Grayscale: #636363. Windows color (decimal): -15304257 or 12548374. OLE color: 12548374.
HSL color Cylindrical-coordinate representation of color #1679BF: hue angle of 204.85º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1679BF is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 121 | 191 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.25 |
| HSL | 204.85º | 0.79% | 0.42% | - |
| HSV(B) | 204.85º | 0.88% | 0.75% | - |
| XYZ | 16.57 | 17.61 | 51.82 | - |
| YUV | 99.38 | 179.7 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 121 | 191 | 0.88 | 0.37 | 0 | 0.25 | 204.85 | 0.79 | 0.42 |
| Hex | 16 | 79 | BF | 58 | 25 | 0 | 19 | CD | 4F | 2A |
| Octal | 26 | 171 | 277 | 130 | 45 | 0 | 31 | 315 | 117 | 52 |
| Binary | 10110 | 1111001 | 10111111 | 1011000 | 100101 | 0 | 11001 | 11001101 | 1001111 | 101010 |
Color Harmonies of #1679BF
Complementary color
Monochromatic Colors of #1679BF
Black with #1679BF
Text Example
Text Example
White with #1679BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1679BF; }
p { color: rgb(22,121,191); }
H1.HeaderClassName
{
color: #1679BF;
}
.AnyTagClassName
{
color: #1679BF;
}
</style>
background-color css
<style>
a { background-color: #1679BF; }
a { background-color: rgb(22,121,191); }
div.DivClassName
{
background-color: #1679BF;
}
.BgClassName
{
background-color: #1679BF;
}
</style>
border-color css
<style>
span { border-color: #1679BF; }
span { border-color: rgb(22,121,191); }
td.TdClassName
{
border-color: #1679BF;
}
.TagClassName
{
border-color: #1679BF;
}
</style>