Shades of Denim #186CCC
Tints of Denim #186CCC
RGB
CMYK
RGB Variations
Color information
#186CCC (or 0x186CCC) is known color: Denim. HEX triplet: 18, 6C and CC. RGB value is (24,108,204). Sum of RGB (Red+Green+Blue) = 24+108+204=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #186CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186CCC is #E79333. Grayscale: #5D5D5D. Windows color (decimal): -15176500 or 13397016. OLE color: 13397016.
HSL color Cylindrical-coordinate representation of color #186CCC: hue angle of 212º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #186CCC is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 108 | 204 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.2 |
| HSL | 212º | 0.79% | 0.45% | - |
| HSV(B) | 212º | 0.88% | 0.8% | - |
| XYZ | 16.64 | 15.28 | 59.2 | - |
| YUV | 93.83 | 190.17 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 108 | 204 | 0.88 | 0.47 | 0 | 0.2 | 212 | 0.79 | 0.45 |
| Hex | 18 | 6C | CC | 58 | 2F | 0 | 14 | D4 | 4F | 2D |
| Octal | 30 | 154 | 314 | 130 | 57 | 0 | 24 | 324 | 117 | 55 |
| Binary | 11000 | 1101100 | 11001100 | 1011000 | 101111 | 0 | 10100 | 11010100 | 1001111 | 101101 |
Color Harmonies of #186CCC
Complementary color
Monochromatic Colors of #186CCC
Black with #186CCC
Text Example
Text Example
White with #186CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186CCC; }
p { color: rgb(24,108,204); }
H1.HeaderClassName
{
color: #186CCC;
}
.AnyTagClassName
{
color: #186CCC;
}
</style>
background-color css
<style>
a { background-color: #186CCC; }
a { background-color: rgb(24,108,204); }
div.DivClassName
{
background-color: #186CCC;
}
.BgClassName
{
background-color: #186CCC;
}
</style>
border-color css
<style>
span { border-color: #186CCC; }
span { border-color: rgb(24,108,204); }
td.TdClassName
{
border-color: #186CCC;
}
.TagClassName
{
border-color: #186CCC;
}
</style>