Shades of Denim #1763BB
Tints of Denim #1763BB
RGB
CMYK
RGB Variations
Color information
#1763BB (or 0x1763BB) is known color: Denim. HEX triplet: 17, 63 and BB. RGB value is (23,99,187). Sum of RGB (Red+Green+Blue) = 23+99+187=309 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.44% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #1763BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1763BB is #E89C44. Grayscale: #555555. Windows color (decimal): -15244357 or 12280599. OLE color: 12280599.
HSL color Cylindrical-coordinate representation of color #1763BB: hue angle of 212.2º 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 #1763BB is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 99 | 187 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.27 |
| HSL | 212.2º | 0.78% | 0.41% | - |
| HSV(B) | 212.2º | 0.88% | 0.73% | - |
| XYZ | 13.78 | 12.69 | 48.74 | - |
| YUV | 86.31 | 184.82 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 99 | 187 | 0.88 | 0.47 | 0 | 0.27 | 212.2 | 0.78 | 0.41 |
| Hex | 17 | 63 | BB | 58 | 2F | 0 | 1B | D4 | 4E | 29 |
| Octal | 27 | 143 | 273 | 130 | 57 | 0 | 33 | 324 | 116 | 51 |
| Binary | 10111 | 1100011 | 10111011 | 1011000 | 101111 | 0 | 11011 | 11010100 | 1001110 | 101001 |
Color Harmonies of #1763BB
Complementary color
Monochromatic Colors of #1763BB
Black with #1763BB
Text Example
Text Example
White with #1763BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1763BB; }
p { color: rgb(23,99,187); }
H1.HeaderClassName
{
color: #1763BB;
}
.AnyTagClassName
{
color: #1763BB;
}
</style>
background-color css
<style>
a { background-color: #1763BB; }
a { background-color: rgb(23,99,187); }
div.DivClassName
{
background-color: #1763BB;
}
.BgClassName
{
background-color: #1763BB;
}
</style>
border-color css
<style>
span { border-color: #1763BB; }
span { border-color: rgb(23,99,187); }
td.TdClassName
{
border-color: #1763BB;
}
.TagClassName
{
border-color: #1763BB;
}
</style>