Shades of Denim #1965AC
Tints of Denim #1965AC
RGB
CMYK
RGB Variations
Color information
#1965AC (or 0x1965AC) is known color: Denim. HEX triplet: 19, 65 and AC. RGB value is (25,101,172). Sum of RGB (Red+Green+Blue) = 25+101+172=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #1965AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1965AC is #E69A53. Grayscale: #565656. Windows color (decimal): -15112788 or 11298073. OLE color: 11298073.
HSL color Cylindrical-coordinate representation of color #1965AC: hue angle of 208.98º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1965AC is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 101 | 172 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.33 |
| HSL | 208.98º | 0.75% | 0.39% | - |
| HSV(B) | 208.98º | 0.85% | 0.67% | - |
| XYZ | 12.5 | 12.49 | 40.78 | - |
| YUV | 86.37 | 176.32 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 172 | 0.85 | 0.41 | 0 | 0.33 | 208.98 | 0.75 | 0.39 |
| Hex | 19 | 65 | AC | 55 | 29 | 0 | 21 | D1 | 4B | 27 |
| Octal | 31 | 145 | 254 | 125 | 51 | 0 | 41 | 321 | 113 | 47 |
| Binary | 11001 | 1100101 | 10101100 | 1010101 | 101001 | 0 | 100001 | 11010001 | 1001011 | 100111 |
Color Harmonies of #1965AC
Complementary color
Monochromatic Colors of #1965AC
Black with #1965AC
Text Example
Text Example
White with #1965AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1965AC; }
p { color: rgb(25,101,172); }
H1.HeaderClassName
{
color: #1965AC;
}
.AnyTagClassName
{
color: #1965AC;
}
</style>
background-color css
<style>
a { background-color: #1965AC; }
a { background-color: rgb(25,101,172); }
div.DivClassName
{
background-color: #1965AC;
}
.BgClassName
{
background-color: #1965AC;
}
</style>
border-color css
<style>
span { border-color: #1965AC; }
span { border-color: rgb(25,101,172); }
td.TdClassName
{
border-color: #1965AC;
}
.TagClassName
{
border-color: #1965AC;
}
</style>