Shades of Allports #18667B
Tints of Allports #18667B
RGB
CMYK
RGB Variations
Color information
#18667B (or 0x18667B) is known color: Allports. HEX triplet: 18, 66 and 7B. RGB value is (24,102,123). Sum of RGB (Red+Green+Blue) = 24+102+123=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 123 (48.44% from 255 or 49.40% from 249); Max value from RGB is 123 - color contains mainly: blue. Hex color #18667B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18667B is #E79984. Grayscale: #505050. Windows color (decimal): -15178117 or 8087064. OLE color: 8087064.
HSL color Cylindrical-coordinate representation of color #18667B: hue angle of 192.73º 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 #18667B is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 102 | 123 | - |
| CMYK | 0.80 | 0.17 | 0 | 0.52 |
| HSL | 192.73º | 0.67% | 0.29% | - |
| HSV(B) | 192.73º | 0.8% | 0.48% | - |
| XYZ | 8.7 | 11.13 | 20.43 | - |
| YUV | 81.07 | 151.66 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 102 | 123 | 0.80 | 0.17 | 0 | 0.52 | 192.73 | 0.67 | 0.29 |
| Hex | 18 | 66 | 7B | 50 | 11 | 0 | 34 | C1 | 43 | 1D |
| Octal | 30 | 146 | 173 | 120 | 21 | 0 | 64 | 301 | 103 | 35 |
| Binary | 11000 | 1100110 | 1111011 | 1010000 | 10001 | 0 | 110100 | 11000001 | 1000011 | 11101 |
Color Harmonies of #18667B
Complementary color
Monochromatic Colors of #18667B
Black with #18667B
Text Example
Text Example
White with #18667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18667B; }
p { color: rgb(24,102,123); }
H1.HeaderClassName
{
color: #18667B;
}
.AnyTagClassName
{
color: #18667B;
}
</style>
background-color css
<style>
a { background-color: #18667B; }
a { background-color: rgb(24,102,123); }
div.DivClassName
{
background-color: #18667B;
}
.BgClassName
{
background-color: #18667B;
}
</style>
border-color css
<style>
span { border-color: #18667B; }
span { border-color: rgb(24,102,123); }
td.TdClassName
{
border-color: #18667B;
}
.TagClassName
{
border-color: #18667B;
}
</style>