Shades of Denim #1763CF
Tints of Denim #1763CF
RGB
CMYK
RGB Variations
Color information
#1763CF (or 0x1763CF) is known color: Denim. HEX triplet: 17, 63 and CF. RGB value is (23,99,207). Sum of RGB (Red+Green+Blue) = 23+99+207=329 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.99% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #1763CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1763CF is #E89C30. Grayscale: #585858. Windows color (decimal): -15244337 or 13591319. OLE color: 13591319.
HSL color Cylindrical-coordinate representation of color #1763CF: hue angle of 215.22º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1763CF is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 99 | 207 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.19 |
| HSL | 215.22º | 0.8% | 0.45% | - |
| HSV(B) | 215.22º | 0.89% | 0.81% | - |
| XYZ | 16.08 | 13.61 | 60.81 | - |
| YUV | 88.59 | 194.82 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 99 | 207 | 0.89 | 0.52 | 0 | 0.19 | 215.22 | 0.8 | 0.45 |
| Hex | 17 | 63 | CF | 59 | 34 | 0 | 13 | D7 | 50 | 2D |
| Octal | 27 | 143 | 317 | 131 | 64 | 0 | 23 | 327 | 120 | 55 |
| Binary | 10111 | 1100011 | 11001111 | 1011001 | 110100 | 0 | 10011 | 11010111 | 1010000 | 101101 |
Color Harmonies of #1763CF
Complementary color
Monochromatic Colors of #1763CF
Black with #1763CF
Text Example
Text Example
White with #1763CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1763CF; }
p { color: rgb(23,99,207); }
H1.HeaderClassName
{
color: #1763CF;
}
.AnyTagClassName
{
color: #1763CF;
}
</style>
background-color css
<style>
a { background-color: #1763CF; }
a { background-color: rgb(23,99,207); }
div.DivClassName
{
background-color: #1763CF;
}
.BgClassName
{
background-color: #1763CF;
}
</style>
border-color css
<style>
span { border-color: #1763CF; }
span { border-color: rgb(23,99,207); }
td.TdClassName
{
border-color: #1763CF;
}
.TagClassName
{
border-color: #1763CF;
}
</style>