Shades of Denim #1772B2
Tints of Denim #1772B2
RGB
CMYK
RGB Variations
Color information
#1772B2 (or 0x1772B2) is known color: Denim. HEX triplet: 17, 72 and B2. RGB value is (23,114,178). Sum of RGB (Red+Green+Blue) = 23+114+178=315 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.30% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 178 (69.92% from 255 or 56.51% from 315); Max value from RGB is 178 - color contains mainly: blue. Hex color #1772B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1772B2 is #E88D4D. Grayscale: #5D5D5D. Windows color (decimal): -15240526 or 11694615. OLE color: 11694615.
HSL color Cylindrical-coordinate representation of color #1772B2: hue angle of 204.77º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1772B2 is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 23 | 114 | 178 | - |
| CMYK | 0.87 | 0.36 | 0 | 0.30 |
| HSL | 204.77º | 0.77% | 0.39% | - |
| HSV(B) | 204.77º | 0.87% | 0.7% | - |
| XYZ | 14.41 | 15.43 | 44.34 | - |
| YUV | 94.09 | 175.35 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 114 | 178 | 0.87 | 0.36 | 0 | 0.30 | 204.77 | 0.77 | 0.39 |
| Hex | 17 | 72 | B2 | 57 | 24 | 0 | 1E | CD | 4D | 27 |
| Octal | 27 | 162 | 262 | 127 | 44 | 0 | 36 | 315 | 115 | 47 |
| Binary | 10111 | 1110010 | 10110010 | 1010111 | 100100 | 0 | 11110 | 11001101 | 1001101 | 100111 |
Color Harmonies of #1772B2
Complementary color
Monochromatic Colors of #1772B2
Black with #1772B2
Text Example
Text Example
White with #1772B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1772B2; }
p { color: rgb(23,114,178); }
H1.HeaderClassName
{
color: #1772B2;
}
.AnyTagClassName
{
color: #1772B2;
}
</style>
background-color css
<style>
a { background-color: #1772B2; }
a { background-color: rgb(23,114,178); }
div.DivClassName
{
background-color: #1772B2;
}
.BgClassName
{
background-color: #1772B2;
}
</style>
border-color css
<style>
span { border-color: #1772B2; }
span { border-color: rgb(23,114,178); }
td.TdClassName
{
border-color: #1772B2;
}
.TagClassName
{
border-color: #1772B2;
}
</style>