Shades of Allports #18698A
Tints of Allports #18698A
RGB
CMYK
RGB Variations
Color information
#18698A (or 0x18698A) is known color: Allports. HEX triplet: 18, 69 and 8A. RGB value is (24,105,138). Sum of RGB (Red+Green+Blue) = 24+105+138=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #18698A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18698A is #E79675. Grayscale: #545454. Windows color (decimal): -15177334 or 9070872. OLE color: 9070872.
HSL color Cylindrical-coordinate representation of color #18698A: hue angle of 197.37º 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 #18698A is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 105 | 138 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.46 |
| HSL | 197.37º | 0.7% | 0.32% | - |
| HSV(B) | 197.37º | 0.83% | 0.54% | - |
| XYZ | 10.02 | 12.13 | 25.86 | - |
| YUV | 84.54 | 158.16 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 138 | 0.83 | 0.24 | 0 | 0.46 | 197.37 | 0.7 | 0.32 |
| Hex | 18 | 69 | 8A | 53 | 18 | 0 | 2E | C5 | 46 | 20 |
| Octal | 30 | 151 | 212 | 123 | 30 | 0 | 56 | 305 | 106 | 40 |
| Binary | 11000 | 1101001 | 10001010 | 1010011 | 11000 | 0 | 101110 | 11000101 | 1000110 | 100000 |
Color Harmonies of #18698A
Complementary color
Monochromatic Colors of #18698A
Black with #18698A
Text Example
Text Example
White with #18698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18698A; }
p { color: rgb(24,105,138); }
H1.HeaderClassName
{
color: #18698A;
}
.AnyTagClassName
{
color: #18698A;
}
</style>
background-color css
<style>
a { background-color: #18698A; }
a { background-color: rgb(24,105,138); }
div.DivClassName
{
background-color: #18698A;
}
.BgClassName
{
background-color: #18698A;
}
</style>
border-color css
<style>
span { border-color: #18698A; }
span { border-color: rgb(24,105,138); }
td.TdClassName
{
border-color: #18698A;
}
.TagClassName
{
border-color: #18698A;
}
</style>