Shades of Denim #1768BC
Tints of Denim #1768BC
RGB
CMYK
RGB Variations
Color information
#1768BC (or 0x1768BC) is known color: Denim. HEX triplet: 17, 68 and BC. RGB value is (23,104,188). Sum of RGB (Red+Green+Blue) = 23+104+188=315 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.30% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #1768BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1768BC is #E89743. Grayscale: #585858. Windows color (decimal): -15243076 or 12347415. OLE color: 12347415.
HSL color Cylindrical-coordinate representation of color #1768BC: hue angle of 210.55º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1768BC is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 104 | 188 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.26 |
| HSL | 210.55º | 0.78% | 0.41% | - |
| HSV(B) | 210.55º | 0.88% | 0.74% | - |
| XYZ | 14.38 | 13.71 | 49.47 | - |
| YUV | 89.36 | 183.66 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 104 | 188 | 0.88 | 0.45 | 0 | 0.26 | 210.55 | 0.78 | 0.41 |
| Hex | 17 | 68 | BC | 58 | 2D | 0 | 1A | D3 | 4E | 29 |
| Octal | 27 | 150 | 274 | 130 | 55 | 0 | 32 | 323 | 116 | 51 |
| Binary | 10111 | 1101000 | 10111100 | 1011000 | 101101 | 0 | 11010 | 11010011 | 1001110 | 101001 |
Color Harmonies of #1768BC
Complementary color
Monochromatic Colors of #1768BC
Black with #1768BC
Text Example
Text Example
White with #1768BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1768BC; }
p { color: rgb(23,104,188); }
H1.HeaderClassName
{
color: #1768BC;
}
.AnyTagClassName
{
color: #1768BC;
}
</style>
background-color css
<style>
a { background-color: #1768BC; }
a { background-color: rgb(23,104,188); }
div.DivClassName
{
background-color: #1768BC;
}
.BgClassName
{
background-color: #1768BC;
}
</style>
border-color css
<style>
span { border-color: #1768BC; }
span { border-color: rgb(23,104,188); }
td.TdClassName
{
border-color: #1768BC;
}
.TagClassName
{
border-color: #1768BC;
}
</style>