Shades of Denim #186DB1
Tints of Denim #186DB1
RGB
CMYK
RGB Variations
Color information
#186DB1 (or 0x186DB1) is known color: Denim. HEX triplet: 18, 6D and B1. RGB value is (24,109,177). Sum of RGB (Red+Green+Blue) = 24+109+177=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 177 (69.53% from 255 or 57.10% from 310); Max value from RGB is 177 - color contains mainly: blue. Hex color #186DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186DB1 is #E7924E. Grayscale: #5A5A5A. Windows color (decimal): -15176271 or 11627800. OLE color: 11627800.
HSL color Cylindrical-coordinate representation of color #186DB1: hue angle of 206.67º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #186DB1 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 109 | 177 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.31 |
| HSL | 206.67º | 0.76% | 0.39% | - |
| HSV(B) | 206.67º | 0.86% | 0.69% | - |
| XYZ | 13.78 | 14.31 | 43.63 | - |
| YUV | 91.34 | 176.34 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 177 | 0.86 | 0.38 | 0 | 0.31 | 206.67 | 0.76 | 0.39 |
| Hex | 18 | 6D | B1 | 56 | 26 | 0 | 1F | CF | 4C | 27 |
| Octal | 30 | 155 | 261 | 126 | 46 | 0 | 37 | 317 | 114 | 47 |
| Binary | 11000 | 1101101 | 10110001 | 1010110 | 100110 | 0 | 11111 | 11001111 | 1001100 | 100111 |
Color Harmonies of #186DB1
Complementary color
Monochromatic Colors of #186DB1
Black with #186DB1
Text Example
Text Example
White with #186DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186DB1; }
p { color: rgb(24,109,177); }
H1.HeaderClassName
{
color: #186DB1;
}
.AnyTagClassName
{
color: #186DB1;
}
</style>
background-color css
<style>
a { background-color: #186DB1; }
a { background-color: rgb(24,109,177); }
div.DivClassName
{
background-color: #186DB1;
}
.BgClassName
{
background-color: #186DB1;
}
</style>
border-color css
<style>
span { border-color: #186DB1; }
span { border-color: rgb(24,109,177); }
td.TdClassName
{
border-color: #186DB1;
}
.TagClassName
{
border-color: #186DB1;
}
</style>