Shades of Denim #175ACE
Tints of Denim #175ACE
RGB
CMYK
RGB Variations
Color information
#175ACE (or 0x175ACE) is known color: Denim. HEX triplet: 17, 5A and CE. RGB value is (23,90,206). Sum of RGB (Red+Green+Blue) = 23+90+206=319 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.21% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #175ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175ACE is #E8A531. Grayscale: #525252. Windows color (decimal): -15246642 or 13523479. OLE color: 13523479.
HSL color Cylindrical-coordinate representation of color #175ACE: hue angle of 218.03º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #175ACE is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 90 | 206 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.19 |
| HSL | 218.03º | 0.8% | 0.45% | - |
| HSV(B) | 218.03º | 0.89% | 0.81% | - |
| XYZ | 15.15 | 11.95 | 59.9 | - |
| YUV | 83.19 | 197.3 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 206 | 0.89 | 0.56 | 0 | 0.19 | 218.03 | 0.8 | 0.45 |
| Hex | 17 | 5A | CE | 59 | 38 | 0 | 13 | DA | 50 | 2D |
| Octal | 27 | 132 | 316 | 131 | 70 | 0 | 23 | 332 | 120 | 55 |
| Binary | 10111 | 1011010 | 11001110 | 1011001 | 111000 | 0 | 10011 | 11011010 | 1010000 | 101101 |
Color Harmonies of #175ACE
Complementary color
Monochromatic Colors of #175ACE
Black with #175ACE
Text Example
Text Example
White with #175ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175ACE; }
p { color: rgb(23,90,206); }
H1.HeaderClassName
{
color: #175ACE;
}
.AnyTagClassName
{
color: #175ACE;
}
</style>
background-color css
<style>
a { background-color: #175ACE; }
a { background-color: rgb(23,90,206); }
div.DivClassName
{
background-color: #175ACE;
}
.BgClassName
{
background-color: #175ACE;
}
</style>
border-color css
<style>
span { border-color: #175ACE; }
span { border-color: rgb(23,90,206); }
td.TdClassName
{
border-color: #175ACE;
}
.TagClassName
{
border-color: #175ACE;
}
</style>