Shades of Denim #175BDA
Tints of Denim #175BDA
RGB
CMYK
RGB Variations
Color information
#175BDA (or 0x175BDA) is known color: Denim. HEX triplet: 17, 5B and DA. RGB value is (23,91,218). Sum of RGB (Red+Green+Blue) = 23+91+218=332 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.93% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 218 (85.55% from 255 or 65.66% from 332); Max value from RGB is 218 - color contains mainly: blue. Hex color #175BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175BDA is #E8A425. Grayscale: #545454. Windows color (decimal): -15246374 or 14310167. OLE color: 14310167.
HSL color Cylindrical-coordinate representation of color #175BDA: hue angle of 219.08º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #175BDA is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 91 | 218 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.15 |
| HSL | 219.08º | 0.81% | 0.47% | - |
| HSV(B) | 219.08º | 0.89% | 0.85% | - |
| XYZ | 16.75 | 12.73 | 67.9 | - |
| YUV | 85.15 | 202.97 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 91 | 218 | 0.89 | 0.58 | 0 | 0.15 | 219.08 | 0.81 | 0.47 |
| Hex | 17 | 5B | DA | 59 | 3A | 0 | F | DB | 51 | 2F |
| Octal | 27 | 133 | 332 | 131 | 72 | 0 | 17 | 333 | 121 | 57 |
| Binary | 10111 | 1011011 | 11011010 | 1011001 | 111010 | 0 | 1111 | 11011011 | 1010001 | 101111 |
Color Harmonies of #175BDA
Complementary color
Monochromatic Colors of #175BDA
Black with #175BDA
Text Example
Text Example
White with #175BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175BDA; }
p { color: rgb(23,91,218); }
H1.HeaderClassName
{
color: #175BDA;
}
.AnyTagClassName
{
color: #175BDA;
}
</style>
background-color css
<style>
a { background-color: #175BDA; }
a { background-color: rgb(23,91,218); }
div.DivClassName
{
background-color: #175BDA;
}
.BgClassName
{
background-color: #175BDA;
}
</style>
border-color css
<style>
span { border-color: #175BDA; }
span { border-color: rgb(23,91,218); }
td.TdClassName
{
border-color: #175BDA;
}
.TagClassName
{
border-color: #175BDA;
}
</style>