Shades of Allports #186E8C
Tints of Allports #186E8C
RGB
CMYK
RGB Variations
Color information
#186E8C (or 0x186E8C) is known color: Allports. HEX triplet: 18, 6E and 8C. RGB value is (24,110,140). Sum of RGB (Red+Green+Blue) = 24+110+140=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #186E8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186E8C is #E79173. Grayscale: #575757. Windows color (decimal): -15176052 or 9203224. OLE color: 9203224.
HSL color Cylindrical-coordinate representation of color #186E8C: hue angle of 195.52º 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 #186E8C is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 110 | 140 | - |
| CMYK | 0.83 | 0.21 | 0 | 0.45 |
| HSL | 195.52º | 0.71% | 0.32% | - |
| HSV(B) | 195.52º | 0.83% | 0.55% | - |
| XYZ | 10.69 | 13.24 | 26.8 | - |
| YUV | 87.71 | 157.51 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 110 | 140 | 0.83 | 0.21 | 0 | 0.45 | 195.52 | 0.71 | 0.32 |
| Hex | 18 | 6E | 8C | 53 | 15 | 0 | 2D | C4 | 47 | 20 |
| Octal | 30 | 156 | 214 | 123 | 25 | 0 | 55 | 304 | 107 | 40 |
| Binary | 11000 | 1101110 | 10001100 | 1010011 | 10101 | 0 | 101101 | 11000100 | 1000111 | 100000 |
Color Harmonies of #186E8C
Complementary color
Monochromatic Colors of #186E8C
Black with #186E8C
Text Example
Text Example
White with #186E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186E8C; }
p { color: rgb(24,110,140); }
H1.HeaderClassName
{
color: #186E8C;
}
.AnyTagClassName
{
color: #186E8C;
}
</style>
background-color css
<style>
a { background-color: #186E8C; }
a { background-color: rgb(24,110,140); }
div.DivClassName
{
background-color: #186E8C;
}
.BgClassName
{
background-color: #186E8C;
}
</style>
border-color css
<style>
span { border-color: #186E8C; }
span { border-color: rgb(24,110,140); }
td.TdClassName
{
border-color: #186E8C;
}
.TagClassName
{
border-color: #186E8C;
}
</style>