Shades of Denim #1966BE
Tints of Denim #1966BE
RGB
CMYK
RGB Variations
Color information
#1966BE (or 0x1966BE) is known color: Denim. HEX triplet: 19, 66 and BE. RGB value is (25,102,190). Sum of RGB (Red+Green+Blue) = 25+102+190=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 190 (74.61% from 255 or 59.94% from 317); Max value from RGB is 190 - color contains mainly: blue. Hex color #1966BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1966BE is #E69941. Grayscale: #585858. Windows color (decimal): -15112514 or 12477977. OLE color: 12477977.
HSL color Cylindrical-coordinate representation of color #1966BE: hue angle of 212º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1966BE is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 102 | 190 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.25 |
| HSL | 212º | 0.77% | 0.42% | - |
| HSV(B) | 212º | 0.87% | 0.75% | - |
| XYZ | 14.45 | 13.43 | 50.55 | - |
| YUV | 89.01 | 184.99 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 190 | 0.87 | 0.46 | 0 | 0.25 | 212 | 0.77 | 0.42 |
| Hex | 19 | 66 | BE | 57 | 2E | 0 | 19 | D4 | 4D | 2A |
| Octal | 31 | 146 | 276 | 127 | 56 | 0 | 31 | 324 | 115 | 52 |
| Binary | 11001 | 1100110 | 10111110 | 1010111 | 101110 | 0 | 11001 | 11010100 | 1001101 | 101010 |
Color Harmonies of #1966BE
Complementary color
Monochromatic Colors of #1966BE
Black with #1966BE
Text Example
Text Example
White with #1966BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1966BE; }
p { color: rgb(25,102,190); }
H1.HeaderClassName
{
color: #1966BE;
}
.AnyTagClassName
{
color: #1966BE;
}
</style>
background-color css
<style>
a { background-color: #1966BE; }
a { background-color: rgb(25,102,190); }
div.DivClassName
{
background-color: #1966BE;
}
.BgClassName
{
background-color: #1966BE;
}
</style>
border-color css
<style>
span { border-color: #1966BE; }
span { border-color: rgb(25,102,190); }
td.TdClassName
{
border-color: #1966BE;
}
.TagClassName
{
border-color: #1966BE;
}
</style>