Shades of Allports #186D8D
Tints of Allports #186D8D
RGB
CMYK
RGB Variations
Color information
#186D8D (or 0x186D8D) is known color: Allports. HEX triplet: 18, 6D and 8D. RGB value is (24,109,141). Sum of RGB (Red+Green+Blue) = 24+109+141=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #186D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186D8D is #E79272. Grayscale: #575757. Windows color (decimal): -15176307 or 9268504. OLE color: 9268504.
HSL color Cylindrical-coordinate representation of color #186D8D: hue angle of 196.41º 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 #186D8D is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 109 | 141 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.45 |
| HSL | 196.41º | 0.71% | 0.32% | - |
| HSV(B) | 196.41º | 0.83% | 0.55% | - |
| XYZ | 10.65 | 13.05 | 27.16 | - |
| YUV | 87.23 | 158.34 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 141 | 0.83 | 0.23 | 0 | 0.45 | 196.41 | 0.71 | 0.32 |
| Hex | 18 | 6D | 8D | 53 | 17 | 0 | 2D | C4 | 47 | 20 |
| Octal | 30 | 155 | 215 | 123 | 27 | 0 | 55 | 304 | 107 | 40 |
| Binary | 11000 | 1101101 | 10001101 | 1010011 | 10111 | 0 | 101101 | 11000100 | 1000111 | 100000 |
Color Harmonies of #186D8D
Complementary color
Monochromatic Colors of #186D8D
Black with #186D8D
Text Example
Text Example
White with #186D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186D8D; }
p { color: rgb(24,109,141); }
H1.HeaderClassName
{
color: #186D8D;
}
.AnyTagClassName
{
color: #186D8D;
}
</style>
background-color css
<style>
a { background-color: #186D8D; }
a { background-color: rgb(24,109,141); }
div.DivClassName
{
background-color: #186D8D;
}
.BgClassName
{
background-color: #186D8D;
}
</style>
border-color css
<style>
span { border-color: #186D8D; }
span { border-color: rgb(24,109,141); }
td.TdClassName
{
border-color: #186D8D;
}
.TagClassName
{
border-color: #186D8D;
}
</style>