Shades of Allports #186B8D
Tints of Allports #186B8D
RGB
CMYK
RGB Variations
Color information
#186B8D (or 0x186B8D) is known color: Allports. HEX triplet: 18, 6B and 8D. RGB value is (24,107,141). Sum of RGB (Red+Green+Blue) = 24+107+141=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #186B8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186B8D is #E79472. Grayscale: #555555. Windows color (decimal): -15176819 or 9267992. OLE color: 9267992.
HSL color Cylindrical-coordinate representation of color #186B8D: hue angle of 197.44º 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 #186B8D is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 107 | 141 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.45 |
| HSL | 197.44º | 0.71% | 0.32% | - |
| HSV(B) | 197.44º | 0.83% | 0.55% | - |
| XYZ | 10.44 | 12.63 | 27.09 | - |
| YUV | 86.06 | 159 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 107 | 141 | 0.83 | 0.24 | 0 | 0.45 | 197.44 | 0.71 | 0.32 |
| Hex | 18 | 6B | 8D | 53 | 18 | 0 | 2D | C5 | 47 | 20 |
| Octal | 30 | 153 | 215 | 123 | 30 | 0 | 55 | 305 | 107 | 40 |
| Binary | 11000 | 1101011 | 10001101 | 1010011 | 11000 | 0 | 101101 | 11000101 | 1000111 | 100000 |
Color Harmonies of #186B8D
Complementary color
Monochromatic Colors of #186B8D
Black with #186B8D
Text Example
Text Example
White with #186B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186B8D; }
p { color: rgb(24,107,141); }
H1.HeaderClassName
{
color: #186B8D;
}
.AnyTagClassName
{
color: #186B8D;
}
</style>
background-color css
<style>
a { background-color: #186B8D; }
a { background-color: rgb(24,107,141); }
div.DivClassName
{
background-color: #186B8D;
}
.BgClassName
{
background-color: #186B8D;
}
</style>
border-color css
<style>
span { border-color: #186B8D; }
span { border-color: rgb(24,107,141); }
td.TdClassName
{
border-color: #186B8D;
}
.TagClassName
{
border-color: #186B8D;
}
</style>