Shades of Denim #175CCB
Tints of Denim #175CCB
RGB
CMYK
RGB Variations
Color information
#175CCB (or 0x175CCB) is known color: Denim. HEX triplet: 17, 5C and CB. RGB value is (23,92,203). Sum of RGB (Red+Green+Blue) = 23+92+203=318 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.23% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #175CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175CCB is #E8A334. Grayscale: #535353. Windows color (decimal): -15246133 or 13327383. OLE color: 13327383.
HSL color Cylindrical-coordinate representation of color #175CCB: hue angle of 217º 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 #175CCB is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 92 | 203 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.20 |
| HSL | 217º | 0.8% | 0.44% | - |
| HSV(B) | 217º | 0.89% | 0.8% | - |
| XYZ | 14.96 | 12.15 | 58.06 | - |
| YUV | 84.02 | 195.14 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 92 | 203 | 0.89 | 0.55 | 0 | 0.20 | 217 | 0.8 | 0.44 |
| Hex | 17 | 5C | CB | 59 | 37 | 0 | 14 | D9 | 50 | 2C |
| Octal | 27 | 134 | 313 | 131 | 67 | 0 | 24 | 331 | 120 | 54 |
| Binary | 10111 | 1011100 | 11001011 | 1011001 | 110111 | 0 | 10100 | 11011001 | 1010000 | 101100 |
Color Harmonies of #175CCB
Complementary color
Monochromatic Colors of #175CCB
Black with #175CCB
Text Example
Text Example
White with #175CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175CCB; }
p { color: rgb(23,92,203); }
H1.HeaderClassName
{
color: #175CCB;
}
.AnyTagClassName
{
color: #175CCB;
}
</style>
background-color css
<style>
a { background-color: #175CCB; }
a { background-color: rgb(23,92,203); }
div.DivClassName
{
background-color: #175CCB;
}
.BgClassName
{
background-color: #175CCB;
}
</style>
border-color css
<style>
span { border-color: #175CCB; }
span { border-color: rgb(23,92,203); }
td.TdClassName
{
border-color: #175CCB;
}
.TagClassName
{
border-color: #175CCB;
}
</style>