Shades of Denim #1759CB
Tints of Denim #1759CB
RGB
CMYK
RGB Variations
Color information
#1759CB (or 0x1759CB) is known color: Denim. HEX triplet: 17, 59 and CB. RGB value is (23,89,203). Sum of RGB (Red+Green+Blue) = 23+89+203=315 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.30% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #1759CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1759CB is #E8A634. Grayscale: #515151. Windows color (decimal): -15246901 or 13326615. OLE color: 13326615.
HSL color Cylindrical-coordinate representation of color #1759CB: hue angle of 218º 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 #1759CB is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 89 | 203 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.20 |
| HSL | 218º | 0.8% | 0.44% | - |
| HSV(B) | 218º | 0.89% | 0.8% | - |
| XYZ | 14.71 | 11.64 | 57.97 | - |
| YUV | 82.26 | 196.13 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 203 | 0.89 | 0.56 | 0 | 0.20 | 218 | 0.8 | 0.44 |
| Hex | 17 | 59 | CB | 59 | 38 | 0 | 14 | DA | 50 | 2C |
| Octal | 27 | 131 | 313 | 131 | 70 | 0 | 24 | 332 | 120 | 54 |
| Binary | 10111 | 1011001 | 11001011 | 1011001 | 111000 | 0 | 10100 | 11011010 | 1010000 | 101100 |
Color Harmonies of #1759CB
Complementary color
Monochromatic Colors of #1759CB
Black with #1759CB
Text Example
Text Example
White with #1759CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1759CB; }
p { color: rgb(23,89,203); }
H1.HeaderClassName
{
color: #1759CB;
}
.AnyTagClassName
{
color: #1759CB;
}
</style>
background-color css
<style>
a { background-color: #1759CB; }
a { background-color: rgb(23,89,203); }
div.DivClassName
{
background-color: #1759CB;
}
.BgClassName
{
background-color: #1759CB;
}
</style>
border-color css
<style>
span { border-color: #1759CB; }
span { border-color: rgb(23,89,203); }
td.TdClassName
{
border-color: #1759CB;
}
.TagClassName
{
border-color: #1759CB;
}
</style>