Shades of Denim #1965BB
Tints of Denim #1965BB
RGB
CMYK
RGB Variations
Color information
#1965BB (or 0x1965BB) is known color: Denim. HEX triplet: 19, 65 and BB. RGB value is (25,101,187). Sum of RGB (Red+Green+Blue) = 25+101+187=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #1965BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1965BB is #E69A44. Grayscale: #575757. Windows color (decimal): -15112773 or 12281113. OLE color: 12281113.
HSL color Cylindrical-coordinate representation of color #1965BB: hue angle of 211.85º 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 #1965BB is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 101 | 187 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.27 |
| HSL | 211.85º | 0.76% | 0.42% | - |
| HSV(B) | 211.85º | 0.87% | 0.73% | - |
| XYZ | 14.02 | 13.1 | 48.8 | - |
| YUV | 88.08 | 183.82 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 187 | 0.87 | 0.46 | 0 | 0.27 | 211.85 | 0.76 | 0.42 |
| Hex | 19 | 65 | BB | 57 | 2E | 0 | 1B | D4 | 4C | 2A |
| Octal | 31 | 145 | 273 | 127 | 56 | 0 | 33 | 324 | 114 | 52 |
| Binary | 11001 | 1100101 | 10111011 | 1010111 | 101110 | 0 | 11011 | 11010100 | 1001100 | 101010 |
Color Harmonies of #1965BB
Complementary color
Monochromatic Colors of #1965BB
Black with #1965BB
Text Example
Text Example
White with #1965BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1965BB; }
p { color: rgb(25,101,187); }
H1.HeaderClassName
{
color: #1965BB;
}
.AnyTagClassName
{
color: #1965BB;
}
</style>
background-color css
<style>
a { background-color: #1965BB; }
a { background-color: rgb(25,101,187); }
div.DivClassName
{
background-color: #1965BB;
}
.BgClassName
{
background-color: #1965BB;
}
</style>
border-color css
<style>
span { border-color: #1965BB; }
span { border-color: rgb(25,101,187); }
td.TdClassName
{
border-color: #1965BB;
}
.TagClassName
{
border-color: #1965BB;
}
</style>