Shades of Allports #18636F
Tints of Allports #18636F
RGB
CMYK
RGB Variations
Color information
#18636F (or 0x18636F) is known color: Allports. HEX triplet: 18, 63 and 6F. RGB value is (24,99,111). Sum of RGB (Red+Green+Blue) = 24+99+111=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #18636F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18636F is #E79C90. Grayscale: #4D4D4D. Windows color (decimal): -15178897 or 7299864. OLE color: 7299864.
HSL color Cylindrical-coordinate representation of color #18636F: hue angle of 188.28º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18636F is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 99 | 111 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.56 |
| HSL | 188.28º | 0.64% | 0.26% | - |
| HSV(B) | 188.28º | 0.78% | 0.44% | - |
| XYZ | 7.71 | 10.27 | 16.61 | - |
| YUV | 77.94 | 146.65 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 111 | 0.78 | 0.11 | 0 | 0.56 | 188.28 | 0.64 | 0.26 |
| Hex | 18 | 63 | 6F | 4E | B | 0 | 38 | BC | 40 | 1A |
| Octal | 30 | 143 | 157 | 116 | 13 | 0 | 70 | 274 | 100 | 32 |
| Binary | 11000 | 1100011 | 1101111 | 1001110 | 1011 | 0 | 111000 | 10111100 | 1000000 | 11010 |
Color Harmonies of #18636F
Complementary color
Monochromatic Colors of #18636F
Black with #18636F
Text Example
Text Example
White with #18636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18636F; }
p { color: rgb(24,99,111); }
H1.HeaderClassName
{
color: #18636F;
}
.AnyTagClassName
{
color: #18636F;
}
</style>
background-color css
<style>
a { background-color: #18636F; }
a { background-color: rgb(24,99,111); }
div.DivClassName
{
background-color: #18636F;
}
.BgClassName
{
background-color: #18636F;
}
</style>
border-color css
<style>
span { border-color: #18636F; }
span { border-color: rgb(24,99,111); }
td.TdClassName
{
border-color: #18636F;
}
.TagClassName
{
border-color: #18636F;
}
</style>