Shades of Denim #1759BD
Tints of Denim #1759BD
RGB
CMYK
RGB Variations
Color information
#1759BD (or 0x1759BD) is known color: Denim. HEX triplet: 17, 59 and BD. RGB value is (23,89,189). Sum of RGB (Red+Green+Blue) = 23+89+189=301 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.64% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #1759BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1759BD is #E8A642. Grayscale: #505050. Windows color (decimal): -15246915 or 12409111. OLE color: 12409111.
HSL color Cylindrical-coordinate representation of color #1759BD: hue angle of 216.14º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1759BD is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 89 | 189 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.26 |
| HSL | 216.14º | 0.78% | 0.42% | - |
| HSV(B) | 216.14º | 0.88% | 0.74% | - |
| XYZ | 13.11 | 11 | 49.58 | - |
| YUV | 80.67 | 189.13 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 189 | 0.88 | 0.53 | 0 | 0.26 | 216.14 | 0.78 | 0.42 |
| Hex | 17 | 59 | BD | 58 | 35 | 0 | 1A | D8 | 4E | 2A |
| Octal | 27 | 131 | 275 | 130 | 65 | 0 | 32 | 330 | 116 | 52 |
| Binary | 10111 | 1011001 | 10111101 | 1011000 | 110101 | 0 | 11010 | 11011000 | 1001110 | 101010 |
Color Harmonies of #1759BD
Complementary color
Monochromatic Colors of #1759BD
Black with #1759BD
Text Example
Text Example
White with #1759BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1759BD; }
p { color: rgb(23,89,189); }
H1.HeaderClassName
{
color: #1759BD;
}
.AnyTagClassName
{
color: #1759BD;
}
</style>
background-color css
<style>
a { background-color: #1759BD; }
a { background-color: rgb(23,89,189); }
div.DivClassName
{
background-color: #1759BD;
}
.BgClassName
{
background-color: #1759BD;
}
</style>
border-color css
<style>
span { border-color: #1759BD; }
span { border-color: rgb(23,89,189); }
td.TdClassName
{
border-color: #1759BD;
}
.TagClassName
{
border-color: #1759BD;
}
</style>