Shades of Denim #1761CB
Tints of Denim #1761CB
RGB
CMYK
RGB Variations
Color information
#1761CB (or 0x1761CB) is known color: Denim. HEX triplet: 17, 61 and CB. RGB value is (23,97,203). Sum of RGB (Red+Green+Blue) = 23+97+203=323 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.12% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #1761CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1761CB is #E89E34. Grayscale: #565656. Windows color (decimal): -15244853 or 13328663. OLE color: 13328663.
HSL color Cylindrical-coordinate representation of color #1761CB: hue angle of 215.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1761CB is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 97 | 203 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.20 |
| HSL | 215.33º | 0.8% | 0.44% | - |
| HSV(B) | 215.33º | 0.89% | 0.8% | - |
| XYZ | 15.41 | 13.04 | 58.21 | - |
| YUV | 86.96 | 193.48 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 97 | 203 | 0.89 | 0.52 | 0 | 0.20 | 215.33 | 0.8 | 0.44 |
| Hex | 17 | 61 | CB | 59 | 34 | 0 | 14 | D7 | 50 | 2C |
| Octal | 27 | 141 | 313 | 131 | 64 | 0 | 24 | 327 | 120 | 54 |
| Binary | 10111 | 1100001 | 11001011 | 1011001 | 110100 | 0 | 10100 | 11010111 | 1010000 | 101100 |
Color Harmonies of #1761CB
Complementary color
Monochromatic Colors of #1761CB
Black with #1761CB
Text Example
Text Example
White with #1761CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1761CB; }
p { color: rgb(23,97,203); }
H1.HeaderClassName
{
color: #1761CB;
}
.AnyTagClassName
{
color: #1761CB;
}
</style>
background-color css
<style>
a { background-color: #1761CB; }
a { background-color: rgb(23,97,203); }
div.DivClassName
{
background-color: #1761CB;
}
.BgClassName
{
background-color: #1761CB;
}
</style>
border-color css
<style>
span { border-color: #1761CB; }
span { border-color: rgb(23,97,203); }
td.TdClassName
{
border-color: #1761CB;
}
.TagClassName
{
border-color: #1761CB;
}
</style>