Shades of Allports #187082
Tints of Allports #187082
RGB
CMYK
RGB Variations
Color information
#187082 (or 0x187082) is known color: Allports. HEX triplet: 18, 70 and 82. RGB value is (24,112,130). Sum of RGB (Red+Green+Blue) = 24+112+130=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #187082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187082 is #E78F7D. Grayscale: #575757. Windows color (decimal): -15175550 or 8548376. OLE color: 8548376.
HSL color Cylindrical-coordinate representation of color #187082: hue angle of 190.19º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #187082 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 112 | 130 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.49 |
| HSL | 190.19º | 0.69% | 0.3% | - |
| HSV(B) | 190.19º | 0.82% | 0.51% | - |
| XYZ | 10.2 | 13.39 | 23.17 | - |
| YUV | 87.74 | 151.85 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 112 | 130 | 0.82 | 0.14 | 0 | 0.49 | 190.19 | 0.69 | 0.3 |
| Hex | 18 | 70 | 82 | 52 | E | 0 | 31 | BE | 45 | 1E |
| Octal | 30 | 160 | 202 | 122 | 16 | 0 | 61 | 276 | 105 | 36 |
| Binary | 11000 | 1110000 | 10000010 | 1010010 | 1110 | 0 | 110001 | 10111110 | 1000101 | 11110 |
Color Harmonies of #187082
Complementary color
Monochromatic Colors of #187082
Black with #187082
Text Example
Text Example
White with #187082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187082; }
p { color: rgb(24,112,130); }
H1.HeaderClassName
{
color: #187082;
}
.AnyTagClassName
{
color: #187082;
}
</style>
background-color css
<style>
a { background-color: #187082; }
a { background-color: rgb(24,112,130); }
div.DivClassName
{
background-color: #187082;
}
.BgClassName
{
background-color: #187082;
}
</style>
border-color css
<style>
span { border-color: #187082; }
span { border-color: rgb(24,112,130); }
td.TdClassName
{
border-color: #187082;
}
.TagClassName
{
border-color: #187082;
}
</style>