Shades of Allports #18667E
Tints of Allports #18667E
RGB
CMYK
RGB Variations
Color information
#18667E (or 0x18667E) is known color: Allports. HEX triplet: 18, 66 and 7E. RGB value is (24,102,126). Sum of RGB (Red+Green+Blue) = 24+102+126=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 126 (49.61% from 255 or 50% from 252); Max value from RGB is 126 - color contains mainly: blue. Hex color #18667E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18667E is #E79981. Grayscale: #515151. Windows color (decimal): -15178114 or 8283672. OLE color: 8283672.
HSL color Cylindrical-coordinate representation of color #18667E: hue angle of 194.12º 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 #18667E is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 102 | 126 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.51 |
| HSL | 194.12º | 0.68% | 0.29% | - |
| HSV(B) | 194.12º | 0.81% | 0.49% | - |
| XYZ | 8.89 | 11.2 | 21.43 | - |
| YUV | 81.41 | 153.16 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 102 | 126 | 0.81 | 0.19 | 0 | 0.51 | 194.12 | 0.68 | 0.29 |
| Hex | 18 | 66 | 7E | 51 | 13 | 0 | 33 | C2 | 44 | 1D |
| Octal | 30 | 146 | 176 | 121 | 23 | 0 | 63 | 302 | 104 | 35 |
| Binary | 11000 | 1100110 | 1111110 | 1010001 | 10011 | 0 | 110011 | 11000010 | 1000100 | 11101 |
Color Harmonies of #18667E
Complementary color
Monochromatic Colors of #18667E
Black with #18667E
Text Example
Text Example
White with #18667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18667E; }
p { color: rgb(24,102,126); }
H1.HeaderClassName
{
color: #18667E;
}
.AnyTagClassName
{
color: #18667E;
}
</style>
background-color css
<style>
a { background-color: #18667E; }
a { background-color: rgb(24,102,126); }
div.DivClassName
{
background-color: #18667E;
}
.BgClassName
{
background-color: #18667E;
}
</style>
border-color css
<style>
span { border-color: #18667E; }
span { border-color: rgb(24,102,126); }
td.TdClassName
{
border-color: #18667E;
}
.TagClassName
{
border-color: #18667E;
}
</style>