Shades of Allports #186D84
Tints of Allports #186D84
RGB
CMYK
RGB Variations
Color information
#186D84 (or 0x186D84) is known color: Allports. HEX triplet: 18, 6D and 84. RGB value is (24,109,132). Sum of RGB (Red+Green+Blue) = 24+109+132=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #186D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186D84 is #E7927B. Grayscale: #565656. Windows color (decimal): -15176316 or 8678680. OLE color: 8678680.
HSL color Cylindrical-coordinate representation of color #186D84: hue angle of 192.78º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #186D84 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 109 | 132 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.48 |
| HSL | 192.78º | 0.69% | 0.31% | - |
| HSV(B) | 192.78º | 0.82% | 0.52% | - |
| XYZ | 10.01 | 12.8 | 23.77 | - |
| YUV | 86.21 | 153.84 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 132 | 0.82 | 0.17 | 0 | 0.48 | 192.78 | 0.69 | 0.31 |
| Hex | 18 | 6D | 84 | 52 | 11 | 0 | 30 | C1 | 45 | 1F |
| Octal | 30 | 155 | 204 | 122 | 21 | 0 | 60 | 301 | 105 | 37 |
| Binary | 11000 | 1101101 | 10000100 | 1010010 | 10001 | 0 | 110000 | 11000001 | 1000101 | 11111 |
Color Harmonies of #186D84
Complementary color
Monochromatic Colors of #186D84
Black with #186D84
Text Example
Text Example
White with #186D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186D84; }
p { color: rgb(24,109,132); }
H1.HeaderClassName
{
color: #186D84;
}
.AnyTagClassName
{
color: #186D84;
}
</style>
background-color css
<style>
a { background-color: #186D84; }
a { background-color: rgb(24,109,132); }
div.DivClassName
{
background-color: #186D84;
}
.BgClassName
{
background-color: #186D84;
}
</style>
border-color css
<style>
span { border-color: #186D84; }
span { border-color: rgb(24,109,132); }
td.TdClassName
{
border-color: #186D84;
}
.TagClassName
{
border-color: #186D84;
}
</style>