Shades of Denim #1965BD
Tints of Denim #1965BD
RGB
CMYK
RGB Variations
Color information
#1965BD (or 0x1965BD) is known color: Denim. HEX triplet: 19, 65 and BD. RGB value is (25,101,189). Sum of RGB (Red+Green+Blue) = 25+101+189=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #1965BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1965BD is #E69A42. Grayscale: #575757. Windows color (decimal): -15112771 or 12412185. OLE color: 12412185.
HSL color Cylindrical-coordinate representation of color #1965BD: hue angle of 212.2º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1965BD is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 101 | 189 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.26 |
| HSL | 212.2º | 0.77% | 0.42% | - |
| HSV(B) | 212.2º | 0.87% | 0.74% | - |
| XYZ | 14.24 | 13.19 | 49.94 | - |
| YUV | 88.31 | 184.82 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 189 | 0.87 | 0.47 | 0 | 0.26 | 212.2 | 0.77 | 0.42 |
| Hex | 19 | 65 | BD | 57 | 2F | 0 | 1A | D4 | 4D | 2A |
| Octal | 31 | 145 | 275 | 127 | 57 | 0 | 32 | 324 | 115 | 52 |
| Binary | 11001 | 1100101 | 10111101 | 1010111 | 101111 | 0 | 11010 | 11010100 | 1001101 | 101010 |
Color Harmonies of #1965BD
Complementary color
Monochromatic Colors of #1965BD
Black with #1965BD
Text Example
Text Example
White with #1965BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1965BD; }
p { color: rgb(25,101,189); }
H1.HeaderClassName
{
color: #1965BD;
}
.AnyTagClassName
{
color: #1965BD;
}
</style>
background-color css
<style>
a { background-color: #1965BD; }
a { background-color: rgb(25,101,189); }
div.DivClassName
{
background-color: #1965BD;
}
.BgClassName
{
background-color: #1965BD;
}
</style>
border-color css
<style>
span { border-color: #1965BD; }
span { border-color: rgb(25,101,189); }
td.TdClassName
{
border-color: #1965BD;
}
.TagClassName
{
border-color: #1965BD;
}
</style>