Shades of Allports #18688F
Tints of Allports #18688F
RGB
CMYK
RGB Variations
Color information
#18688F (or 0x18688F) is known color: Allports. HEX triplet: 18, 68 and 8F. RGB value is (24,104,143). Sum of RGB (Red+Green+Blue) = 24+104+143=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #18688F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18688F is #E79770. Grayscale: #545454. Windows color (decimal): -15177585 or 9398296. OLE color: 9398296.
HSL color Cylindrical-coordinate representation of color #18688F: hue angle of 199.66º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18688F is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 104 | 143 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.44 |
| HSL | 199.66º | 0.71% | 0.33% | - |
| HSV(B) | 199.66º | 0.83% | 0.56% | - |
| XYZ | 10.28 | 12.08 | 27.78 | - |
| YUV | 84.53 | 161 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 104 | 143 | 0.83 | 0.27 | 0 | 0.44 | 199.66 | 0.71 | 0.33 |
| Hex | 18 | 68 | 8F | 53 | 1B | 0 | 2C | C8 | 47 | 21 |
| Octal | 30 | 150 | 217 | 123 | 33 | 0 | 54 | 310 | 107 | 41 |
| Binary | 11000 | 1101000 | 10001111 | 1010011 | 11011 | 0 | 101100 | 11001000 | 1000111 | 100001 |
Color Harmonies of #18688F
Complementary color
Monochromatic Colors of #18688F
Black with #18688F
Text Example
Text Example
White with #18688F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18688F; }
p { color: rgb(24,104,143); }
H1.HeaderClassName
{
color: #18688F;
}
.AnyTagClassName
{
color: #18688F;
}
</style>
background-color css
<style>
a { background-color: #18688F; }
a { background-color: rgb(24,104,143); }
div.DivClassName
{
background-color: #18688F;
}
.BgClassName
{
background-color: #18688F;
}
</style>
border-color css
<style>
span { border-color: #18688F; }
span { border-color: rgb(24,104,143); }
td.TdClassName
{
border-color: #18688F;
}
.TagClassName
{
border-color: #18688F;
}
</style>