Shades of Denim #186FC6
Tints of Denim #186FC6
RGB
CMYK
RGB Variations
Color information
#186FC6 (or 0x186FC6) is known color: Denim. HEX triplet: 18, 6F and C6. RGB value is (24,111,198). Sum of RGB (Red+Green+Blue) = 24+111+198=333 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.21% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 198 (77.73% from 255 or 59.46% from 333); Max value from RGB is 198 - color contains mainly: blue. Hex color #186FC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186FC6 is #E79039. Grayscale: #5E5E5E. Windows color (decimal): -15175738 or 13004568. OLE color: 13004568.
HSL color Cylindrical-coordinate representation of color #186FC6: hue angle of 210º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #186FC6 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 111 | 198 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.22 |
| HSL | 210º | 0.78% | 0.44% | - |
| HSV(B) | 210º | 0.88% | 0.78% | - |
| XYZ | 16.25 | 15.64 | 55.59 | - |
| YUV | 94.91 | 186.18 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 111 | 198 | 0.88 | 0.44 | 0 | 0.22 | 210 | 0.78 | 0.44 |
| Hex | 18 | 6F | C6 | 58 | 2C | 0 | 16 | D2 | 4E | 2C |
| Octal | 30 | 157 | 306 | 130 | 54 | 0 | 26 | 322 | 116 | 54 |
| Binary | 11000 | 1101111 | 11000110 | 1011000 | 101100 | 0 | 10110 | 11010010 | 1001110 | 101100 |
Color Harmonies of #186FC6
Complementary color
Monochromatic Colors of #186FC6
Black with #186FC6
Text Example
Text Example
White with #186FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186FC6; }
p { color: rgb(24,111,198); }
H1.HeaderClassName
{
color: #186FC6;
}
.AnyTagClassName
{
color: #186FC6;
}
</style>
background-color css
<style>
a { background-color: #186FC6; }
a { background-color: rgb(24,111,198); }
div.DivClassName
{
background-color: #186FC6;
}
.BgClassName
{
background-color: #186FC6;
}
</style>
border-color css
<style>
span { border-color: #186FC6; }
span { border-color: rgb(24,111,198); }
td.TdClassName
{
border-color: #186FC6;
}
.TagClassName
{
border-color: #186FC6;
}
</style>