Shades of Denim #186ECE
Tints of Denim #186ECE
RGB
CMYK
RGB Variations
Color information
#186ECE (or 0x186ECE) is known color: Denim. HEX triplet: 18, 6E and CE. RGB value is (24,110,206). Sum of RGB (Red+Green+Blue) = 24+110+206=340 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.06% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #186ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186ECE is #E79131. Grayscale: #5E5E5E. Windows color (decimal): -15175986 or 13528600. OLE color: 13528600.
HSL color Cylindrical-coordinate representation of color #186ECE: hue angle of 211.65º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #186ECE is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 110 | 206 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.19 |
| HSL | 211.65º | 0.79% | 0.45% | - |
| HSV(B) | 211.65º | 0.88% | 0.81% | - |
| XYZ | 17.09 | 15.8 | 60.54 | - |
| YUV | 95.23 | 190.51 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 110 | 206 | 0.88 | 0.47 | 0 | 0.19 | 211.65 | 0.79 | 0.45 |
| Hex | 18 | 6E | CE | 58 | 2F | 0 | 13 | D4 | 4F | 2D |
| Octal | 30 | 156 | 316 | 130 | 57 | 0 | 23 | 324 | 117 | 55 |
| Binary | 11000 | 1101110 | 11001110 | 1011000 | 101111 | 0 | 10011 | 11010100 | 1001111 | 101101 |
Color Harmonies of #186ECE
Complementary color
Monochromatic Colors of #186ECE
Black with #186ECE
Text Example
Text Example
White with #186ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186ECE; }
p { color: rgb(24,110,206); }
H1.HeaderClassName
{
color: #186ECE;
}
.AnyTagClassName
{
color: #186ECE;
}
</style>
background-color css
<style>
a { background-color: #186ECE; }
a { background-color: rgb(24,110,206); }
div.DivClassName
{
background-color: #186ECE;
}
.BgClassName
{
background-color: #186ECE;
}
</style>
border-color css
<style>
span { border-color: #186ECE; }
span { border-color: rgb(24,110,206); }
td.TdClassName
{
border-color: #186ECE;
}
.TagClassName
{
border-color: #186ECE;
}
</style>