Shades of Denim #175EA5
Tints of Denim #175EA5
RGB
CMYK
RGB Variations
Color information
#175EA5 (or 0x175EA5) is known color: Denim. HEX triplet: 17, 5E and A5. RGB value is (23,94,165). Sum of RGB (Red+Green+Blue) = 23+94+165=282 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.16% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 165 (64.84% from 255 or 58.51% from 282); Max value from RGB is 165 - color contains mainly: blue. Hex color #175EA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175EA5 is #E8A15A. Grayscale: #505050. Windows color (decimal): -15245659 or 10837527. OLE color: 10837527.
HSL color Cylindrical-coordinate representation of color #175EA5: hue angle of 210º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #175EA5 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 23 | 94 | 165 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.35 |
| HSL | 210º | 0.76% | 0.37% | - |
| HSV(B) | 210º | 0.86% | 0.65% | - |
| XYZ | 11.15 | 10.9 | 37.11 | - |
| YUV | 80.87 | 175.48 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 94 | 165 | 0.86 | 0.43 | 0 | 0.35 | 210 | 0.76 | 0.37 |
| Hex | 17 | 5E | A5 | 56 | 2B | 0 | 23 | D2 | 4C | 25 |
| Octal | 27 | 136 | 245 | 126 | 53 | 0 | 43 | 322 | 114 | 45 |
| Binary | 10111 | 1011110 | 10100101 | 1010110 | 101011 | 0 | 100011 | 11010010 | 1001100 | 100101 |
Color Harmonies of #175EA5
Complementary color
Monochromatic Colors of #175EA5
Black with #175EA5
Text Example
Text Example
White with #175EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175EA5; }
p { color: rgb(23,94,165); }
H1.HeaderClassName
{
color: #175EA5;
}
.AnyTagClassName
{
color: #175EA5;
}
</style>
background-color css
<style>
a { background-color: #175EA5; }
a { background-color: rgb(23,94,165); }
div.DivClassName
{
background-color: #175EA5;
}
.BgClassName
{
background-color: #175EA5;
}
</style>
border-color css
<style>
span { border-color: #175EA5; }
span { border-color: rgb(23,94,165); }
td.TdClassName
{
border-color: #175EA5;
}
.TagClassName
{
border-color: #175EA5;
}
</style>