Shades of Allports #187490
Tints of Allports #187490
RGB
CMYK
RGB Variations
Color information
#187490 (or 0x187490) is known color: Allports. HEX triplet: 18, 74 and 90. RGB value is (24,116,144). Sum of RGB (Red+Green+Blue) = 24+116+144=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #187490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187490 is #E78B6F. Grayscale: #5B5B5B. Windows color (decimal): -15174512 or 9466904. OLE color: 9466904.
HSL color Cylindrical-coordinate representation of color #187490: hue angle of 194º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #187490 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 116 | 144 | - |
| CMYK | 0.83 | 0.19 | 0 | 0.44 |
| HSL | 194º | 0.71% | 0.33% | - |
| HSV(B) | 194º | 0.83% | 0.56% | - |
| XYZ | 11.66 | 14.7 | 28.61 | - |
| YUV | 91.68 | 157.52 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 144 | 0.83 | 0.19 | 0 | 0.44 | 194 | 0.71 | 0.33 |
| Hex | 18 | 74 | 90 | 53 | 13 | 0 | 2C | C2 | 47 | 21 |
| Octal | 30 | 164 | 220 | 123 | 23 | 0 | 54 | 302 | 107 | 41 |
| Binary | 11000 | 1110100 | 10010000 | 1010011 | 10011 | 0 | 101100 | 11000010 | 1000111 | 100001 |
Color Harmonies of #187490
Complementary color
Monochromatic Colors of #187490
Black with #187490
Text Example
Text Example
White with #187490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187490; }
p { color: rgb(24,116,144); }
H1.HeaderClassName
{
color: #187490;
}
.AnyTagClassName
{
color: #187490;
}
</style>
background-color css
<style>
a { background-color: #187490; }
a { background-color: rgb(24,116,144); }
div.DivClassName
{
background-color: #187490;
}
.BgClassName
{
background-color: #187490;
}
</style>
border-color css
<style>
span { border-color: #187490; }
span { border-color: rgb(24,116,144); }
td.TdClassName
{
border-color: #187490;
}
.TagClassName
{
border-color: #187490;
}
</style>