Shades of Allports #18748E
Tints of Allports #18748E
RGB
CMYK
RGB Variations
Color information
#18748E (or 0x18748E) is known color: Allports. HEX triplet: 18, 74 and 8E. RGB value is (24,116,142). Sum of RGB (Red+Green+Blue) = 24+116+142=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #18748E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18748E is #E78B71. Grayscale: #5B5B5B. Windows color (decimal): -15174514 or 9335832. OLE color: 9335832.
HSL color Cylindrical-coordinate representation of color #18748E: hue angle of 193.22º 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 #18748E is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 116 | 142 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.44 |
| HSL | 193.22º | 0.71% | 0.33% | - |
| HSV(B) | 193.22º | 0.83% | 0.56% | - |
| XYZ | 11.5 | 14.64 | 27.81 | - |
| YUV | 91.46 | 156.52 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 142 | 0.83 | 0.18 | 0 | 0.44 | 193.22 | 0.71 | 0.33 |
| Hex | 18 | 74 | 8E | 53 | 12 | 0 | 2C | C1 | 47 | 21 |
| Octal | 30 | 164 | 216 | 123 | 22 | 0 | 54 | 301 | 107 | 41 |
| Binary | 11000 | 1110100 | 10001110 | 1010011 | 10010 | 0 | 101100 | 11000001 | 1000111 | 100001 |
Color Harmonies of #18748E
Complementary color
Monochromatic Colors of #18748E
Black with #18748E
Text Example
Text Example
White with #18748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18748E; }
p { color: rgb(24,116,142); }
H1.HeaderClassName
{
color: #18748E;
}
.AnyTagClassName
{
color: #18748E;
}
</style>
background-color css
<style>
a { background-color: #18748E; }
a { background-color: rgb(24,116,142); }
div.DivClassName
{
background-color: #18748E;
}
.BgClassName
{
background-color: #18748E;
}
</style>
border-color css
<style>
span { border-color: #18748E; }
span { border-color: rgb(24,116,142); }
td.TdClassName
{
border-color: #18748E;
}
.TagClassName
{
border-color: #18748E;
}
</style>