Shades of Allports #18647B
Tints of Allports #18647B
RGB
CMYK
RGB Variations
Color information
#18647B (or 0x18647B) is known color: Allports. HEX triplet: 18, 64 and 7B. RGB value is (24,100,123). Sum of RGB (Red+Green+Blue) = 24+100+123=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #18647B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18647B is #E79B84. Grayscale: #4F4F4F. Windows color (decimal): -15178629 or 8086552. OLE color: 8086552.
HSL color Cylindrical-coordinate representation of color #18647B: hue angle of 193.94º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18647B is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 100 | 123 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.52 |
| HSL | 193.94º | 0.67% | 0.29% | - |
| HSV(B) | 193.94º | 0.8% | 0.48% | - |
| XYZ | 8.51 | 10.74 | 20.36 | - |
| YUV | 79.9 | 152.32 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 123 | 0.80 | 0.19 | 0 | 0.52 | 193.94 | 0.67 | 0.29 |
| Hex | 18 | 64 | 7B | 50 | 13 | 0 | 34 | C2 | 43 | 1D |
| Octal | 30 | 144 | 173 | 120 | 23 | 0 | 64 | 302 | 103 | 35 |
| Binary | 11000 | 1100100 | 1111011 | 1010000 | 10011 | 0 | 110100 | 11000010 | 1000011 | 11101 |
Color Harmonies of #18647B
Complementary color
Monochromatic Colors of #18647B
Black with #18647B
Text Example
Text Example
White with #18647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18647B; }
p { color: rgb(24,100,123); }
H1.HeaderClassName
{
color: #18647B;
}
.AnyTagClassName
{
color: #18647B;
}
</style>
background-color css
<style>
a { background-color: #18647B; }
a { background-color: rgb(24,100,123); }
div.DivClassName
{
background-color: #18647B;
}
.BgClassName
{
background-color: #18647B;
}
</style>
border-color css
<style>
span { border-color: #18647B; }
span { border-color: rgb(24,100,123); }
td.TdClassName
{
border-color: #18647B;
}
.TagClassName
{
border-color: #18647B;
}
</style>