Shades of Denim #115AD3
Tints of Denim #115AD3
RGB
CMYK
RGB Variations
Color information
#115AD3 (or 0x115AD3) is known color: Denim. HEX triplet: 11, 5A and D3. RGB value is (17,90,211). Sum of RGB (Red+Green+Blue) = 17+90+211=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 211 (82.81% from 255 or 66.35% from 318); Max value from RGB is 211 - color contains mainly: blue. Hex color #115AD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115AD3 is #EEA52C. Grayscale: #515151. Windows color (decimal): -15639853 or 13851153. OLE color: 13851153.
HSL color Cylindrical-coordinate representation of color #115AD3: hue angle of 217.42º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115AD3 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 17 | 90 | 211 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.17 |
| HSL | 217.42º | 0.85% | 0.45% | - |
| HSV(B) | 217.42º | 0.92% | 0.83% | - |
| XYZ | 15.65 | 12.13 | 63.15 | - |
| YUV | 81.97 | 200.82 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 211 | 0.92 | 0.57 | 0 | 0.17 | 217.42 | 0.85 | 0.45 |
| Hex | 11 | 5A | D3 | 5C | 39 | 0 | 11 | D9 | 55 | 2D |
| Octal | 21 | 132 | 323 | 134 | 71 | 0 | 21 | 331 | 125 | 55 |
| Binary | 10001 | 1011010 | 11010011 | 1011100 | 111001 | 0 | 10001 | 11011001 | 1010101 | 101101 |
Color Harmonies of #115AD3
Complementary color
Monochromatic Colors of #115AD3
Black with #115AD3
Text Example
Text Example
White with #115AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115AD3; }
p { color: rgb(17,90,211); }
H1.HeaderClassName
{
color: #115AD3;
}
.AnyTagClassName
{
color: #115AD3;
}
</style>
background-color css
<style>
a { background-color: #115AD3; }
a { background-color: rgb(17,90,211); }
div.DivClassName
{
background-color: #115AD3;
}
.BgClassName
{
background-color: #115AD3;
}
</style>
border-color css
<style>
span { border-color: #115AD3; }
span { border-color: rgb(17,90,211); }
td.TdClassName
{
border-color: #115AD3;
}
.TagClassName
{
border-color: #115AD3;
}
</style>