Shades of Denim #1154D0
Tints of Denim #1154D0
RGB
CMYK
RGB Variations
Color information
#1154D0 (or 0x1154D0) is known color: Denim. HEX triplet: 11, 54 and D0. RGB value is (17,84,208). Sum of RGB (Red+Green+Blue) = 17+84+208=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 208 (81.64% from 255 or 67.31% from 309); Max value from RGB is 208 - color contains mainly: blue. Hex color #1154D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1154D0 is #EEAB2F. Grayscale: #4D4D4D. Windows color (decimal): -15641392 or 13653009. OLE color: 13653009.
HSL color Cylindrical-coordinate representation of color #1154D0: hue angle of 218.95º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1154D0 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 84 | 208 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.18 |
| HSL | 218.95º | 0.85% | 0.44% | - |
| HSV(B) | 218.95º | 0.92% | 0.82% | - |
| XYZ | 14.79 | 11.01 | 61.02 | - |
| YUV | 78.1 | 201.3 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 208 | 0.92 | 0.60 | 0 | 0.18 | 218.95 | 0.85 | 0.44 |
| Hex | 11 | 54 | D0 | 5C | 3C | 0 | 12 | DB | 55 | 2C |
| Octal | 21 | 124 | 320 | 134 | 74 | 0 | 22 | 333 | 125 | 54 |
| Binary | 10001 | 1010100 | 11010000 | 1011100 | 111100 | 0 | 10010 | 11011011 | 1010101 | 101100 |
Color Harmonies of #1154D0
Complementary color
Monochromatic Colors of #1154D0
Black with #1154D0
Text Example
Text Example
White with #1154D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1154D0; }
p { color: rgb(17,84,208); }
H1.HeaderClassName
{
color: #1154D0;
}
.AnyTagClassName
{
color: #1154D0;
}
</style>
background-color css
<style>
a { background-color: #1154D0; }
a { background-color: rgb(17,84,208); }
div.DivClassName
{
background-color: #1154D0;
}
.BgClassName
{
background-color: #1154D0;
}
</style>
border-color css
<style>
span { border-color: #1154D0; }
span { border-color: rgb(17,84,208); }
td.TdClassName
{
border-color: #1154D0;
}
.TagClassName
{
border-color: #1154D0;
}
</style>