Shades of Allports #18657B
Tints of Allports #18657B
RGB
CMYK
RGB Variations
Color information
#18657B (or 0x18657B) is known color: Allports. HEX triplet: 18, 65 and 7B. RGB value is (24,101,123). Sum of RGB (Red+Green+Blue) = 24+101+123=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #18657B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18657B is #E79A84. Grayscale: #505050. Windows color (decimal): -15178373 or 8086808. OLE color: 8086808.
HSL color Cylindrical-coordinate representation of color #18657B: hue angle of 193.33º 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 #18657B is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 101 | 123 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.52 |
| HSL | 193.33º | 0.67% | 0.29% | - |
| HSV(B) | 193.33º | 0.8% | 0.48% | - |
| XYZ | 8.61 | 10.93 | 20.4 | - |
| YUV | 80.49 | 151.99 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 101 | 123 | 0.80 | 0.18 | 0 | 0.52 | 193.33 | 0.67 | 0.29 |
| Hex | 18 | 65 | 7B | 50 | 12 | 0 | 34 | C1 | 43 | 1D |
| Octal | 30 | 145 | 173 | 120 | 22 | 0 | 64 | 301 | 103 | 35 |
| Binary | 11000 | 1100101 | 1111011 | 1010000 | 10010 | 0 | 110100 | 11000001 | 1000011 | 11101 |
Color Harmonies of #18657B
Complementary color
Monochromatic Colors of #18657B
Black with #18657B
Text Example
Text Example
White with #18657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18657B; }
p { color: rgb(24,101,123); }
H1.HeaderClassName
{
color: #18657B;
}
.AnyTagClassName
{
color: #18657B;
}
</style>
background-color css
<style>
a { background-color: #18657B; }
a { background-color: rgb(24,101,123); }
div.DivClassName
{
background-color: #18657B;
}
.BgClassName
{
background-color: #18657B;
}
</style>
border-color css
<style>
span { border-color: #18657B; }
span { border-color: rgb(24,101,123); }
td.TdClassName
{
border-color: #18657B;
}
.TagClassName
{
border-color: #18657B;
}
</style>