Shades of Allports #187294
Tints of Allports #187294
RGB
CMYK
RGB Variations
Color information
#187294 (or 0x187294) is known color: Allports. HEX triplet: 18, 72 and 94. RGB value is (24,114,148). Sum of RGB (Red+Green+Blue) = 24+114+148=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #187294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187294 is #E78D6B. Grayscale: #5A5A5A. Windows color (decimal): -15175020 or 9728536. OLE color: 9728536.
HSL color Cylindrical-coordinate representation of color #187294: hue angle of 196.45º 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 #187294 is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 114 | 148 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.42 |
| HSL | 196.45º | 0.72% | 0.34% | - |
| HSV(B) | 196.45º | 0.84% | 0.58% | - |
| XYZ | 11.74 | 14.37 | 30.17 | - |
| YUV | 90.97 | 160.18 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 114 | 148 | 0.84 | 0.23 | 0 | 0.42 | 196.45 | 0.72 | 0.34 |
| Hex | 18 | 72 | 94 | 54 | 17 | 0 | 2A | C4 | 48 | 22 |
| Octal | 30 | 162 | 224 | 124 | 27 | 0 | 52 | 304 | 110 | 42 |
| Binary | 11000 | 1110010 | 10010100 | 1010100 | 10111 | 0 | 101010 | 11000100 | 1001000 | 100010 |
Color Harmonies of #187294
Complementary color
Monochromatic Colors of #187294
Black with #187294
Text Example
Text Example
White with #187294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187294; }
p { color: rgb(24,114,148); }
H1.HeaderClassName
{
color: #187294;
}
.AnyTagClassName
{
color: #187294;
}
</style>
background-color css
<style>
a { background-color: #187294; }
a { background-color: rgb(24,114,148); }
div.DivClassName
{
background-color: #187294;
}
.BgClassName
{
background-color: #187294;
}
</style>
border-color css
<style>
span { border-color: #187294; }
span { border-color: rgb(24,114,148); }
td.TdClassName
{
border-color: #187294;
}
.TagClassName
{
border-color: #187294;
}
</style>