Shades of Denim #175BBA
Tints of Denim #175BBA
RGB
CMYK
RGB Variations
Color information
#175BBA (or 0x175BBA) is known color: Denim. HEX triplet: 17, 5B and BA. RGB value is (23,91,186). Sum of RGB (Red+Green+Blue) = 23+91+186=300 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.67% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #175BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175BBA is #E8A445. Grayscale: #515151. Windows color (decimal): -15246406 or 12213015. OLE color: 12213015.
HSL color Cylindrical-coordinate representation of color #175BBA: hue angle of 214.97º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #175BBA is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 91 | 186 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.27 |
| HSL | 214.97º | 0.78% | 0.41% | - |
| HSV(B) | 214.97º | 0.88% | 0.73% | - |
| XYZ | 12.96 | 11.21 | 47.94 | - |
| YUV | 81.5 | 186.97 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 91 | 186 | 0.88 | 0.51 | 0 | 0.27 | 214.97 | 0.78 | 0.41 |
| Hex | 17 | 5B | BA | 58 | 33 | 0 | 1B | D7 | 4E | 29 |
| Octal | 27 | 133 | 272 | 130 | 63 | 0 | 33 | 327 | 116 | 51 |
| Binary | 10111 | 1011011 | 10111010 | 1011000 | 110011 | 0 | 11011 | 11010111 | 1001110 | 101001 |
Color Harmonies of #175BBA
Complementary color
Monochromatic Colors of #175BBA
Black with #175BBA
Text Example
Text Example
White with #175BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175BBA; }
p { color: rgb(23,91,186); }
H1.HeaderClassName
{
color: #175BBA;
}
.AnyTagClassName
{
color: #175BBA;
}
</style>
background-color css
<style>
a { background-color: #175BBA; }
a { background-color: rgb(23,91,186); }
div.DivClassName
{
background-color: #175BBA;
}
.BgClassName
{
background-color: #175BBA;
}
</style>
border-color css
<style>
span { border-color: #175BBA; }
span { border-color: rgb(23,91,186); }
td.TdClassName
{
border-color: #175BBA;
}
.TagClassName
{
border-color: #175BBA;
}
</style>