Shades of Denim #186AD1
Tints of Denim #186AD1
RGB
CMYK
RGB Variations
Color information
#186AD1 (or 0x186AD1) is known color: Denim. HEX triplet: 18, 6A and D1. RGB value is (24,106,209). Sum of RGB (Red+Green+Blue) = 24+106+209=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 209 (82.03% from 255 or 61.65% from 339); Max value from RGB is 209 - color contains mainly: blue. Hex color #186AD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186AD1 is #E7952E. Grayscale: #5C5C5C. Windows color (decimal): -15177007 or 13724184. OLE color: 13724184.
HSL color Cylindrical-coordinate representation of color #186AD1: hue angle of 213.41º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #186AD1 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 106 | 209 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.18 |
| HSL | 213.41º | 0.79% | 0.46% | - |
| HSV(B) | 213.41º | 0.89% | 0.82% | - |
| XYZ | 17.04 | 15.11 | 62.34 | - |
| YUV | 93.22 | 193.33 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 209 | 0.89 | 0.49 | 0 | 0.18 | 213.41 | 0.79 | 0.46 |
| Hex | 18 | 6A | D1 | 59 | 31 | 0 | 12 | D5 | 4F | 2E |
| Octal | 30 | 152 | 321 | 131 | 61 | 0 | 22 | 325 | 117 | 56 |
| Binary | 11000 | 1101010 | 11010001 | 1011001 | 110001 | 0 | 10010 | 11010101 | 1001111 | 101110 |
Color Harmonies of #186AD1
Complementary color
Monochromatic Colors of #186AD1
Black with #186AD1
Text Example
Text Example
White with #186AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186AD1; }
p { color: rgb(24,106,209); }
H1.HeaderClassName
{
color: #186AD1;
}
.AnyTagClassName
{
color: #186AD1;
}
</style>
background-color css
<style>
a { background-color: #186AD1; }
a { background-color: rgb(24,106,209); }
div.DivClassName
{
background-color: #186AD1;
}
.BgClassName
{
background-color: #186AD1;
}
</style>
border-color css
<style>
span { border-color: #186AD1; }
span { border-color: rgb(24,106,209); }
td.TdClassName
{
border-color: #186AD1;
}
.TagClassName
{
border-color: #186AD1;
}
</style>