Shades of Denim #1967BB
Tints of Denim #1967BB
RGB
CMYK
RGB Variations
Color information
#1967BB (or 0x1967BB) is known color: Denim. HEX triplet: 19, 67 and BB. RGB value is (25,103,187). Sum of RGB (Red+Green+Blue) = 25+103+187=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #1967BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1967BB is #E69844. Grayscale: #585858. Windows color (decimal): -15112261 or 12281625. OLE color: 12281625.
HSL color Cylindrical-coordinate representation of color #1967BB: hue angle of 211.11º 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 #1967BB is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 103 | 187 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.27 |
| HSL | 211.11º | 0.76% | 0.42% | - |
| HSV(B) | 211.11º | 0.87% | 0.73% | - |
| XYZ | 14.22 | 13.5 | 48.87 | - |
| YUV | 89.25 | 183.16 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 103 | 187 | 0.87 | 0.45 | 0 | 0.27 | 211.11 | 0.76 | 0.42 |
| Hex | 19 | 67 | BB | 57 | 2D | 0 | 1B | D3 | 4C | 2A |
| Octal | 31 | 147 | 273 | 127 | 55 | 0 | 33 | 323 | 114 | 52 |
| Binary | 11001 | 1100111 | 10111011 | 1010111 | 101101 | 0 | 11011 | 11010011 | 1001100 | 101010 |
Color Harmonies of #1967BB
Complementary color
Monochromatic Colors of #1967BB
Black with #1967BB
Text Example
Text Example
White with #1967BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1967BB; }
p { color: rgb(25,103,187); }
H1.HeaderClassName
{
color: #1967BB;
}
.AnyTagClassName
{
color: #1967BB;
}
</style>
background-color css
<style>
a { background-color: #1967BB; }
a { background-color: rgb(25,103,187); }
div.DivClassName
{
background-color: #1967BB;
}
.BgClassName
{
background-color: #1967BB;
}
</style>
border-color css
<style>
span { border-color: #1967BB; }
span { border-color: rgb(25,103,187); }
td.TdClassName
{
border-color: #1967BB;
}
.TagClassName
{
border-color: #1967BB;
}
</style>