Shades of Denim #1765B8
Tints of Denim #1765B8
RGB
CMYK
RGB Variations
Color information
#1765B8 (or 0x1765B8) is known color: Denim. HEX triplet: 17, 65 and B8. RGB value is (23,101,184). Sum of RGB (Red+Green+Blue) = 23+101+184=308 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.47% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 184 (72.27% from 255 or 59.74% from 308); Max value from RGB is 184 - color contains mainly: blue. Hex color #1765B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1765B8 is #E89A47. Grayscale: #565656. Windows color (decimal): -15243848 or 12084503. OLE color: 12084503.
HSL color Cylindrical-coordinate representation of color #1765B8: hue angle of 210.93º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1765B8 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 23 | 101 | 184 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.28 |
| HSL | 210.93º | 0.78% | 0.41% | - |
| HSV(B) | 210.93º | 0.88% | 0.72% | - |
| XYZ | 13.66 | 12.95 | 47.13 | - |
| YUV | 87.14 | 182.66 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 101 | 184 | 0.88 | 0.45 | 0 | 0.28 | 210.93 | 0.78 | 0.41 |
| Hex | 17 | 65 | B8 | 58 | 2D | 0 | 1C | D3 | 4E | 29 |
| Octal | 27 | 145 | 270 | 130 | 55 | 0 | 34 | 323 | 116 | 51 |
| Binary | 10111 | 1100101 | 10111000 | 1011000 | 101101 | 0 | 11100 | 11010011 | 1001110 | 101001 |
Color Harmonies of #1765B8
Complementary color
Monochromatic Colors of #1765B8
Black with #1765B8
Text Example
Text Example
White with #1765B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1765B8; }
p { color: rgb(23,101,184); }
H1.HeaderClassName
{
color: #1765B8;
}
.AnyTagClassName
{
color: #1765B8;
}
</style>
background-color css
<style>
a { background-color: #1765B8; }
a { background-color: rgb(23,101,184); }
div.DivClassName
{
background-color: #1765B8;
}
.BgClassName
{
background-color: #1765B8;
}
</style>
border-color css
<style>
span { border-color: #1765B8; }
span { border-color: rgb(23,101,184); }
td.TdClassName
{
border-color: #1765B8;
}
.TagClassName
{
border-color: #1765B8;
}
</style>