Shades of Allports #187380
Tints of Allports #187380
RGB
CMYK
RGB Variations
Color information
#187380 (or 0x187380) is known color: Allports. HEX triplet: 18, 73 and 80. RGB value is (24,115,128). Sum of RGB (Red+Green+Blue) = 24+115+128=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #187380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187380 is #E78C7F. Grayscale: #595959. Windows color (decimal): -15174784 or 8418072. OLE color: 8418072.
HSL color Cylindrical-coordinate representation of color #187380: hue angle of 187.5º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #187380 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 115 | 128 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.50 |
| HSL | 187.5º | 0.68% | 0.3% | - |
| HSV(B) | 187.5º | 0.81% | 0.5% | - |
| XYZ | 10.4 | 14.01 | 22.58 | - |
| YUV | 89.27 | 149.85 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 115 | 128 | 0.81 | 0.10 | 0 | 0.50 | 187.5 | 0.68 | 0.3 |
| Hex | 18 | 73 | 80 | 51 | A | 0 | 32 | BC | 44 | 1E |
| Octal | 30 | 163 | 200 | 121 | 12 | 0 | 62 | 274 | 104 | 36 |
| Binary | 11000 | 1110011 | 10000000 | 1010001 | 1010 | 0 | 110010 | 10111100 | 1000100 | 11110 |
Color Harmonies of #187380
Complementary color
Monochromatic Colors of #187380
Black with #187380
Text Example
Text Example
White with #187380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187380; }
p { color: rgb(24,115,128); }
H1.HeaderClassName
{
color: #187380;
}
.AnyTagClassName
{
color: #187380;
}
</style>
background-color css
<style>
a { background-color: #187380; }
a { background-color: rgb(24,115,128); }
div.DivClassName
{
background-color: #187380;
}
.BgClassName
{
background-color: #187380;
}
</style>
border-color css
<style>
span { border-color: #187380; }
span { border-color: rgb(24,115,128); }
td.TdClassName
{
border-color: #187380;
}
.TagClassName
{
border-color: #187380;
}
</style>