Shades of Denim #1775BC
Tints of Denim #1775BC
RGB
CMYK
RGB Variations
Color information
#1775BC (or 0x1775BC) is known color: Denim. HEX triplet: 17, 75 and BC. RGB value is (23,117,188). Sum of RGB (Red+Green+Blue) = 23+117+188=328 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.01% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #1775BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1775BC is #E88A43. Grayscale: #606060. Windows color (decimal): -15239748 or 12350743. OLE color: 12350743.
HSL color Cylindrical-coordinate representation of color #1775BC: hue angle of 205.82º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1775BC is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 117 | 188 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.26 |
| HSL | 205.82º | 0.78% | 0.41% | - |
| HSV(B) | 205.82º | 0.88% | 0.74% | - |
| XYZ | 15.79 | 16.54 | 49.94 | - |
| YUV | 96.99 | 179.36 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 117 | 188 | 0.88 | 0.38 | 0 | 0.26 | 205.82 | 0.78 | 0.41 |
| Hex | 17 | 75 | BC | 58 | 26 | 0 | 1A | CE | 4E | 29 |
| Octal | 27 | 165 | 274 | 130 | 46 | 0 | 32 | 316 | 116 | 51 |
| Binary | 10111 | 1110101 | 10111100 | 1011000 | 100110 | 0 | 11010 | 11001110 | 1001110 | 101001 |
Color Harmonies of #1775BC
Complementary color
Monochromatic Colors of #1775BC
Black with #1775BC
Text Example
Text Example
White with #1775BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1775BC; }
p { color: rgb(23,117,188); }
H1.HeaderClassName
{
color: #1775BC;
}
.AnyTagClassName
{
color: #1775BC;
}
</style>
background-color css
<style>
a { background-color: #1775BC; }
a { background-color: rgb(23,117,188); }
div.DivClassName
{
background-color: #1775BC;
}
.BgClassName
{
background-color: #1775BC;
}
</style>
border-color css
<style>
span { border-color: #1775BC; }
span { border-color: rgb(23,117,188); }
td.TdClassName
{
border-color: #1775BC;
}
.TagClassName
{
border-color: #1775BC;
}
</style>