Shades of Denim #186ECF
Tints of Denim #186ECF
RGB
CMYK
RGB Variations
Color information
#186ECF (or 0x186ECF) is known color: Denim. HEX triplet: 18, 6E and CF. RGB value is (24,110,207). Sum of RGB (Red+Green+Blue) = 24+110+207=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #186ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186ECF is #E79130. Grayscale: #5E5E5E. Windows color (decimal): -15175985 or 13594136. OLE color: 13594136.
HSL color Cylindrical-coordinate representation of color #186ECF: hue angle of 211.8º 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 #186ECF is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 110 | 207 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.19 |
| HSL | 211.8º | 0.79% | 0.45% | - |
| HSV(B) | 211.8º | 0.88% | 0.81% | - |
| XYZ | 17.22 | 15.85 | 61.18 | - |
| YUV | 95.34 | 191.01 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 110 | 207 | 0.88 | 0.47 | 0 | 0.19 | 211.8 | 0.79 | 0.45 |
| Hex | 18 | 6E | CF | 58 | 2F | 0 | 13 | D4 | 4F | 2D |
| Octal | 30 | 156 | 317 | 130 | 57 | 0 | 23 | 324 | 117 | 55 |
| Binary | 11000 | 1101110 | 11001111 | 1011000 | 101111 | 0 | 10011 | 11010100 | 1001111 | 101101 |
Color Harmonies of #186ECF
Complementary color
Monochromatic Colors of #186ECF
Black with #186ECF
Text Example
Text Example
White with #186ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186ECF; }
p { color: rgb(24,110,207); }
H1.HeaderClassName
{
color: #186ECF;
}
.AnyTagClassName
{
color: #186ECF;
}
</style>
background-color css
<style>
a { background-color: #186ECF; }
a { background-color: rgb(24,110,207); }
div.DivClassName
{
background-color: #186ECF;
}
.BgClassName
{
background-color: #186ECF;
}
</style>
border-color css
<style>
span { border-color: #186ECF; }
span { border-color: rgb(24,110,207); }
td.TdClassName
{
border-color: #186ECF;
}
.TagClassName
{
border-color: #186ECF;
}
</style>