Shades of Denim #1154BA
Tints of Denim #1154BA
RGB
CMYK
RGB Variations
Color information
#1154BA (or 0x1154BA) is known color: Denim. HEX triplet: 11, 54 and BA. RGB value is (17,84,186). Sum of RGB (Red+Green+Blue) = 17+84+186=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #1154BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1154BA is #EEAB45. Grayscale: #4B4B4B. Windows color (decimal): -15641414 or 12211217. OLE color: 12211217.
HSL color Cylindrical-coordinate representation of color #1154BA: hue angle of 216.21º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1154BA is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 84 | 186 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.27 |
| HSL | 216.21º | 0.83% | 0.4% | - |
| HSV(B) | 216.21º | 0.91% | 0.73% | - |
| XYZ | 12.26 | 10 | 47.74 | - |
| YUV | 75.6 | 190.3 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 186 | 0.91 | 0.55 | 0 | 0.27 | 216.21 | 0.83 | 0.4 |
| Hex | 11 | 54 | BA | 5B | 37 | 0 | 1B | D8 | 53 | 28 |
| Octal | 21 | 124 | 272 | 133 | 67 | 0 | 33 | 330 | 123 | 50 |
| Binary | 10001 | 1010100 | 10111010 | 1011011 | 110111 | 0 | 11011 | 11011000 | 1010011 | 101000 |
Color Harmonies of #1154BA
Complementary color
Monochromatic Colors of #1154BA
Black with #1154BA
Text Example
Text Example
White with #1154BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1154BA; }
p { color: rgb(17,84,186); }
H1.HeaderClassName
{
color: #1154BA;
}
.AnyTagClassName
{
color: #1154BA;
}
</style>
background-color css
<style>
a { background-color: #1154BA; }
a { background-color: rgb(17,84,186); }
div.DivClassName
{
background-color: #1154BA;
}
.BgClassName
{
background-color: #1154BA;
}
</style>
border-color css
<style>
span { border-color: #1154BA; }
span { border-color: rgb(17,84,186); }
td.TdClassName
{
border-color: #1154BA;
}
.TagClassName
{
border-color: #1154BA;
}
</style>