Shades of Allports #186C8B
Tints of Allports #186C8B
RGB
CMYK
RGB Variations
Color information
#186C8B (or 0x186C8B) is known color: Allports. HEX triplet: 18, 6C and 8B. RGB value is (24,108,139). Sum of RGB (Red+Green+Blue) = 24+108+139=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #186C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186C8B is #E79374. Grayscale: #565656. Windows color (decimal): -15176565 or 9137176. OLE color: 9137176.
HSL color Cylindrical-coordinate representation of color #186C8B: hue angle of 196.17º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #186C8B is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 108 | 139 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.45 |
| HSL | 196.17º | 0.71% | 0.32% | - |
| HSV(B) | 196.17º | 0.83% | 0.55% | - |
| XYZ | 10.4 | 12.78 | 26.35 | - |
| YUV | 86.42 | 157.67 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 108 | 139 | 0.83 | 0.22 | 0 | 0.45 | 196.17 | 0.71 | 0.32 |
| Hex | 18 | 6C | 8B | 53 | 16 | 0 | 2D | C4 | 47 | 20 |
| Octal | 30 | 154 | 213 | 123 | 26 | 0 | 55 | 304 | 107 | 40 |
| Binary | 11000 | 1101100 | 10001011 | 1010011 | 10110 | 0 | 101101 | 11000100 | 1000111 | 100000 |
Color Harmonies of #186C8B
Complementary color
Monochromatic Colors of #186C8B
Black with #186C8B
Text Example
Text Example
White with #186C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186C8B; }
p { color: rgb(24,108,139); }
H1.HeaderClassName
{
color: #186C8B;
}
.AnyTagClassName
{
color: #186C8B;
}
</style>
background-color css
<style>
a { background-color: #186C8B; }
a { background-color: rgb(24,108,139); }
div.DivClassName
{
background-color: #186C8B;
}
.BgClassName
{
background-color: #186C8B;
}
</style>
border-color css
<style>
span { border-color: #186C8B; }
span { border-color: rgb(24,108,139); }
td.TdClassName
{
border-color: #186C8B;
}
.TagClassName
{
border-color: #186C8B;
}
</style>