Shades of Allports #18798A
Tints of Allports #18798A
RGB
CMYK
RGB Variations
Color information
#18798A (or 0x18798A) is known color: Allports. HEX triplet: 18, 79 and 8A. RGB value is (24,121,138). Sum of RGB (Red+Green+Blue) = 24+121+138=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #18798A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18798A is #E78675. Grayscale: #5D5D5D. Windows color (decimal): -15173238 or 9074968. OLE color: 9074968.
HSL color Cylindrical-coordinate representation of color #18798A: hue angle of 188.95º 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 #18798A is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 121 | 138 | - |
| CMYK | 0.83 | 0.12 | 0 | 0.46 |
| HSL | 188.95º | 0.7% | 0.32% | - |
| HSV(B) | 188.95º | 0.83% | 0.54% | - |
| XYZ | 11.8 | 15.7 | 26.45 | - |
| YUV | 93.94 | 152.86 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 121 | 138 | 0.83 | 0.12 | 0 | 0.46 | 188.95 | 0.7 | 0.32 |
| Hex | 18 | 79 | 8A | 53 | C | 0 | 2E | BD | 46 | 20 |
| Octal | 30 | 171 | 212 | 123 | 14 | 0 | 56 | 275 | 106 | 40 |
| Binary | 11000 | 1111001 | 10001010 | 1010011 | 1100 | 0 | 101110 | 10111101 | 1000110 | 100000 |
Color Harmonies of #18798A
Complementary color
Monochromatic Colors of #18798A
Black with #18798A
Text Example
Text Example
White with #18798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18798A; }
p { color: rgb(24,121,138); }
H1.HeaderClassName
{
color: #18798A;
}
.AnyTagClassName
{
color: #18798A;
}
</style>
background-color css
<style>
a { background-color: #18798A; }
a { background-color: rgb(24,121,138); }
div.DivClassName
{
background-color: #18798A;
}
.BgClassName
{
background-color: #18798A;
}
</style>
border-color css
<style>
span { border-color: #18798A; }
span { border-color: rgb(24,121,138); }
td.TdClassName
{
border-color: #18798A;
}
.TagClassName
{
border-color: #18798A;
}
</style>