Shades of Allports #18688D
Tints of Allports #18688D
RGB
CMYK
RGB Variations
Color information
#18688D (or 0x18688D) is known color: Allports. HEX triplet: 18, 68 and 8D. RGB value is (24,104,141). Sum of RGB (Red+Green+Blue) = 24+104+141=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #18688D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18688D is #E79772. Grayscale: #545454. Windows color (decimal): -15177587 or 9267224. OLE color: 9267224.
HSL color Cylindrical-coordinate representation of color #18688D: hue angle of 198.97º 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 #18688D is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 104 | 141 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.45 |
| HSL | 198.97º | 0.71% | 0.32% | - |
| HSV(B) | 198.97º | 0.83% | 0.55% | - |
| XYZ | 10.13 | 12.02 | 26.98 | - |
| YUV | 84.3 | 160 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 104 | 141 | 0.83 | 0.26 | 0 | 0.45 | 198.97 | 0.71 | 0.32 |
| Hex | 18 | 68 | 8D | 53 | 1A | 0 | 2D | C7 | 47 | 20 |
| Octal | 30 | 150 | 215 | 123 | 32 | 0 | 55 | 307 | 107 | 40 |
| Binary | 11000 | 1101000 | 10001101 | 1010011 | 11010 | 0 | 101101 | 11000111 | 1000111 | 100000 |
Color Harmonies of #18688D
Complementary color
Monochromatic Colors of #18688D
Black with #18688D
Text Example
Text Example
White with #18688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18688D; }
p { color: rgb(24,104,141); }
H1.HeaderClassName
{
color: #18688D;
}
.AnyTagClassName
{
color: #18688D;
}
</style>
background-color css
<style>
a { background-color: #18688D; }
a { background-color: rgb(24,104,141); }
div.DivClassName
{
background-color: #18688D;
}
.BgClassName
{
background-color: #18688D;
}
</style>
border-color css
<style>
span { border-color: #18688D; }
span { border-color: rgb(24,104,141); }
td.TdClassName
{
border-color: #18688D;
}
.TagClassName
{
border-color: #18688D;
}
</style>