Shades of Allports #187095
Tints of Allports #187095
RGB
CMYK
RGB Variations
Color information
#187095 (or 0x187095) is known color: Allports. HEX triplet: 18, 70 and 95. RGB value is (24,112,149). Sum of RGB (Red+Green+Blue) = 24+112+149=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #187095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187095 is #E78F6A. Grayscale: #595959. Windows color (decimal): -15175531 or 9793560. OLE color: 9793560.
HSL color Cylindrical-coordinate representation of color #187095: hue angle of 197.76º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #187095 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 112 | 149 | - |
| CMYK | 0.84 | 0.25 | 0 | 0.42 |
| HSL | 197.76º | 0.72% | 0.34% | - |
| HSV(B) | 197.76º | 0.84% | 0.58% | - |
| XYZ | 11.6 | 13.95 | 30.52 | - |
| YUV | 89.91 | 161.35 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 112 | 149 | 0.84 | 0.25 | 0 | 0.42 | 197.76 | 0.72 | 0.34 |
| Hex | 18 | 70 | 95 | 54 | 19 | 0 | 2A | C6 | 48 | 22 |
| Octal | 30 | 160 | 225 | 124 | 31 | 0 | 52 | 306 | 110 | 42 |
| Binary | 11000 | 1110000 | 10010101 | 1010100 | 11001 | 0 | 101010 | 11000110 | 1001000 | 100010 |
Color Harmonies of #187095
Complementary color
Monochromatic Colors of #187095
Black with #187095
Text Example
Text Example
White with #187095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187095; }
p { color: rgb(24,112,149); }
H1.HeaderClassName
{
color: #187095;
}
.AnyTagClassName
{
color: #187095;
}
</style>
background-color css
<style>
a { background-color: #187095; }
a { background-color: rgb(24,112,149); }
div.DivClassName
{
background-color: #187095;
}
.BgClassName
{
background-color: #187095;
}
</style>
border-color css
<style>
span { border-color: #187095; }
span { border-color: rgb(24,112,149); }
td.TdClassName
{
border-color: #187095;
}
.TagClassName
{
border-color: #187095;
}
</style>