Shades of Allports #18667F
Tints of Allports #18667F
RGB
CMYK
RGB Variations
Color information
#18667F (or 0x18667F) is known color: Allports. HEX triplet: 18, 66 and 7F. RGB value is (24,102,127). Sum of RGB (Red+Green+Blue) = 24+102+127=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #18667F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18667F is #E79980. Grayscale: #515151. Windows color (decimal): -15178113 or 8349208. OLE color: 8349208.
HSL color Cylindrical-coordinate representation of color #18667F: hue angle of 194.56º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18667F is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 102 | 127 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.50 |
| HSL | 194.56º | 0.68% | 0.3% | - |
| HSV(B) | 194.56º | 0.81% | 0.5% | - |
| XYZ | 8.96 | 11.23 | 21.77 | - |
| YUV | 81.53 | 153.66 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 102 | 127 | 0.81 | 0.20 | 0 | 0.50 | 194.56 | 0.68 | 0.3 |
| Hex | 18 | 66 | 7F | 51 | 14 | 0 | 32 | C3 | 44 | 1E |
| Octal | 30 | 146 | 177 | 121 | 24 | 0 | 62 | 303 | 104 | 36 |
| Binary | 11000 | 1100110 | 1111111 | 1010001 | 10100 | 0 | 110010 | 11000011 | 1000100 | 11110 |
Color Harmonies of #18667F
Complementary color
Monochromatic Colors of #18667F
Black with #18667F
Text Example
Text Example
White with #18667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18667F; }
p { color: rgb(24,102,127); }
H1.HeaderClassName
{
color: #18667F;
}
.AnyTagClassName
{
color: #18667F;
}
</style>
background-color css
<style>
a { background-color: #18667F; }
a { background-color: rgb(24,102,127); }
div.DivClassName
{
background-color: #18667F;
}
.BgClassName
{
background-color: #18667F;
}
</style>
border-color css
<style>
span { border-color: #18667F; }
span { border-color: rgb(24,102,127); }
td.TdClassName
{
border-color: #18667F;
}
.TagClassName
{
border-color: #18667F;
}
</style>