Shades of Denim #186DCB
Tints of Denim #186DCB
RGB
CMYK
RGB Variations
Color information
#186DCB (or 0x186DCB) is known color: Denim. HEX triplet: 18, 6D and CB. RGB value is (24,109,203). Sum of RGB (Red+Green+Blue) = 24+109+203=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #186DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186DCB is #E79234. Grayscale: #5D5D5D. Windows color (decimal): -15176245 or 13331736. OLE color: 13331736.
HSL color Cylindrical-coordinate representation of color #186DCB: hue angle of 211.51º 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 #186DCB is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 109 | 203 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.20 |
| HSL | 211.51º | 0.79% | 0.45% | - |
| HSV(B) | 211.51º | 0.88% | 0.8% | - |
| XYZ | 16.62 | 15.44 | 58.6 | - |
| YUV | 94.3 | 189.34 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 203 | 0.88 | 0.46 | 0 | 0.20 | 211.51 | 0.79 | 0.45 |
| Hex | 18 | 6D | CB | 58 | 2E | 0 | 14 | D4 | 4F | 2D |
| Octal | 30 | 155 | 313 | 130 | 56 | 0 | 24 | 324 | 117 | 55 |
| Binary | 11000 | 1101101 | 11001011 | 1011000 | 101110 | 0 | 10100 | 11010100 | 1001111 | 101101 |
Color Harmonies of #186DCB
Complementary color
Monochromatic Colors of #186DCB
Black with #186DCB
Text Example
Text Example
White with #186DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186DCB; }
p { color: rgb(24,109,203); }
H1.HeaderClassName
{
color: #186DCB;
}
.AnyTagClassName
{
color: #186DCB;
}
</style>
background-color css
<style>
a { background-color: #186DCB; }
a { background-color: rgb(24,109,203); }
div.DivClassName
{
background-color: #186DCB;
}
.BgClassName
{
background-color: #186DCB;
}
</style>
border-color css
<style>
span { border-color: #186DCB; }
span { border-color: rgb(24,109,203); }
td.TdClassName
{
border-color: #186DCB;
}
.TagClassName
{
border-color: #186DCB;
}
</style>