Shades of Allports #187481
Tints of Allports #187481
RGB
CMYK
RGB Variations
Color information
#187481 (or 0x187481) is known color: Allports. HEX triplet: 18, 74 and 81. RGB value is (24,116,129). Sum of RGB (Red+Green+Blue) = 24+116+129=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #187481 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187481 is #E78B7E. Grayscale: #595959. Windows color (decimal): -15174527 or 8483864. OLE color: 8483864.
HSL color Cylindrical-coordinate representation of color #187481: hue angle of 187.43º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #187481 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 116 | 129 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.49 |
| HSL | 187.43º | 0.69% | 0.3% | - |
| HSV(B) | 187.43º | 0.81% | 0.51% | - |
| XYZ | 10.58 | 14.27 | 22.97 | - |
| YUV | 89.97 | 150.02 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 129 | 0.81 | 0.10 | 0 | 0.49 | 187.43 | 0.69 | 0.3 |
| Hex | 18 | 74 | 81 | 51 | A | 0 | 31 | BB | 45 | 1E |
| Octal | 30 | 164 | 201 | 121 | 12 | 0 | 61 | 273 | 105 | 36 |
| Binary | 11000 | 1110100 | 10000001 | 1010001 | 1010 | 0 | 110001 | 10111011 | 1000101 | 11110 |
Color Harmonies of #187481
Complementary color
Monochromatic Colors of #187481
Black with #187481
Text Example
Text Example
White with #187481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187481; }
p { color: rgb(24,116,129); }
H1.HeaderClassName
{
color: #187481;
}
.AnyTagClassName
{
color: #187481;
}
</style>
background-color css
<style>
a { background-color: #187481; }
a { background-color: rgb(24,116,129); }
div.DivClassName
{
background-color: #187481;
}
.BgClassName
{
background-color: #187481;
}
</style>
border-color css
<style>
span { border-color: #187481; }
span { border-color: rgb(24,116,129); }
td.TdClassName
{
border-color: #187481;
}
.TagClassName
{
border-color: #187481;
}
</style>