Shades of Denim #1775B8
Tints of Denim #1775B8
RGB
CMYK
RGB Variations
Color information
#1775B8 (or 0x1775B8) is known color: Denim. HEX triplet: 17, 75 and B8. RGB value is (23,117,184). Sum of RGB (Red+Green+Blue) = 23+117+184=324 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.10% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 184 (72.27% from 255 or 56.79% from 324); Max value from RGB is 184 - color contains mainly: blue. Hex color #1775B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1775B8 is #E88A47. Grayscale: #606060. Windows color (decimal): -15239752 or 12088599. OLE color: 12088599.
HSL color Cylindrical-coordinate representation of color #1775B8: hue angle of 204.97º 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 #1775B8 is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 23 | 117 | 184 | - |
| CMYK | 0.88 | 0.36 | 0 | 0.28 |
| HSL | 204.97º | 0.78% | 0.41% | - |
| HSV(B) | 204.97º | 0.88% | 0.72% | - |
| XYZ | 15.37 | 16.37 | 47.7 | - |
| YUV | 96.53 | 177.36 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 117 | 184 | 0.88 | 0.36 | 0 | 0.28 | 204.97 | 0.78 | 0.41 |
| Hex | 17 | 75 | B8 | 58 | 24 | 0 | 1C | CD | 4E | 29 |
| Octal | 27 | 165 | 270 | 130 | 44 | 0 | 34 | 315 | 116 | 51 |
| Binary | 10111 | 1110101 | 10111000 | 1011000 | 100100 | 0 | 11100 | 11001101 | 1001110 | 101001 |
Color Harmonies of #1775B8
Complementary color
Monochromatic Colors of #1775B8
Black with #1775B8
Text Example
Text Example
White with #1775B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1775B8; }
p { color: rgb(23,117,184); }
H1.HeaderClassName
{
color: #1775B8;
}
.AnyTagClassName
{
color: #1775B8;
}
</style>
background-color css
<style>
a { background-color: #1775B8; }
a { background-color: rgb(23,117,184); }
div.DivClassName
{
background-color: #1775B8;
}
.BgClassName
{
background-color: #1775B8;
}
</style>
border-color css
<style>
span { border-color: #1775B8; }
span { border-color: rgb(23,117,184); }
td.TdClassName
{
border-color: #1775B8;
}
.TagClassName
{
border-color: #1775B8;
}
</style>