Shades of Allports #18748A
Tints of Allports #18748A
RGB
CMYK
RGB Variations
Color information
#18748A (or 0x18748A) is known color: Allports. HEX triplet: 18, 74 and 8A. RGB value is (24,116,138). Sum of RGB (Red+Green+Blue) = 24+116+138=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #18748A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18748A is #E78B75. Grayscale: #5A5A5A. Windows color (decimal): -15174518 or 9073688. OLE color: 9073688.
HSL color Cylindrical-coordinate representation of color #18748A: hue angle of 191.58º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18748A is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 116 | 138 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.46 |
| HSL | 191.58º | 0.7% | 0.32% | - |
| HSV(B) | 191.58º | 0.83% | 0.54% | - |
| XYZ | 11.21 | 14.52 | 26.26 | - |
| YUV | 91 | 154.52 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 138 | 0.83 | 0.16 | 0 | 0.46 | 191.58 | 0.7 | 0.32 |
| Hex | 18 | 74 | 8A | 53 | 10 | 0 | 2E | C0 | 46 | 20 |
| Octal | 30 | 164 | 212 | 123 | 20 | 0 | 56 | 300 | 106 | 40 |
| Binary | 11000 | 1110100 | 10001010 | 1010011 | 10000 | 0 | 101110 | 11000000 | 1000110 | 100000 |
Color Harmonies of #18748A
Complementary color
Monochromatic Colors of #18748A
Black with #18748A
Text Example
Text Example
White with #18748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18748A; }
p { color: rgb(24,116,138); }
H1.HeaderClassName
{
color: #18748A;
}
.AnyTagClassName
{
color: #18748A;
}
</style>
background-color css
<style>
a { background-color: #18748A; }
a { background-color: rgb(24,116,138); }
div.DivClassName
{
background-color: #18748A;
}
.BgClassName
{
background-color: #18748A;
}
</style>
border-color css
<style>
span { border-color: #18748A; }
span { border-color: rgb(24,116,138); }
td.TdClassName
{
border-color: #18748A;
}
.TagClassName
{
border-color: #18748A;
}
</style>