Shades of Allports #18698D
Tints of Allports #18698D
RGB
CMYK
RGB Variations
Color information
#18698D (or 0x18698D) is known color: Allports. HEX triplet: 18, 69 and 8D. RGB value is (24,105,141). Sum of RGB (Red+Green+Blue) = 24+105+141=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #18698D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18698D is #E79672. Grayscale: #545454. Windows color (decimal): -15177331 or 9267480. OLE color: 9267480.
HSL color Cylindrical-coordinate representation of color #18698D: hue angle of 198.46º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18698D is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 105 | 141 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.45 |
| HSL | 198.46º | 0.71% | 0.32% | - |
| HSV(B) | 198.46º | 0.83% | 0.55% | - |
| XYZ | 10.24 | 12.22 | 27.02 | - |
| YUV | 84.89 | 159.66 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 141 | 0.83 | 0.26 | 0 | 0.45 | 198.46 | 0.71 | 0.32 |
| Hex | 18 | 69 | 8D | 53 | 1A | 0 | 2D | C6 | 47 | 20 |
| Octal | 30 | 151 | 215 | 123 | 32 | 0 | 55 | 306 | 107 | 40 |
| Binary | 11000 | 1101001 | 10001101 | 1010011 | 11010 | 0 | 101101 | 11000110 | 1000111 | 100000 |
Color Harmonies of #18698D
Complementary color
Monochromatic Colors of #18698D
Black with #18698D
Text Example
Text Example
White with #18698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18698D; }
p { color: rgb(24,105,141); }
H1.HeaderClassName
{
color: #18698D;
}
.AnyTagClassName
{
color: #18698D;
}
</style>
background-color css
<style>
a { background-color: #18698D; }
a { background-color: rgb(24,105,141); }
div.DivClassName
{
background-color: #18698D;
}
.BgClassName
{
background-color: #18698D;
}
</style>
border-color css
<style>
span { border-color: #18698D; }
span { border-color: rgb(24,105,141); }
td.TdClassName
{
border-color: #18698D;
}
.TagClassName
{
border-color: #18698D;
}
</style>