Shades of Denim #1154B7
Tints of Denim #1154B7
RGB
CMYK
RGB Variations
Color information
#1154B7 (or 0x1154B7) is known color: Denim. HEX triplet: 11, 54 and B7. RGB value is (17,84,183). Sum of RGB (Red+Green+Blue) = 17+84+183=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 183 (71.88% from 255 or 64.44% from 284); Max value from RGB is 183 - color contains mainly: blue. Hex color #1154B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1154B7 is #EEAB48. Grayscale: #4A4A4A. Windows color (decimal): -15641417 or 12014609. OLE color: 12014609.
HSL color Cylindrical-coordinate representation of color #1154B7: hue angle of 215.78º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1154B7 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 84 | 183 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.28 |
| HSL | 215.78º | 0.83% | 0.39% | - |
| HSV(B) | 215.78º | 0.91% | 0.72% | - |
| XYZ | 11.95 | 9.88 | 46.08 | - |
| YUV | 75.25 | 188.8 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 183 | 0.91 | 0.54 | 0 | 0.28 | 215.78 | 0.83 | 0.39 |
| Hex | 11 | 54 | B7 | 5B | 36 | 0 | 1C | D8 | 53 | 27 |
| Octal | 21 | 124 | 267 | 133 | 66 | 0 | 34 | 330 | 123 | 47 |
| Binary | 10001 | 1010100 | 10110111 | 1011011 | 110110 | 0 | 11100 | 11011000 | 1010011 | 100111 |
Color Harmonies of #1154B7
Complementary color
Monochromatic Colors of #1154B7
Black with #1154B7
Text Example
Text Example
White with #1154B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1154B7; }
p { color: rgb(17,84,183); }
H1.HeaderClassName
{
color: #1154B7;
}
.AnyTagClassName
{
color: #1154B7;
}
</style>
background-color css
<style>
a { background-color: #1154B7; }
a { background-color: rgb(17,84,183); }
div.DivClassName
{
background-color: #1154B7;
}
.BgClassName
{
background-color: #1154B7;
}
</style>
border-color css
<style>
span { border-color: #1154B7; }
span { border-color: rgb(17,84,183); }
td.TdClassName
{
border-color: #1154B7;
}
.TagClassName
{
border-color: #1154B7;
}
</style>