Shades of Denim #186CB8
Tints of Denim #186CB8
RGB
CMYK
RGB Variations
Color information
#186CB8 (or 0x186CB8) is known color: Denim. HEX triplet: 18, 6C and B8. RGB value is (24,108,184). Sum of RGB (Red+Green+Blue) = 24+108+184=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 184 (72.27% from 255 or 58.23% from 316); Max value from RGB is 184 - color contains mainly: blue. Hex color #186CB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186CB8 is #E79347. Grayscale: #5B5B5B. Windows color (decimal): -15176520 or 12086296. OLE color: 12086296.
HSL color Cylindrical-coordinate representation of color #186CB8: hue angle of 208.5º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #186CB8 is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 24 | 108 | 184 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.28 |
| HSL | 208.5º | 0.77% | 0.41% | - |
| HSV(B) | 208.5º | 0.87% | 0.72% | - |
| XYZ | 14.39 | 14.38 | 47.36 | - |
| YUV | 91.55 | 180.17 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 108 | 184 | 0.87 | 0.41 | 0 | 0.28 | 208.5 | 0.77 | 0.41 |
| Hex | 18 | 6C | B8 | 57 | 29 | 0 | 1C | D0 | 4D | 29 |
| Octal | 30 | 154 | 270 | 127 | 51 | 0 | 34 | 320 | 115 | 51 |
| Binary | 11000 | 1101100 | 10111000 | 1010111 | 101001 | 0 | 11100 | 11010000 | 1001101 | 101001 |
Color Harmonies of #186CB8
Complementary color
Monochromatic Colors of #186CB8
Black with #186CB8
Text Example
Text Example
White with #186CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186CB8; }
p { color: rgb(24,108,184); }
H1.HeaderClassName
{
color: #186CB8;
}
.AnyTagClassName
{
color: #186CB8;
}
</style>
background-color css
<style>
a { background-color: #186CB8; }
a { background-color: rgb(24,108,184); }
div.DivClassName
{
background-color: #186CB8;
}
.BgClassName
{
background-color: #186CB8;
}
</style>
border-color css
<style>
span { border-color: #186CB8; }
span { border-color: rgb(24,108,184); }
td.TdClassName
{
border-color: #186CB8;
}
.TagClassName
{
border-color: #186CB8;
}
</style>