Shades of Denim #186AAD
Tints of Denim #186AAD
RGB
CMYK
RGB Variations
Color information
#186AAD (or 0x186AAD) is known color: Denim. HEX triplet: 18, 6A and AD. RGB value is (24,106,173). Sum of RGB (Red+Green+Blue) = 24+106+173=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #186AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186AAD is #E79552. Grayscale: #585858. Windows color (decimal): -15177043 or 11364888. OLE color: 11364888.
HSL color Cylindrical-coordinate representation of color #186AAD: hue angle of 206.98º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #186AAD is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 106 | 173 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.32 |
| HSL | 206.98º | 0.76% | 0.39% | - |
| HSV(B) | 206.98º | 0.86% | 0.68% | - |
| XYZ | 13.07 | 13.52 | 41.46 | - |
| YUV | 89.12 | 175.33 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 173 | 0.86 | 0.39 | 0 | 0.32 | 206.98 | 0.76 | 0.39 |
| Hex | 18 | 6A | AD | 56 | 27 | 0 | 20 | CF | 4C | 27 |
| Octal | 30 | 152 | 255 | 126 | 47 | 0 | 40 | 317 | 114 | 47 |
| Binary | 11000 | 1101010 | 10101101 | 1010110 | 100111 | 0 | 100000 | 11001111 | 1001100 | 100111 |
Color Harmonies of #186AAD
Complementary color
Monochromatic Colors of #186AAD
Black with #186AAD
Text Example
Text Example
White with #186AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186AAD; }
p { color: rgb(24,106,173); }
H1.HeaderClassName
{
color: #186AAD;
}
.AnyTagClassName
{
color: #186AAD;
}
</style>
background-color css
<style>
a { background-color: #186AAD; }
a { background-color: rgb(24,106,173); }
div.DivClassName
{
background-color: #186AAD;
}
.BgClassName
{
background-color: #186AAD;
}
</style>
border-color css
<style>
span { border-color: #186AAD; }
span { border-color: rgb(24,106,173); }
td.TdClassName
{
border-color: #186AAD;
}
.TagClassName
{
border-color: #186AAD;
}
</style>