Shades of Allports #187994
Tints of Allports #187994
RGB
CMYK
RGB Variations
Color information
#187994 (or 0x187994) is known color: Allports. HEX triplet: 18, 79 and 94. RGB value is (24,121,148). Sum of RGB (Red+Green+Blue) = 24+121+148=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #187994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187994 is #E7866B. Grayscale: #5E5E5E. Windows color (decimal): -15173228 or 9730328. OLE color: 9730328.
HSL color Cylindrical-coordinate representation of color #187994: hue angle of 193.06º 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 #187994 is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 121 | 148 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.42 |
| HSL | 193.06º | 0.72% | 0.34% | - |
| HSV(B) | 193.06º | 0.84% | 0.58% | - |
| XYZ | 12.56 | 16.01 | 30.44 | - |
| YUV | 95.08 | 157.86 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 121 | 148 | 0.84 | 0.18 | 0 | 0.42 | 193.06 | 0.72 | 0.34 |
| Hex | 18 | 79 | 94 | 54 | 12 | 0 | 2A | C1 | 48 | 22 |
| Octal | 30 | 171 | 224 | 124 | 22 | 0 | 52 | 301 | 110 | 42 |
| Binary | 11000 | 1111001 | 10010100 | 1010100 | 10010 | 0 | 101010 | 11000001 | 1001000 | 100010 |
Color Harmonies of #187994
Complementary color
Monochromatic Colors of #187994
Black with #187994
Text Example
Text Example
White with #187994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187994; }
p { color: rgb(24,121,148); }
H1.HeaderClassName
{
color: #187994;
}
.AnyTagClassName
{
color: #187994;
}
</style>
background-color css
<style>
a { background-color: #187994; }
a { background-color: rgb(24,121,148); }
div.DivClassName
{
background-color: #187994;
}
.BgClassName
{
background-color: #187994;
}
</style>
border-color css
<style>
span { border-color: #187994; }
span { border-color: rgb(24,121,148); }
td.TdClassName
{
border-color: #187994;
}
.TagClassName
{
border-color: #187994;
}
</style>