Shades of Allports #187C87
Tints of Allports #187C87
RGB
CMYK
RGB Variations
Color information
#187C87 (or 0x187C87) is known color: Allports. HEX triplet: 18, 7C and 87. RGB value is (24,124,135). Sum of RGB (Red+Green+Blue) = 24+124+135=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #187C87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187C87 is #E78378. Grayscale: #5F5F5F. Windows color (decimal): -15172473 or 8879128. OLE color: 8879128.
HSL color Cylindrical-coordinate representation of color #187C87: hue angle of 185.95º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #187C87 is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 124 | 135 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.47 |
| HSL | 185.95º | 0.7% | 0.31% | - |
| HSV(B) | 185.95º | 0.82% | 0.53% | - |
| XYZ | 11.96 | 16.36 | 25.45 | - |
| YUV | 95.35 | 150.37 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 124 | 135 | 0.82 | 0.08 | 0 | 0.47 | 185.95 | 0.7 | 0.31 |
| Hex | 18 | 7C | 87 | 52 | 8 | 0 | 2F | BA | 46 | 1F |
| Octal | 30 | 174 | 207 | 122 | 10 | 0 | 57 | 272 | 106 | 37 |
| Binary | 11000 | 1111100 | 10000111 | 1010010 | 1000 | 0 | 101111 | 10111010 | 1000110 | 11111 |
Color Harmonies of #187C87
Complementary color
Monochromatic Colors of #187C87
Black with #187C87
Text Example
Text Example
White with #187C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187C87; }
p { color: rgb(24,124,135); }
H1.HeaderClassName
{
color: #187C87;
}
.AnyTagClassName
{
color: #187C87;
}
</style>
background-color css
<style>
a { background-color: #187C87; }
a { background-color: rgb(24,124,135); }
div.DivClassName
{
background-color: #187C87;
}
.BgClassName
{
background-color: #187C87;
}
</style>
border-color css
<style>
span { border-color: #187C87; }
span { border-color: rgb(24,124,135); }
td.TdClassName
{
border-color: #187C87;
}
.TagClassName
{
border-color: #187C87;
}
</style>