Shades of Denim #1966BB
Tints of Denim #1966BB
RGB
CMYK
RGB Variations
Color information
#1966BB (or 0x1966BB) is known color: Denim. HEX triplet: 19, 66 and BB. RGB value is (25,102,187). Sum of RGB (Red+Green+Blue) = 25+102+187=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #1966BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1966BB is #E69944. Grayscale: #585858. Windows color (decimal): -15112517 or 12281369. OLE color: 12281369.
HSL color Cylindrical-coordinate representation of color #1966BB: hue angle of 211.48º 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 #1966BB is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 102 | 187 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.27 |
| HSL | 211.48º | 0.76% | 0.42% | - |
| HSV(B) | 211.48º | 0.87% | 0.73% | - |
| XYZ | 14.12 | 13.3 | 48.84 | - |
| YUV | 88.67 | 183.49 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 187 | 0.87 | 0.45 | 0 | 0.27 | 211.48 | 0.76 | 0.42 |
| Hex | 19 | 66 | BB | 57 | 2D | 0 | 1B | D3 | 4C | 2A |
| Octal | 31 | 146 | 273 | 127 | 55 | 0 | 33 | 323 | 114 | 52 |
| Binary | 11001 | 1100110 | 10111011 | 1010111 | 101101 | 0 | 11011 | 11010011 | 1001100 | 101010 |
Color Harmonies of #1966BB
Complementary color
Monochromatic Colors of #1966BB
Black with #1966BB
Text Example
Text Example
White with #1966BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1966BB; }
p { color: rgb(25,102,187); }
H1.HeaderClassName
{
color: #1966BB;
}
.AnyTagClassName
{
color: #1966BB;
}
</style>
background-color css
<style>
a { background-color: #1966BB; }
a { background-color: rgb(25,102,187); }
div.DivClassName
{
background-color: #1966BB;
}
.BgClassName
{
background-color: #1966BB;
}
</style>
border-color css
<style>
span { border-color: #1966BB; }
span { border-color: rgb(25,102,187); }
td.TdClassName
{
border-color: #1966BB;
}
.TagClassName
{
border-color: #1966BB;
}
</style>