Shades of Allports #186D89
Tints of Allports #186D89
RGB
CMYK
RGB Variations
Color information
#186D89 (or 0x186D89) is known color: Allports. HEX triplet: 18, 6D and 89. RGB value is (24,109,137). Sum of RGB (Red+Green+Blue) = 24+109+137=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #186D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186D89 is #E79276. Grayscale: #565656. Windows color (decimal): -15176311 or 9006360. OLE color: 9006360.
HSL color Cylindrical-coordinate representation of color #186D89: hue angle of 194.87º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #186D89 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 109 | 137 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.46 |
| HSL | 194.87º | 0.7% | 0.32% | - |
| HSV(B) | 194.87º | 0.82% | 0.54% | - |
| XYZ | 10.36 | 12.94 | 25.62 | - |
| YUV | 86.78 | 156.34 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 137 | 0.82 | 0.20 | 0 | 0.46 | 194.87 | 0.7 | 0.32 |
| Hex | 18 | 6D | 89 | 52 | 14 | 0 | 2E | C3 | 46 | 20 |
| Octal | 30 | 155 | 211 | 122 | 24 | 0 | 56 | 303 | 106 | 40 |
| Binary | 11000 | 1101101 | 10001001 | 1010010 | 10100 | 0 | 101110 | 11000011 | 1000110 | 100000 |
Color Harmonies of #186D89
Complementary color
Monochromatic Colors of #186D89
Black with #186D89
Text Example
Text Example
White with #186D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186D89; }
p { color: rgb(24,109,137); }
H1.HeaderClassName
{
color: #186D89;
}
.AnyTagClassName
{
color: #186D89;
}
</style>
background-color css
<style>
a { background-color: #186D89; }
a { background-color: rgb(24,109,137); }
div.DivClassName
{
background-color: #186D89;
}
.BgClassName
{
background-color: #186D89;
}
</style>
border-color css
<style>
span { border-color: #186D89; }
span { border-color: rgb(24,109,137); }
td.TdClassName
{
border-color: #186D89;
}
.TagClassName
{
border-color: #186D89;
}
</style>