Shades of Allports #187185
Tints of Allports #187185
RGB
CMYK
RGB Variations
Color information
#187185 (or 0x187185) is known color: Allports. HEX triplet: 18, 71 and 85. RGB value is (24,113,133). Sum of RGB (Red+Green+Blue) = 24+113+133=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #187185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187185 is #E78E7A. Grayscale: #585858. Windows color (decimal): -15175291 or 8745240. OLE color: 8745240.
HSL color Cylindrical-coordinate representation of color #187185: hue angle of 191.01º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #187185 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 113 | 133 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.48 |
| HSL | 191.01º | 0.69% | 0.31% | - |
| HSV(B) | 191.01º | 0.82% | 0.52% | - |
| XYZ | 10.52 | 13.7 | 24.28 | - |
| YUV | 88.67 | 153.01 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 113 | 133 | 0.82 | 0.15 | 0 | 0.48 | 191.01 | 0.69 | 0.31 |
| Hex | 18 | 71 | 85 | 52 | F | 0 | 30 | BF | 45 | 1F |
| Octal | 30 | 161 | 205 | 122 | 17 | 0 | 60 | 277 | 105 | 37 |
| Binary | 11000 | 1110001 | 10000101 | 1010010 | 1111 | 0 | 110000 | 10111111 | 1000101 | 11111 |
Color Harmonies of #187185
Complementary color
Monochromatic Colors of #187185
Black with #187185
Text Example
Text Example
White with #187185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187185; }
p { color: rgb(24,113,133); }
H1.HeaderClassName
{
color: #187185;
}
.AnyTagClassName
{
color: #187185;
}
</style>
background-color css
<style>
a { background-color: #187185; }
a { background-color: rgb(24,113,133); }
div.DivClassName
{
background-color: #187185;
}
.BgClassName
{
background-color: #187185;
}
</style>
border-color css
<style>
span { border-color: #187185; }
span { border-color: rgb(24,113,133); }
td.TdClassName
{
border-color: #187185;
}
.TagClassName
{
border-color: #187185;
}
</style>