Shades of Denim #1172C4
Tints of Denim #1172C4
RGB
CMYK
RGB Variations
Color information
#1172C4 (or 0x1172C4) is known color: Denim. HEX triplet: 11, 72 and C4. RGB value is (17,114,196). Sum of RGB (Red+Green+Blue) = 17+114+196=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 196 (76.95% from 255 or 59.94% from 327); Max value from RGB is 196 - color contains mainly: blue. Hex color #1172C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1172C4 is #EE8D3B. Grayscale: #5D5D5D. Windows color (decimal): -15633724 or 12874257. OLE color: 12874257.
HSL color Cylindrical-coordinate representation of color #1172C4: hue angle of 207.49º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1172C4 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 114 | 196 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.23 |
| HSL | 207.49º | 0.84% | 0.42% | - |
| HSV(B) | 207.49º | 0.91% | 0.77% | - |
| XYZ | 16.21 | 16.14 | 54.49 | - |
| YUV | 94.35 | 185.36 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 114 | 196 | 0.91 | 0.42 | 0 | 0.23 | 207.49 | 0.84 | 0.42 |
| Hex | 11 | 72 | C4 | 5B | 2A | 0 | 17 | CF | 54 | 2A |
| Octal | 21 | 162 | 304 | 133 | 52 | 0 | 27 | 317 | 124 | 52 |
| Binary | 10001 | 1110010 | 11000100 | 1011011 | 101010 | 0 | 10111 | 11001111 | 1010100 | 101010 |
Color Harmonies of #1172C4
Complementary color
Monochromatic Colors of #1172C4
Black with #1172C4
Text Example
Text Example
White with #1172C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1172C4; }
p { color: rgb(17,114,196); }
H1.HeaderClassName
{
color: #1172C4;
}
.AnyTagClassName
{
color: #1172C4;
}
</style>
background-color css
<style>
a { background-color: #1172C4; }
a { background-color: rgb(17,114,196); }
div.DivClassName
{
background-color: #1172C4;
}
.BgClassName
{
background-color: #1172C4;
}
</style>
border-color css
<style>
span { border-color: #1172C4; }
span { border-color: rgb(17,114,196); }
td.TdClassName
{
border-color: #1172C4;
}
.TagClassName
{
border-color: #1172C4;
}
</style>