Shades of Denim #1965BE
Tints of Denim #1965BE
RGB
CMYK
RGB Variations
Color information
#1965BE (or 0x1965BE) is known color: Denim. HEX triplet: 19, 65 and BE. RGB value is (25,101,190). Sum of RGB (Red+Green+Blue) = 25+101+190=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #1965BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1965BE is #E69A41. Grayscale: #575757. Windows color (decimal): -15112770 or 12477721. OLE color: 12477721.
HSL color Cylindrical-coordinate representation of color #1965BE: hue angle of 212.36º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1965BE is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 101 | 190 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.25 |
| HSL | 212.36º | 0.77% | 0.42% | - |
| HSV(B) | 212.36º | 0.87% | 0.75% | - |
| XYZ | 14.35 | 13.23 | 50.51 | - |
| YUV | 88.42 | 185.32 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 190 | 0.87 | 0.47 | 0 | 0.25 | 212.36 | 0.77 | 0.42 |
| Hex | 19 | 65 | BE | 57 | 2F | 0 | 19 | D4 | 4D | 2A |
| Octal | 31 | 145 | 276 | 127 | 57 | 0 | 31 | 324 | 115 | 52 |
| Binary | 11001 | 1100101 | 10111110 | 1010111 | 101111 | 0 | 11001 | 11010100 | 1001101 | 101010 |
Color Harmonies of #1965BE
Complementary color
Monochromatic Colors of #1965BE
Black with #1965BE
Text Example
Text Example
White with #1965BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1965BE; }
p { color: rgb(25,101,190); }
H1.HeaderClassName
{
color: #1965BE;
}
.AnyTagClassName
{
color: #1965BE;
}
</style>
background-color css
<style>
a { background-color: #1965BE; }
a { background-color: rgb(25,101,190); }
div.DivClassName
{
background-color: #1965BE;
}
.BgClassName
{
background-color: #1965BE;
}
</style>
border-color css
<style>
span { border-color: #1965BE; }
span { border-color: rgb(25,101,190); }
td.TdClassName
{
border-color: #1965BE;
}
.TagClassName
{
border-color: #1965BE;
}
</style>