Shades of Denim #1968BB
Tints of Denim #1968BB
RGB
CMYK
RGB Variations
Color information
#1968BB (or 0x1968BB) is known color: Denim. HEX triplet: 19, 68 and BB. RGB value is (25,104,187). Sum of RGB (Red+Green+Blue) = 25+104+187=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 187 (73.44% from 255 or 59.18% from 316); Max value from RGB is 187 - color contains mainly: blue. Hex color #1968BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1968BB is #E69744. Grayscale: #595959. Windows color (decimal): -15112005 or 12281881. OLE color: 12281881.
HSL color Cylindrical-coordinate representation of color #1968BB: hue angle of 210.74º 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 #1968BB is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 104 | 187 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.27 |
| HSL | 210.74º | 0.76% | 0.42% | - |
| HSV(B) | 210.74º | 0.87% | 0.73% | - |
| XYZ | 14.32 | 13.7 | 48.9 | - |
| YUV | 89.84 | 182.83 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 187 | 0.87 | 0.44 | 0 | 0.27 | 210.74 | 0.76 | 0.42 |
| Hex | 19 | 68 | BB | 57 | 2C | 0 | 1B | D3 | 4C | 2A |
| Octal | 31 | 150 | 273 | 127 | 54 | 0 | 33 | 323 | 114 | 52 |
| Binary | 11001 | 1101000 | 10111011 | 1010111 | 101100 | 0 | 11011 | 11010011 | 1001100 | 101010 |
Color Harmonies of #1968BB
Complementary color
Monochromatic Colors of #1968BB
Black with #1968BB
Text Example
Text Example
White with #1968BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1968BB; }
p { color: rgb(25,104,187); }
H1.HeaderClassName
{
color: #1968BB;
}
.AnyTagClassName
{
color: #1968BB;
}
</style>
background-color css
<style>
a { background-color: #1968BB; }
a { background-color: rgb(25,104,187); }
div.DivClassName
{
background-color: #1968BB;
}
.BgClassName
{
background-color: #1968BB;
}
</style>
border-color css
<style>
span { border-color: #1968BB; }
span { border-color: rgb(25,104,187); }
td.TdClassName
{
border-color: #1968BB;
}
.TagClassName
{
border-color: #1968BB;
}
</style>