Shades of Allports #18637C
Tints of Allports #18637C
RGB
CMYK
RGB Variations
Color information
#18637C (or 0x18637C) is known color: Allports. HEX triplet: 18, 63 and 7C. RGB value is (24,99,124). Sum of RGB (Red+Green+Blue) = 24+99+124=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #18637C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18637C is #E79C83. Grayscale: #4F4F4F. Windows color (decimal): -15178884 or 8151832. OLE color: 8151832.
HSL color Cylindrical-coordinate representation of color #18637C: hue angle of 195º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18637C is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 99 | 124 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.51 |
| HSL | 195º | 0.68% | 0.29% | - |
| HSV(B) | 195º | 0.81% | 0.49% | - |
| XYZ | 8.48 | 10.57 | 20.66 | - |
| YUV | 79.43 | 153.15 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 124 | 0.81 | 0.20 | 0 | 0.51 | 195 | 0.68 | 0.29 |
| Hex | 18 | 63 | 7C | 51 | 14 | 0 | 33 | C3 | 44 | 1D |
| Octal | 30 | 143 | 174 | 121 | 24 | 0 | 63 | 303 | 104 | 35 |
| Binary | 11000 | 1100011 | 1111100 | 1010001 | 10100 | 0 | 110011 | 11000011 | 1000100 | 11101 |
Color Harmonies of #18637C
Complementary color
Monochromatic Colors of #18637C
Black with #18637C
Text Example
Text Example
White with #18637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18637C; }
p { color: rgb(24,99,124); }
H1.HeaderClassName
{
color: #18637C;
}
.AnyTagClassName
{
color: #18637C;
}
</style>
background-color css
<style>
a { background-color: #18637C; }
a { background-color: rgb(24,99,124); }
div.DivClassName
{
background-color: #18637C;
}
.BgClassName
{
background-color: #18637C;
}
</style>
border-color css
<style>
span { border-color: #18637C; }
span { border-color: rgb(24,99,124); }
td.TdClassName
{
border-color: #18637C;
}
.TagClassName
{
border-color: #18637C;
}
</style>