Shades of Denim #1979BB
Tints of Denim #1979BB
RGB
CMYK
RGB Variations
Color information
#1979BB (or 0x1979BB) is known color: Denim. HEX triplet: 19, 79 and BB. RGB value is (25,121,187). Sum of RGB (Red+Green+Blue) = 25+121+187=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #1979BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1979BB is #E68644. Grayscale: #636363. Windows color (decimal): -15107653 or 12286233. OLE color: 12286233.
HSL color Cylindrical-coordinate representation of color #1979BB: hue angle of 204.44º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1979BB is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 121 | 187 | - |
| CMYK | 0.87 | 0.35 | 0 | 0.27 |
| HSL | 204.44º | 0.76% | 0.42% | - |
| HSV(B) | 204.44º | 0.87% | 0.73% | - |
| XYZ | 16.21 | 17.47 | 49.53 | - |
| YUV | 99.82 | 177.2 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 121 | 187 | 0.87 | 0.35 | 0 | 0.27 | 204.44 | 0.76 | 0.42 |
| Hex | 19 | 79 | BB | 57 | 23 | 0 | 1B | CC | 4C | 2A |
| Octal | 31 | 171 | 273 | 127 | 43 | 0 | 33 | 314 | 114 | 52 |
| Binary | 11001 | 1111001 | 10111011 | 1010111 | 100011 | 0 | 11011 | 11001100 | 1001100 | 101010 |
Color Harmonies of #1979BB
Complementary color
Monochromatic Colors of #1979BB
Black with #1979BB
Text Example
Text Example
White with #1979BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1979BB; }
p { color: rgb(25,121,187); }
H1.HeaderClassName
{
color: #1979BB;
}
.AnyTagClassName
{
color: #1979BB;
}
</style>
background-color css
<style>
a { background-color: #1979BB; }
a { background-color: rgb(25,121,187); }
div.DivClassName
{
background-color: #1979BB;
}
.BgClassName
{
background-color: #1979BB;
}
</style>
border-color css
<style>
span { border-color: #1979BB; }
span { border-color: rgb(25,121,187); }
td.TdClassName
{
border-color: #1979BB;
}
.TagClassName
{
border-color: #1979BB;
}
</style>