Shades of Denim #1765BF
Tints of Denim #1765BF
RGB
CMYK
RGB Variations
Color information
#1765BF (or 0x1765BF) is known color: Denim. HEX triplet: 17, 65 and BF. RGB value is (23,101,191). Sum of RGB (Red+Green+Blue) = 23+101+191=315 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.30% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 191 (75% from 255 or 60.63% from 315); Max value from RGB is 191 - color contains mainly: blue. Hex color #1765BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1765BF is #E89A40. Grayscale: #575757. Windows color (decimal): -15243841 or 12543255. OLE color: 12543255.
HSL color Cylindrical-coordinate representation of color #1765BF: hue angle of 212.14º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1765BF is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 101 | 191 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.25 |
| HSL | 212.14º | 0.79% | 0.42% | - |
| HSV(B) | 212.14º | 0.88% | 0.75% | - |
| XYZ | 14.41 | 13.25 | 51.09 | - |
| YUV | 87.94 | 186.16 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 101 | 191 | 0.88 | 0.47 | 0 | 0.25 | 212.14 | 0.79 | 0.42 |
| Hex | 17 | 65 | BF | 58 | 2F | 0 | 19 | D4 | 4F | 2A |
| Octal | 27 | 145 | 277 | 130 | 57 | 0 | 31 | 324 | 117 | 52 |
| Binary | 10111 | 1100101 | 10111111 | 1011000 | 101111 | 0 | 11001 | 11010100 | 1001111 | 101010 |
Color Harmonies of #1765BF
Complementary color
Monochromatic Colors of #1765BF
Black with #1765BF
Text Example
Text Example
White with #1765BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1765BF; }
p { color: rgb(23,101,191); }
H1.HeaderClassName
{
color: #1765BF;
}
.AnyTagClassName
{
color: #1765BF;
}
</style>
background-color css
<style>
a { background-color: #1765BF; }
a { background-color: rgb(23,101,191); }
div.DivClassName
{
background-color: #1765BF;
}
.BgClassName
{
background-color: #1765BF;
}
</style>
border-color css
<style>
span { border-color: #1765BF; }
span { border-color: rgb(23,101,191); }
td.TdClassName
{
border-color: #1765BF;
}
.TagClassName
{
border-color: #1765BF;
}
</style>