Shades of Denim #186BAE
Tints of Denim #186BAE
RGB
CMYK
RGB Variations
Color information
#186BAE (or 0x186BAE) is known color: Denim. HEX triplet: 18, 6B and AE. RGB value is (24,107,174). Sum of RGB (Red+Green+Blue) = 24+107+174=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #186BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186BAE is #E79451. Grayscale: #595959. Windows color (decimal): -15176786 or 11430680. OLE color: 11430680.
HSL color Cylindrical-coordinate representation of color #186BAE: hue angle of 206.8º 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 #186BAE is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 107 | 174 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.32 |
| HSL | 206.8º | 0.76% | 0.39% | - |
| HSV(B) | 206.8º | 0.86% | 0.68% | - |
| XYZ | 13.27 | 13.77 | 42 | - |
| YUV | 89.82 | 175.5 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 107 | 174 | 0.86 | 0.39 | 0 | 0.32 | 206.8 | 0.76 | 0.39 |
| Hex | 18 | 6B | AE | 56 | 27 | 0 | 20 | CF | 4C | 27 |
| Octal | 30 | 153 | 256 | 126 | 47 | 0 | 40 | 317 | 114 | 47 |
| Binary | 11000 | 1101011 | 10101110 | 1010110 | 100111 | 0 | 100000 | 11001111 | 1001100 | 100111 |
Color Harmonies of #186BAE
Complementary color
Monochromatic Colors of #186BAE
Black with #186BAE
Text Example
Text Example
White with #186BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186BAE; }
p { color: rgb(24,107,174); }
H1.HeaderClassName
{
color: #186BAE;
}
.AnyTagClassName
{
color: #186BAE;
}
</style>
background-color css
<style>
a { background-color: #186BAE; }
a { background-color: rgb(24,107,174); }
div.DivClassName
{
background-color: #186BAE;
}
.BgClassName
{
background-color: #186BAE;
}
</style>
border-color css
<style>
span { border-color: #186BAE; }
span { border-color: rgb(24,107,174); }
td.TdClassName
{
border-color: #186BAE;
}
.TagClassName
{
border-color: #186BAE;
}
</style>