Shades of Allports #186E7C
Tints of Allports #186E7C
RGB
CMYK
RGB Variations
Color information
#186E7C (or 0x186E7C) is known color: Allports. HEX triplet: 18, 6E and 7C. RGB value is (24,110,124). Sum of RGB (Red+Green+Blue) = 24+110+124=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 110 (43.36% from 255 or 42.64% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #186E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186E7C is #E79183. Grayscale: #555555. Windows color (decimal): -15176068 or 8154648. OLE color: 8154648.
HSL color Cylindrical-coordinate representation of color #186E7C: hue angle of 188.4º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #186E7C is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 110 | 124 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.51 |
| HSL | 188.4º | 0.68% | 0.29% | - |
| HSV(B) | 188.4º | 0.81% | 0.49% | - |
| XYZ | 9.59 | 12.8 | 21.03 | - |
| YUV | 85.88 | 149.51 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 110 | 124 | 0.81 | 0.11 | 0 | 0.51 | 188.4 | 0.68 | 0.29 |
| Hex | 18 | 6E | 7C | 51 | B | 0 | 33 | BC | 44 | 1D |
| Octal | 30 | 156 | 174 | 121 | 13 | 0 | 63 | 274 | 104 | 35 |
| Binary | 11000 | 1101110 | 1111100 | 1010001 | 1011 | 0 | 110011 | 10111100 | 1000100 | 11101 |
Color Harmonies of #186E7C
Complementary color
Monochromatic Colors of #186E7C
Black with #186E7C
Text Example
Text Example
White with #186E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186E7C; }
p { color: rgb(24,110,124); }
H1.HeaderClassName
{
color: #186E7C;
}
.AnyTagClassName
{
color: #186E7C;
}
</style>
background-color css
<style>
a { background-color: #186E7C; }
a { background-color: rgb(24,110,124); }
div.DivClassName
{
background-color: #186E7C;
}
.BgClassName
{
background-color: #186E7C;
}
</style>
border-color css
<style>
span { border-color: #186E7C; }
span { border-color: rgb(24,110,124); }
td.TdClassName
{
border-color: #186E7C;
}
.TagClassName
{
border-color: #186E7C;
}
</style>