Shades of Denim #1968BE
Tints of Denim #1968BE
RGB
CMYK
RGB Variations
Color information
#1968BE (or 0x1968BE) is known color: Denim. HEX triplet: 19, 68 and BE. RGB value is (25,104,190). Sum of RGB (Red+Green+Blue) = 25+104+190=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #1968BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1968BE is #E69741. Grayscale: #595959. Windows color (decimal): -15112002 or 12478489. OLE color: 12478489.
HSL color Cylindrical-coordinate representation of color #1968BE: hue angle of 211.27º 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 #1968BE is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 104 | 190 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.25 |
| HSL | 211.27º | 0.77% | 0.42% | - |
| HSV(B) | 211.27º | 0.87% | 0.75% | - |
| XYZ | 14.65 | 13.83 | 50.61 | - |
| YUV | 90.18 | 184.33 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 190 | 0.87 | 0.45 | 0 | 0.25 | 211.27 | 0.77 | 0.42 |
| Hex | 19 | 68 | BE | 57 | 2D | 0 | 19 | D3 | 4D | 2A |
| Octal | 31 | 150 | 276 | 127 | 55 | 0 | 31 | 323 | 115 | 52 |
| Binary | 11001 | 1101000 | 10111110 | 1010111 | 101101 | 0 | 11001 | 11010011 | 1001101 | 101010 |
Color Harmonies of #1968BE
Complementary color
Monochromatic Colors of #1968BE
Black with #1968BE
Text Example
Text Example
White with #1968BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1968BE; }
p { color: rgb(25,104,190); }
H1.HeaderClassName
{
color: #1968BE;
}
.AnyTagClassName
{
color: #1968BE;
}
</style>
background-color css
<style>
a { background-color: #1968BE; }
a { background-color: rgb(25,104,190); }
div.DivClassName
{
background-color: #1968BE;
}
.BgClassName
{
background-color: #1968BE;
}
</style>
border-color css
<style>
span { border-color: #1968BE; }
span { border-color: rgb(25,104,190); }
td.TdClassName
{
border-color: #1968BE;
}
.TagClassName
{
border-color: #1968BE;
}
</style>