Shades of Denim #1969BB
Tints of Denim #1969BB
RGB
CMYK
RGB Variations
Color information
#1969BB (or 0x1969BB) is known color: Denim. HEX triplet: 19, 69 and BB. RGB value is (25,105,187). Sum of RGB (Red+Green+Blue) = 25+105+187=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #1969BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1969BB is #E69644. Grayscale: #5A5A5A. Windows color (decimal): -15111749 or 12282137. OLE color: 12282137.
HSL color Cylindrical-coordinate representation of color #1969BB: hue angle of 210.37º 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 #1969BB is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 105 | 187 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.27 |
| HSL | 210.37º | 0.76% | 0.42% | - |
| HSV(B) | 210.37º | 0.87% | 0.73% | - |
| XYZ | 14.42 | 13.9 | 48.94 | - |
| YUV | 90.43 | 182.5 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 187 | 0.87 | 0.44 | 0 | 0.27 | 210.37 | 0.76 | 0.42 |
| Hex | 19 | 69 | BB | 57 | 2C | 0 | 1B | D2 | 4C | 2A |
| Octal | 31 | 151 | 273 | 127 | 54 | 0 | 33 | 322 | 114 | 52 |
| Binary | 11001 | 1101001 | 10111011 | 1010111 | 101100 | 0 | 11011 | 11010010 | 1001100 | 101010 |
Color Harmonies of #1969BB
Complementary color
Monochromatic Colors of #1969BB
Black with #1969BB
Text Example
Text Example
White with #1969BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1969BB; }
p { color: rgb(25,105,187); }
H1.HeaderClassName
{
color: #1969BB;
}
.AnyTagClassName
{
color: #1969BB;
}
</style>
background-color css
<style>
a { background-color: #1969BB; }
a { background-color: rgb(25,105,187); }
div.DivClassName
{
background-color: #1969BB;
}
.BgClassName
{
background-color: #1969BB;
}
</style>
border-color css
<style>
span { border-color: #1969BB; }
span { border-color: rgb(25,105,187); }
td.TdClassName
{
border-color: #1969BB;
}
.TagClassName
{
border-color: #1969BB;
}
</style>