Shades of Denim #1765BA
Tints of Denim #1765BA
RGB
CMYK
RGB Variations
Color information
#1765BA (or 0x1765BA) is known color: Denim. HEX triplet: 17, 65 and BA. RGB value is (23,101,186). Sum of RGB (Red+Green+Blue) = 23+101+186=310 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.42% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #1765BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1765BA is #E89A45. Grayscale: #565656. Windows color (decimal): -15243846 or 12215575. OLE color: 12215575.
HSL color Cylindrical-coordinate representation of color #1765BA: hue angle of 211.29º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1765BA is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 101 | 186 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.27 |
| HSL | 211.29º | 0.78% | 0.41% | - |
| HSV(B) | 211.29º | 0.88% | 0.73% | - |
| XYZ | 13.87 | 13.03 | 48.24 | - |
| YUV | 87.37 | 183.66 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 101 | 186 | 0.88 | 0.46 | 0 | 0.27 | 211.29 | 0.78 | 0.41 |
| Hex | 17 | 65 | BA | 58 | 2E | 0 | 1B | D3 | 4E | 29 |
| Octal | 27 | 145 | 272 | 130 | 56 | 0 | 33 | 323 | 116 | 51 |
| Binary | 10111 | 1100101 | 10111010 | 1011000 | 101110 | 0 | 11011 | 11010011 | 1001110 | 101001 |
Color Harmonies of #1765BA
Complementary color
Monochromatic Colors of #1765BA
Black with #1765BA
Text Example
Text Example
White with #1765BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1765BA; }
p { color: rgb(23,101,186); }
H1.HeaderClassName
{
color: #1765BA;
}
.AnyTagClassName
{
color: #1765BA;
}
</style>
background-color css
<style>
a { background-color: #1765BA; }
a { background-color: rgb(23,101,186); }
div.DivClassName
{
background-color: #1765BA;
}
.BgClassName
{
background-color: #1765BA;
}
</style>
border-color css
<style>
span { border-color: #1765BA; }
span { border-color: rgb(23,101,186); }
td.TdClassName
{
border-color: #1765BA;
}
.TagClassName
{
border-color: #1765BA;
}
</style>