Shades of Denim #1772C1
Tints of Denim #1772C1
RGB
CMYK
RGB Variations
Color information
#1772C1 (or 0x1772C1) is known color: Denim. HEX triplet: 17, 72 and C1. RGB value is (23,114,193). Sum of RGB (Red+Green+Blue) = 23+114+193=330 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.97% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 193 (75.78% from 255 or 58.48% from 330); Max value from RGB is 193 - color contains mainly: blue. Hex color #1772C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1772C1 is #E88D3E. Grayscale: #5F5F5F. Windows color (decimal): -15240511 or 12677655. OLE color: 12677655.
HSL color Cylindrical-coordinate representation of color #1772C1: hue angle of 207.88º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1772C1 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 114 | 193 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.24 |
| HSL | 207.88º | 0.79% | 0.42% | - |
| HSV(B) | 207.88º | 0.88% | 0.76% | - |
| XYZ | 16 | 16.07 | 52.71 | - |
| YUV | 95.8 | 182.85 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 114 | 193 | 0.88 | 0.41 | 0 | 0.24 | 207.88 | 0.79 | 0.42 |
| Hex | 17 | 72 | C1 | 58 | 29 | 0 | 18 | D0 | 4F | 2A |
| Octal | 27 | 162 | 301 | 130 | 51 | 0 | 30 | 320 | 117 | 52 |
| Binary | 10111 | 1110010 | 11000001 | 1011000 | 101001 | 0 | 11000 | 11010000 | 1001111 | 101010 |
Color Harmonies of #1772C1
Complementary color
Monochromatic Colors of #1772C1
Black with #1772C1
Text Example
Text Example
White with #1772C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1772C1; }
p { color: rgb(23,114,193); }
H1.HeaderClassName
{
color: #1772C1;
}
.AnyTagClassName
{
color: #1772C1;
}
</style>
background-color css
<style>
a { background-color: #1772C1; }
a { background-color: rgb(23,114,193); }
div.DivClassName
{
background-color: #1772C1;
}
.BgClassName
{
background-color: #1772C1;
}
</style>
border-color css
<style>
span { border-color: #1772C1; }
span { border-color: rgb(23,114,193); }
td.TdClassName
{
border-color: #1772C1;
}
.TagClassName
{
border-color: #1772C1;
}
</style>